Shades of Deep Lilac #9E4EBC
Tints of Deep Lilac #9E4EBC
RGB
CMYK
RGB Variations
Color information
#9E4EBC (or 0x9E4EBC) is known color: Deep Lilac. HEX triplet: 9E, 4E and BC. RGB value is (158,78,188). Sum of RGB (Red+Green+Blue) = 158+78+188=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E4EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4EBC is #61B143. Grayscale: #727272. Windows color (decimal): -6402372 or 12340894. OLE color: 12340894.
HSL color Cylindrical-coordinate representation of color #9E4EBC: hue angle of 283.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4EBC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 78 | 188 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.26 |
| HSL | 283.64º | 0.45% | 0.52% | - |
| HSV(B) | 283.64º | 0.59% | 0.74% | - |
| XYZ | 25.9 | 16.35 | 49.37 | - |
| YUV | 114.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 188 | 0.16 | 0.59 | 0 | 0.26 | 283.64 | 0.45 | 0.52 |
| Hex | 9E | 4E | BC | 10 | 3B | 0 | 1A | 11C | 2D | 34 |
| Octal | 236 | 116 | 274 | 20 | 73 | 0 | 32 | 434 | 55 | 64 |
| Binary | 10011110 | 1001110 | 10111100 | 10000 | 111011 | 0 | 11010 | 100011100 | 101101 | 110100 |
Color Harmonies of #9E4EBC
Complementary color
Monochromatic Colors of #9E4EBC
Black with #9E4EBC
Text Example
Text Example
White with #9E4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4EBC; }
p { color: rgb(158,78,188); }
H1.HeaderClassName
{
color: #9E4EBC;
}
.AnyTagClassName
{
color: #9E4EBC;
}
</style>
background-color css
<style>
a { background-color: #9E4EBC; }
a { background-color: rgb(158,78,188); }
div.DivClassName
{
background-color: #9E4EBC;
}
.BgClassName
{
background-color: #9E4EBC;
}
</style>
border-color css
<style>
span { border-color: #9E4EBC; }
span { border-color: rgb(158,78,188); }
td.TdClassName
{
border-color: #9E4EBC;
}
.TagClassName
{
border-color: #9E4EBC;
}
</style>