Shades of Deep Lilac #9E59AD
Tints of Deep Lilac #9E59AD
RGB
CMYK
RGB Variations
Color information
#9E59AD (or 0x9E59AD) is known color: Deep Lilac. HEX triplet: 9E, 59 and AD. RGB value is (158,89,173). Sum of RGB (Red+Green+Blue) = 158+89+173=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E59AD is #61A652. Grayscale: #767676. Windows color (decimal): -6399571 or 11360670. OLE color: 11360670.
HSL color Cylindrical-coordinate representation of color #9E59AD: hue angle of 289.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E59AD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 89 | 173 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.32 |
| HSL | 289.29º | 0.34% | 0.51% | - |
| HSV(B) | 289.29º | 0.49% | 0.68% | - |
| XYZ | 25.22 | 17.43 | 41.57 | - |
| YUV | 119.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 173 | 0.09 | 0.49 | 0 | 0.32 | 289.29 | 0.34 | 0.51 |
| Hex | 9E | 59 | AD | 9 | 31 | 0 | 20 | 121 | 22 | 33 |
| Octal | 236 | 131 | 255 | 11 | 61 | 0 | 40 | 441 | 42 | 63 |
| Binary | 10011110 | 1011001 | 10101101 | 1001 | 110001 | 0 | 100000 | 100100001 | 100010 | 110011 |
Color Harmonies of #9E59AD
Complementary color
Monochromatic Colors of #9E59AD
Black with #9E59AD
Text Example
Text Example
White with #9E59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E59AD; }
p { color: rgb(158,89,173); }
H1.HeaderClassName
{
color: #9E59AD;
}
.AnyTagClassName
{
color: #9E59AD;
}
</style>
background-color css
<style>
a { background-color: #9E59AD; }
a { background-color: rgb(158,89,173); }
div.DivClassName
{
background-color: #9E59AD;
}
.BgClassName
{
background-color: #9E59AD;
}
</style>
border-color css
<style>
span { border-color: #9E59AD; }
span { border-color: rgb(158,89,173); }
td.TdClassName
{
border-color: #9E59AD;
}
.TagClassName
{
border-color: #9E59AD;
}
</style>