Shades of Deep Lilac #9E4AAE
Tints of Deep Lilac #9E4AAE
RGB
CMYK
RGB Variations
Color information
#9E4AAE (or 0x9E4AAE) is known color: Deep Lilac. HEX triplet: 9E, 4A and AE. RGB value is (158,74,174). Sum of RGB (Red+Green+Blue) = 158+74+174=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4AAE is #61B551. Grayscale: #6E6E6E. Windows color (decimal): -6403410 or 11422366. OLE color: 11422366.
HSL color Cylindrical-coordinate representation of color #9E4AAE: hue angle of 290.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4AAE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 74 | 174 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.32 |
| HSL | 290.4º | 0.4% | 0.49% | - |
| HSV(B) | 290.4º | 0.57% | 0.68% | - |
| XYZ | 24.19 | 15.22 | 41.71 | - |
| YUV | 110.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 174 | 0.09 | 0.57 | 0 | 0.32 | 290.4 | 0.4 | 0.49 |
| Hex | 9E | 4A | AE | 9 | 39 | 0 | 20 | 122 | 28 | 31 |
| Octal | 236 | 112 | 256 | 11 | 71 | 0 | 40 | 442 | 50 | 61 |
| Binary | 10011110 | 1001010 | 10101110 | 1001 | 111001 | 0 | 100000 | 100100010 | 101000 | 110001 |
Color Harmonies of #9E4AAE
Complementary color
Monochromatic Colors of #9E4AAE
Black with #9E4AAE
Text Example
Text Example
White with #9E4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4AAE; }
p { color: rgb(158,74,174); }
H1.HeaderClassName
{
color: #9E4AAE;
}
.AnyTagClassName
{
color: #9E4AAE;
}
</style>
background-color css
<style>
a { background-color: #9E4AAE; }
a { background-color: rgb(158,74,174); }
div.DivClassName
{
background-color: #9E4AAE;
}
.BgClassName
{
background-color: #9E4AAE;
}
</style>
border-color css
<style>
span { border-color: #9E4AAE; }
span { border-color: rgb(158,74,174); }
td.TdClassName
{
border-color: #9E4AAE;
}
.TagClassName
{
border-color: #9E4AAE;
}
</style>