Shades of Deep Lilac #9E3EAB
Tints of Deep Lilac #9E3EAB
RGB
CMYK
RGB Variations
Color information
#9E3EAB (or 0x9E3EAB) is known color: Deep Lilac. HEX triplet: 9E, 3E and AB. RGB value is (158,62,171). Sum of RGB (Red+Green+Blue) = 158+62+171=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3EAB is #61C154. Grayscale: #666666. Windows color (decimal): -6406485 or 11222686. OLE color: 11222686.
HSL color Cylindrical-coordinate representation of color #9E3EAB: hue angle of 292.84º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E3EAB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 62 | 171 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.33 |
| HSL | 292.84º | 0.47% | 0.46% | - |
| HSV(B) | 292.84º | 0.64% | 0.67% | - |
| XYZ | 23.17 | 13.65 | 39.94 | - |
| YUV | 103.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 171 | 0.08 | 0.64 | 0 | 0.33 | 292.84 | 0.47 | 0.46 |
| Hex | 9E | 3E | AB | 8 | 40 | 0 | 21 | 125 | 2F | 2E |
| Octal | 236 | 76 | 253 | 10 | 100 | 0 | 41 | 445 | 57 | 56 |
| Binary | 10011110 | 111110 | 10101011 | 1000 | 1000000 | 0 | 100001 | 100100101 | 101111 | 101110 |
Color Harmonies of #9E3EAB
Complementary color
Monochromatic Colors of #9E3EAB
Black with #9E3EAB
Text Example
Text Example
White with #9E3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3EAB; }
p { color: rgb(158,62,171); }
H1.HeaderClassName
{
color: #9E3EAB;
}
.AnyTagClassName
{
color: #9E3EAB;
}
</style>
background-color css
<style>
a { background-color: #9E3EAB; }
a { background-color: rgb(158,62,171); }
div.DivClassName
{
background-color: #9E3EAB;
}
.BgClassName
{
background-color: #9E3EAB;
}
</style>
border-color css
<style>
span { border-color: #9E3EAB; }
span { border-color: rgb(158,62,171); }
td.TdClassName
{
border-color: #9E3EAB;
}
.TagClassName
{
border-color: #9E3EAB;
}
</style>