Shades of Deep Lilac #9E4DC8
Tints of Deep Lilac #9E4DC8
RGB
CMYK
RGB Variations
Color information
#9E4DC8 (or 0x9E4DC8) is known color: Deep Lilac. HEX triplet: 9E, 4D and C8. RGB value is (158,77,200). Sum of RGB (Red+Green+Blue) = 158+77+200=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DC8 is #61B237. Grayscale: #727272. Windows color (decimal): -6402616 or 13127070. OLE color: 13127070.
HSL color Cylindrical-coordinate representation of color #9E4DC8: hue angle of 279.51º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E4DC8 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 77 | 200 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.22 |
| HSL | 279.51º | 0.53% | 0.54% | - |
| HSV(B) | 279.51º | 0.62% | 0.78% | - |
| XYZ | 27.18 | 16.75 | 56.44 | - |
| YUV | 115.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 200 | 0.21 | 0.62 | 0 | 0.22 | 279.51 | 0.53 | 0.54 |
| Hex | 9E | 4D | C8 | 15 | 3E | 0 | 16 | 118 | 35 | 36 |
| Octal | 236 | 115 | 310 | 25 | 76 | 0 | 26 | 430 | 65 | 66 |
| Binary | 10011110 | 1001101 | 11001000 | 10101 | 111110 | 0 | 10110 | 100011000 | 110101 | 110110 |
Color Harmonies of #9E4DC8
Complementary color
Monochromatic Colors of #9E4DC8
Black with #9E4DC8
Text Example
Text Example
White with #9E4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DC8; }
p { color: rgb(158,77,200); }
H1.HeaderClassName
{
color: #9E4DC8;
}
.AnyTagClassName
{
color: #9E4DC8;
}
</style>
background-color css
<style>
a { background-color: #9E4DC8; }
a { background-color: rgb(158,77,200); }
div.DivClassName
{
background-color: #9E4DC8;
}
.BgClassName
{
background-color: #9E4DC8;
}
</style>
border-color css
<style>
span { border-color: #9E4DC8; }
span { border-color: rgb(158,77,200); }
td.TdClassName
{
border-color: #9E4DC8;
}
.TagClassName
{
border-color: #9E4DC8;
}
</style>