In the RGB color space, #954CC8 is composed of 58.4314% red, 29.8039% green, and 78.4314% blue.
In the CMYK color space, #954CC8 is composed of 25.5% cyan, 62.0% magenta, 0% yellow, and 21.57% black,
It has a hue angle of 275.3 degrees, a saturation of 52.99%, and a lightness of 54.12%.
The closest websafe color is #9933CC.
The hexadecimal color #954CC8 has RGB values of R:149, G:76, B:200 and CMYK values of C:25.5, M:62, Y:0, K:21.57. It has a decimal value of 9784520.
Hexadecimal | #954CC8 | #954CC8 |
RGB Decimal | 149, 76, 200 | rgb(149, 76, 200) |
RGB Percent | 58.4314, 29.8039, 78.4314 | rgb(58.4314%, 29.8039%, 78.4314%) |
RGB Proportion | 0.5843, 0.298, 0.7843 | rgb(0.5843, 0.298, 0.7843) |
CMYK | 25.5, 62, 0, 21.57 | |
HSL | 275.3ยบ, 52.99, 54.12 | hsl(275.3, 52.99%, 54.12%) |
Websafe | 9933CC | #9933CC |
XYZ | 25.402, 15.727, 56.338 | |
Yxy | 15.727, 0.261, 0.161 | |
CIE-LAB | 46.614, 52.178, -52.607 | |
CIE-LCH | 46.614, 74.095, 314.765 | |
CIE-LUV | 46.614, 23.198, -84.481 | |
Hunter-Lab | 39.657, 44.936, -56.469 |
Colors that go well with #954CC8.
Common HTML and CSS shortcodes for #954CC8.
<div style="color: #954CC8;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #954CC8;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #954CC8;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #954CC8 to transparent.
<div style="background: linear-gradient(#954CC8, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #954CC8 to transparent.
<div style="background: radial-gradient(#954CC8, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #954CC8 to #6AB337.
<div style="background: linear-gradient(#954CC8, #6AB337);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #954CC8 to #6AB337.
<div style="background: radial-gradient(#954CC8, #6AB337);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #954CC8; }
.background { background-color: #954CC8; }
.border { border: 1px solid #954CC8; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020204 while the lightest tint is #FDFCFE.