Shades of Deep Lilac #9C4ECC
Tints of Deep Lilac #9C4ECC
RGB
CMYK
RGB Variations
Color information
#9C4ECC (or 0x9C4ECC) is known color: Deep Lilac. HEX triplet: 9C, 4E and CC. RGB value is (156,78,204). Sum of RGB (Red+Green+Blue) = 156+78+204=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4ECC is #63B133. Grayscale: #737373. Windows color (decimal): -6533428 or 13389468. OLE color: 13389468.
HSL color Cylindrical-coordinate representation of color #9C4ECC: hue angle of 277.14º 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 #9C4ECC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 78 | 204 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.2 |
| HSL | 277.14º | 0.55% | 0.55% | - |
| HSV(B) | 277.14º | 0.62% | 0.8% | - |
| XYZ | 27.33 | 16.88 | 58.94 | - |
| YUV | 115.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 204 | 0.24 | 0.62 | 0 | 0.2 | 277.14 | 0.55 | 0.55 |
| Hex | 9C | 4E | CC | 18 | 3E | 0 | 14 | 115 | 37 | 37 |
| Octal | 234 | 116 | 314 | 30 | 76 | 0 | 24 | 425 | 67 | 67 |
| Binary | 10011100 | 1001110 | 11001100 | 11000 | 111110 | 0 | 10100 | 100010101 | 110111 | 110111 |
Color Harmonies of #9C4ECC
Complementary color
Monochromatic Colors of #9C4ECC
Black with #9C4ECC
Text Example
Text Example
White with #9C4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4ECC; }
p { color: rgb(156,78,204); }
H1.HeaderClassName
{
color: #9C4ECC;
}
.AnyTagClassName
{
color: #9C4ECC;
}
</style>
background-color css
<style>
a { background-color: #9C4ECC; }
a { background-color: rgb(156,78,204); }
div.DivClassName
{
background-color: #9C4ECC;
}
.BgClassName
{
background-color: #9C4ECC;
}
</style>
border-color css
<style>
span { border-color: #9C4ECC; }
span { border-color: rgb(156,78,204); }
td.TdClassName
{
border-color: #9C4ECC;
}
.TagClassName
{
border-color: #9C4ECC;
}
</style>