Shades of Deep Lilac #9E5BBB
Tints of Deep Lilac #9E5BBB
RGB
CMYK
RGB Variations
Color information
#9E5BBB (or 0x9E5BBB) is known color: Deep Lilac. HEX triplet: 9E, 5B and BB. RGB value is (158,91,187). Sum of RGB (Red+Green+Blue) = 158+91+187=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BBB is #61A444. Grayscale: #797979. Windows color (decimal): -6399045 or 12278686. OLE color: 12278686.
HSL color Cylindrical-coordinate representation of color #9E5BBB: hue angle of 281.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E5BBB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 91 | 187 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.27 |
| HSL | 281.88º | 0.41% | 0.55% | - |
| HSV(B) | 281.88º | 0.51% | 0.73% | - |
| XYZ | 26.81 | 18.34 | 49.14 | - |
| YUV | 121.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 91 | 187 | 0.16 | 0.51 | 0 | 0.27 | 281.88 | 0.41 | 0.55 |
| Hex | 9E | 5B | BB | 10 | 33 | 0 | 1B | 11A | 29 | 37 |
| Octal | 236 | 133 | 273 | 20 | 63 | 0 | 33 | 432 | 51 | 67 |
| Binary | 10011110 | 1011011 | 10111011 | 10000 | 110011 | 0 | 11011 | 100011010 | 101001 | 110111 |
Color Harmonies of #9E5BBB
Complementary color
Monochromatic Colors of #9E5BBB
Black with #9E5BBB
Text Example
Text Example
White with #9E5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5BBB; }
p { color: rgb(158,91,187); }
H1.HeaderClassName
{
color: #9E5BBB;
}
.AnyTagClassName
{
color: #9E5BBB;
}
</style>
background-color css
<style>
a { background-color: #9E5BBB; }
a { background-color: rgb(158,91,187); }
div.DivClassName
{
background-color: #9E5BBB;
}
.BgClassName
{
background-color: #9E5BBB;
}
</style>
border-color css
<style>
span { border-color: #9E5BBB; }
span { border-color: rgb(158,91,187); }
td.TdClassName
{
border-color: #9E5BBB;
}
.TagClassName
{
border-color: #9E5BBB;
}
</style>