Shades of Deep Lilac #9E5ABD
Tints of Deep Lilac #9E5ABD
RGB
CMYK
RGB Variations
Color information
#9E5ABD (or 0x9E5ABD) is known color: Deep Lilac. HEX triplet: 9E, 5A and BD. RGB value is (158,90,189). Sum of RGB (Red+Green+Blue) = 158+90+189=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E5ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ABD is #61A542. Grayscale: #797979. Windows color (decimal): -6399299 or 12409502. OLE color: 12409502.
HSL color Cylindrical-coordinate representation of color #9E5ABD: hue angle of 281.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E5ABD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 90 | 189 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.26 |
| HSL | 281.21º | 0.43% | 0.55% | - |
| HSV(B) | 281.21º | 0.52% | 0.74% | - |
| XYZ | 26.94 | 18.26 | 50.25 | - |
| YUV | 121.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 189 | 0.16 | 0.52 | 0 | 0.26 | 281.21 | 0.43 | 0.55 |
| Hex | 9E | 5A | BD | 10 | 34 | 0 | 1A | 119 | 2B | 37 |
| Octal | 236 | 132 | 275 | 20 | 64 | 0 | 32 | 431 | 53 | 67 |
| Binary | 10011110 | 1011010 | 10111101 | 10000 | 110100 | 0 | 11010 | 100011001 | 101011 | 110111 |
Color Harmonies of #9E5ABD
Complementary color
Monochromatic Colors of #9E5ABD
Black with #9E5ABD
Text Example
Text Example
White with #9E5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ABD; }
p { color: rgb(158,90,189); }
H1.HeaderClassName
{
color: #9E5ABD;
}
.AnyTagClassName
{
color: #9E5ABD;
}
</style>
background-color css
<style>
a { background-color: #9E5ABD; }
a { background-color: rgb(158,90,189); }
div.DivClassName
{
background-color: #9E5ABD;
}
.BgClassName
{
background-color: #9E5ABD;
}
</style>
border-color css
<style>
span { border-color: #9E5ABD; }
span { border-color: rgb(158,90,189); }
td.TdClassName
{
border-color: #9E5ABD;
}
.TagClassName
{
border-color: #9E5ABD;
}
</style>