Shades of Deep Lilac #9E5DAE
Tints of Deep Lilac #9E5DAE
RGB
CMYK
RGB Variations
Color information
#9E5DAE (or 0x9E5DAE) is known color: Deep Lilac. HEX triplet: 9E, 5D and AE. RGB value is (158,93,174). Sum of RGB (Red+Green+Blue) = 158+93+174=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5DAE is #61A251. Grayscale: #797979. Windows color (decimal): -6398546 or 11427230. OLE color: 11427230.
HSL color Cylindrical-coordinate representation of color #9E5DAE: hue angle of 288.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5DAE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 93 | 174 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.32 |
| HSL | 288.15º | 0.33% | 0.52% | - |
| HSV(B) | 288.15º | 0.47% | 0.68% | - |
| XYZ | 25.65 | 18.15 | 42.2 | - |
| YUV | 121.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 174 | 0.09 | 0.47 | 0 | 0.32 | 288.15 | 0.33 | 0.52 |
| Hex | 9E | 5D | AE | 9 | 2F | 0 | 20 | 120 | 21 | 34 |
| Octal | 236 | 135 | 256 | 11 | 57 | 0 | 40 | 440 | 41 | 64 |
| Binary | 10011110 | 1011101 | 10101110 | 1001 | 101111 | 0 | 100000 | 100100000 | 100001 | 110100 |
Color Harmonies of #9E5DAE
Complementary color
Monochromatic Colors of #9E5DAE
Black with #9E5DAE
Text Example
Text Example
White with #9E5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DAE; }
p { color: rgb(158,93,174); }
H1.HeaderClassName
{
color: #9E5DAE;
}
.AnyTagClassName
{
color: #9E5DAE;
}
</style>
background-color css
<style>
a { background-color: #9E5DAE; }
a { background-color: rgb(158,93,174); }
div.DivClassName
{
background-color: #9E5DAE;
}
.BgClassName
{
background-color: #9E5DAE;
}
</style>
border-color css
<style>
span { border-color: #9E5DAE; }
span { border-color: rgb(158,93,174); }
td.TdClassName
{
border-color: #9E5DAE;
}
.TagClassName
{
border-color: #9E5DAE;
}
</style>