Shades of Deep Lilac #954DC9
Tints of Deep Lilac #954DC9
RGB
CMYK
RGB Variations
Color information
#954DC9 (or 0x954DC9) is known color: Deep Lilac. HEX triplet: 95, 4D and C9. RGB value is (149,77,201). Sum of RGB (Red+Green+Blue) = 149+77+201=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #954DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DC9 is #6AB236. Grayscale: #707070. Windows color (decimal): -6992439 or 13192597. OLE color: 13192597.
HSL color Cylindrical-coordinate representation of color #954DC9: hue angle of 274.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954DC9 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 77 | 201 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.21 |
| HSL | 274.84º | 0.53% | 0.55% | - |
| HSV(B) | 274.84º | 0.62% | 0.79% | - |
| XYZ | 25.59 | 15.91 | 56.98 | - |
| YUV | 112.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 201 | 0.26 | 0.62 | 0 | 0.21 | 274.84 | 0.53 | 0.55 |
| Hex | 95 | 4D | C9 | 1A | 3E | 0 | 15 | 113 | 35 | 37 |
| Octal | 225 | 115 | 311 | 32 | 76 | 0 | 25 | 423 | 65 | 67 |
| Binary | 10010101 | 1001101 | 11001001 | 11010 | 111110 | 0 | 10101 | 100010011 | 110101 | 110111 |
Color Harmonies of #954DC9
Complementary color
Monochromatic Colors of #954DC9
Black with #954DC9
Text Example
Text Example
White with #954DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DC9; }
p { color: rgb(149,77,201); }
H1.HeaderClassName
{
color: #954DC9;
}
.AnyTagClassName
{
color: #954DC9;
}
</style>
background-color css
<style>
a { background-color: #954DC9; }
a { background-color: rgb(149,77,201); }
div.DivClassName
{
background-color: #954DC9;
}
.BgClassName
{
background-color: #954DC9;
}
</style>
border-color css
<style>
span { border-color: #954DC9; }
span { border-color: rgb(149,77,201); }
td.TdClassName
{
border-color: #954DC9;
}
.TagClassName
{
border-color: #954DC9;
}
</style>