Shades of Deep Lilac #9E5ABE
Tints of Deep Lilac #9E5ABE
RGB
CMYK
RGB Variations
Color information
#9E5ABE (or 0x9E5ABE) is known color: Deep Lilac. HEX triplet: 9E, 5A and BE. RGB value is (158,90,190). Sum of RGB (Red+Green+Blue) = 158+90+190=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ABE is #61A541. Grayscale: #797979. Windows color (decimal): -6399298 or 12475038. OLE color: 12475038.
HSL color Cylindrical-coordinate representation of color #9E5ABE: hue angle of 280.8º degrees, saturation: 0.43, 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 #9E5ABE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 90 | 190 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.25 |
| HSL | 280.8º | 0.43% | 0.55% | - |
| HSV(B) | 280.8º | 0.53% | 0.75% | - |
| XYZ | 27.05 | 18.3 | 50.82 | - |
| YUV | 121.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 190 | 0.17 | 0.53 | 0 | 0.25 | 280.8 | 0.43 | 0.55 |
| Hex | 9E | 5A | BE | 11 | 35 | 0 | 19 | 119 | 2B | 37 |
| Octal | 236 | 132 | 276 | 21 | 65 | 0 | 31 | 431 | 53 | 67 |
| Binary | 10011110 | 1011010 | 10111110 | 10001 | 110101 | 0 | 11001 | 100011001 | 101011 | 110111 |
Color Harmonies of #9E5ABE
Complementary color
Monochromatic Colors of #9E5ABE
Black with #9E5ABE
Text Example
Text Example
White with #9E5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ABE; }
p { color: rgb(158,90,190); }
H1.HeaderClassName
{
color: #9E5ABE;
}
.AnyTagClassName
{
color: #9E5ABE;
}
</style>
background-color css
<style>
a { background-color: #9E5ABE; }
a { background-color: rgb(158,90,190); }
div.DivClassName
{
background-color: #9E5ABE;
}
.BgClassName
{
background-color: #9E5ABE;
}
</style>
border-color css
<style>
span { border-color: #9E5ABE; }
span { border-color: rgb(158,90,190); }
td.TdClassName
{
border-color: #9E5ABE;
}
.TagClassName
{
border-color: #9E5ABE;
}
</style>