Shades of Deep Lilac #954ECC
Tints of Deep Lilac #954ECC
RGB
CMYK
RGB Variations
Color information
#954ECC (or 0x954ECC) is known color: Deep Lilac. HEX triplet: 95, 4E and CC. RGB value is (149,78,204). Sum of RGB (Red+Green+Blue) = 149+78+204=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #954ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECC is #6AB133. Grayscale: #717171. Windows color (decimal): -6992180 or 13389461. OLE color: 13389461.
HSL color Cylindrical-coordinate representation of color #954ECC: hue angle of 273.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954ECC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 78 | 204 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.2 |
| HSL | 273.81º | 0.55% | 0.55% | - |
| HSV(B) | 273.81º | 0.62% | 0.8% | - |
| XYZ | 26.02 | 16.2 | 58.88 | - |
| YUV | 113.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 204 | 0.27 | 0.62 | 0 | 0.2 | 273.81 | 0.55 | 0.55 |
| Hex | 95 | 4E | CC | 1B | 3E | 0 | 14 | 112 | 37 | 37 |
| Octal | 225 | 116 | 314 | 33 | 76 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010101 | 1001110 | 11001100 | 11011 | 111110 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #954ECC
Complementary color
Monochromatic Colors of #954ECC
Black with #954ECC
Text Example
Text Example
White with #954ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ECC; }
p { color: rgb(149,78,204); }
H1.HeaderClassName
{
color: #954ECC;
}
.AnyTagClassName
{
color: #954ECC;
}
</style>
background-color css
<style>
a { background-color: #954ECC; }
a { background-color: rgb(149,78,204); }
div.DivClassName
{
background-color: #954ECC;
}
.BgClassName
{
background-color: #954ECC;
}
</style>
border-color css
<style>
span { border-color: #954ECC; }
span { border-color: rgb(149,78,204); }
td.TdClassName
{
border-color: #954ECC;
}
.TagClassName
{
border-color: #954ECC;
}
</style>