Shades of Deep Lilac #9E5ABF
Tints of Deep Lilac #9E5ABF
RGB
CMYK
RGB Variations
Color information
#9E5ABF (or 0x9E5ABF) is known color: Deep Lilac. HEX triplet: 9E, 5A and BF. RGB value is (158,90,191). Sum of RGB (Red+Green+Blue) = 158+90+191=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ABF is #61A540. Grayscale: #797979. Windows color (decimal): -6399297 or 12540574. OLE color: 12540574.
HSL color Cylindrical-coordinate representation of color #9E5ABF: hue angle of 280.4º 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 #9E5ABF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 90 | 191 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.25 |
| HSL | 280.4º | 0.44% | 0.55% | - |
| HSV(B) | 280.4º | 0.53% | 0.75% | - |
| XYZ | 27.16 | 18.34 | 51.4 | - |
| YUV | 121.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 191 | 0.17 | 0.53 | 0 | 0.25 | 280.4 | 0.44 | 0.55 |
| Hex | 9E | 5A | BF | 11 | 35 | 0 | 19 | 118 | 2C | 37 |
| Octal | 236 | 132 | 277 | 21 | 65 | 0 | 31 | 430 | 54 | 67 |
| Binary | 10011110 | 1011010 | 10111111 | 10001 | 110101 | 0 | 11001 | 100011000 | 101100 | 110111 |
Color Harmonies of #9E5ABF
Complementary color
Monochromatic Colors of #9E5ABF
Black with #9E5ABF
Text Example
Text Example
White with #9E5ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ABF; }
p { color: rgb(158,90,191); }
H1.HeaderClassName
{
color: #9E5ABF;
}
.AnyTagClassName
{
color: #9E5ABF;
}
</style>
background-color css
<style>
a { background-color: #9E5ABF; }
a { background-color: rgb(158,90,191); }
div.DivClassName
{
background-color: #9E5ABF;
}
.BgClassName
{
background-color: #9E5ABF;
}
</style>
border-color css
<style>
span { border-color: #9E5ABF; }
span { border-color: rgb(158,90,191); }
td.TdClassName
{
border-color: #9E5ABF;
}
.TagClassName
{
border-color: #9E5ABF;
}
</style>