Shades of Deep Lilac #9E4EC9
Tints of Deep Lilac #9E4EC9
RGB
CMYK
RGB Variations
Color information
#9E4EC9 (or 0x9E4EC9) is known color: Deep Lilac. HEX triplet: 9E, 4E and C9. RGB value is (158,78,201). Sum of RGB (Red+Green+Blue) = 158+78+201=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #9E4EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4EC9 is #61B136. Grayscale: #737373. Windows color (decimal): -6402359 or 13192862. OLE color: 13192862.
HSL color Cylindrical-coordinate representation of color #9E4EC9: hue angle of 279.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4EC9 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 78 | 201 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.21 |
| HSL | 279.02º | 0.53% | 0.55% | - |
| HSV(B) | 279.02º | 0.61% | 0.79% | - |
| XYZ | 27.37 | 16.93 | 57.08 | - |
| YUV | 115.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 201 | 0.21 | 0.61 | 0 | 0.21 | 279.02 | 0.53 | 0.55 |
| Hex | 9E | 4E | C9 | 15 | 3D | 0 | 15 | 117 | 35 | 37 |
| Octal | 236 | 116 | 311 | 25 | 75 | 0 | 25 | 427 | 65 | 67 |
| Binary | 10011110 | 1001110 | 11001001 | 10101 | 111101 | 0 | 10101 | 100010111 | 110101 | 110111 |
Color Harmonies of #9E4EC9
Complementary color
Monochromatic Colors of #9E4EC9
Black with #9E4EC9
Text Example
Text Example
White with #9E4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4EC9; }
p { color: rgb(158,78,201); }
H1.HeaderClassName
{
color: #9E4EC9;
}
.AnyTagClassName
{
color: #9E4EC9;
}
</style>
background-color css
<style>
a { background-color: #9E4EC9; }
a { background-color: rgb(158,78,201); }
div.DivClassName
{
background-color: #9E4EC9;
}
.BgClassName
{
background-color: #9E4EC9;
}
</style>
border-color css
<style>
span { border-color: #9E4EC9; }
span { border-color: rgb(158,78,201); }
td.TdClassName
{
border-color: #9E4EC9;
}
.TagClassName
{
border-color: #9E4EC9;
}
</style>