Shades of Deep Lilac #9E5DAD
Tints of Deep Lilac #9E5DAD
RGB
CMYK
RGB Variations
Color information
#9E5DAD (or 0x9E5DAD) is known color: Deep Lilac. HEX triplet: 9E, 5D and AD. RGB value is (158,93,173). Sum of RGB (Red+Green+Blue) = 158+93+173=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5DAD is #61A252. Grayscale: #797979. Windows color (decimal): -6398547 or 11361694. OLE color: 11361694.
HSL color Cylindrical-coordinate representation of color #9E5DAD: hue angle of 288.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5DAD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 93 | 173 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.32 |
| HSL | 288.75º | 0.33% | 0.52% | - |
| HSV(B) | 288.75º | 0.46% | 0.68% | - |
| XYZ | 25.56 | 18.11 | 41.68 | - |
| YUV | 121.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 173 | 0.09 | 0.46 | 0 | 0.32 | 288.75 | 0.33 | 0.52 |
| Hex | 9E | 5D | AD | 9 | 2E | 0 | 20 | 121 | 21 | 34 |
| Octal | 236 | 135 | 255 | 11 | 56 | 0 | 40 | 441 | 41 | 64 |
| Binary | 10011110 | 1011101 | 10101101 | 1001 | 101110 | 0 | 100000 | 100100001 | 100001 | 110100 |
Color Harmonies of #9E5DAD
Complementary color
Monochromatic Colors of #9E5DAD
Black with #9E5DAD
Text Example
Text Example
White with #9E5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DAD; }
p { color: rgb(158,93,173); }
H1.HeaderClassName
{
color: #9E5DAD;
}
.AnyTagClassName
{
color: #9E5DAD;
}
</style>
background-color css
<style>
a { background-color: #9E5DAD; }
a { background-color: rgb(158,93,173); }
div.DivClassName
{
background-color: #9E5DAD;
}
.BgClassName
{
background-color: #9E5DAD;
}
</style>
border-color css
<style>
span { border-color: #9E5DAD; }
span { border-color: rgb(158,93,173); }
td.TdClassName
{
border-color: #9E5DAD;
}
.TagClassName
{
border-color: #9E5DAD;
}
</style>