Shades of Deep Lilac #954CC9
Tints of Deep Lilac #954CC9
RGB
CMYK
RGB Variations
Color information
#954CC9 (or 0x954CC9) is known color: Deep Lilac. HEX triplet: 95, 4C and C9. RGB value is (149,76,201). Sum of RGB (Red+Green+Blue) = 149+76+201=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #954CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CC9 is #6AB336. Grayscale: #6F6F6F. Windows color (decimal): -6992695 or 13192341. OLE color: 13192341.
HSL color Cylindrical-coordinate representation of color #954CC9: hue angle of 275.04º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954CC9 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 76 | 201 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.21 |
| HSL | 275.04º | 0.54% | 0.54% | - |
| HSV(B) | 275.04º | 0.62% | 0.79% | - |
| XYZ | 25.52 | 15.78 | 56.96 | - |
| YUV | 112.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 201 | 0.26 | 0.62 | 0 | 0.21 | 275.04 | 0.54 | 0.54 |
| Hex | 95 | 4C | C9 | 1A | 3E | 0 | 15 | 113 | 36 | 36 |
| Octal | 225 | 114 | 311 | 32 | 76 | 0 | 25 | 423 | 66 | 66 |
| Binary | 10010101 | 1001100 | 11001001 | 11010 | 111110 | 0 | 10101 | 100010011 | 110110 | 110110 |
Color Harmonies of #954CC9
Complementary color
Monochromatic Colors of #954CC9
Black with #954CC9
Text Example
Text Example
White with #954CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CC9; }
p { color: rgb(149,76,201); }
H1.HeaderClassName
{
color: #954CC9;
}
.AnyTagClassName
{
color: #954CC9;
}
</style>
background-color css
<style>
a { background-color: #954CC9; }
a { background-color: rgb(149,76,201); }
div.DivClassName
{
background-color: #954CC9;
}
.BgClassName
{
background-color: #954CC9;
}
</style>
border-color css
<style>
span { border-color: #954CC9; }
span { border-color: rgb(149,76,201); }
td.TdClassName
{
border-color: #954CC9;
}
.TagClassName
{
border-color: #954CC9;
}
</style>