Shades of Deep Lilac #9E59BE
Tints of Deep Lilac #9E59BE
RGB
CMYK
RGB Variations
Color information
#9E59BE (or 0x9E59BE) is known color: Deep Lilac. HEX triplet: 9E, 59 and BE. RGB value is (158,89,190). Sum of RGB (Red+Green+Blue) = 158+89+190=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59BE is #61A641. Grayscale: #787878. Windows color (decimal): -6399554 or 12474782. OLE color: 12474782.
HSL color Cylindrical-coordinate representation of color #9E59BE: hue angle of 280.99º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E59BE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 89 | 190 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.25 |
| HSL | 280.99º | 0.44% | 0.55% | - |
| HSV(B) | 280.99º | 0.53% | 0.75% | - |
| XYZ | 26.97 | 18.13 | 50.79 | - |
| YUV | 121.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 190 | 0.17 | 0.53 | 0 | 0.25 | 280.99 | 0.44 | 0.55 |
| Hex | 9E | 59 | BE | 11 | 35 | 0 | 19 | 119 | 2C | 37 |
| Octal | 236 | 131 | 276 | 21 | 65 | 0 | 31 | 431 | 54 | 67 |
| Binary | 10011110 | 1011001 | 10111110 | 10001 | 110101 | 0 | 11001 | 100011001 | 101100 | 110111 |
Color Harmonies of #9E59BE
Complementary color
Monochromatic Colors of #9E59BE
Black with #9E59BE
Text Example
Text Example
White with #9E59BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E59BE; }
p { color: rgb(158,89,190); }
H1.HeaderClassName
{
color: #9E59BE;
}
.AnyTagClassName
{
color: #9E59BE;
}
</style>
background-color css
<style>
a { background-color: #9E59BE; }
a { background-color: rgb(158,89,190); }
div.DivClassName
{
background-color: #9E59BE;
}
.BgClassName
{
background-color: #9E59BE;
}
</style>
border-color css
<style>
span { border-color: #9E59BE; }
span { border-color: rgb(158,89,190); }
td.TdClassName
{
border-color: #9E59BE;
}
.TagClassName
{
border-color: #9E59BE;
}
</style>