Shades of Deep Lilac #9E56BA
Tints of Deep Lilac #9E56BA
RGB
CMYK
RGB Variations
Color information
#9E56BA (or 0x9E56BA) is known color: Deep Lilac. HEX triplet: 9E, 56 and BA. RGB value is (158,86,186). Sum of RGB (Red+Green+Blue) = 158+86+186=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56BA is #61A945. Grayscale: #767676. Windows color (decimal): -6400326 or 12211870. OLE color: 12211870.
HSL color Cylindrical-coordinate representation of color #9E56BA: hue angle of 283.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E56BA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 86 | 186 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.27 |
| HSL | 283.2º | 0.42% | 0.53% | - |
| HSV(B) | 283.2º | 0.54% | 0.73% | - |
| XYZ | 26.29 | 17.47 | 48.44 | - |
| YUV | 118.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 186 | 0.15 | 0.54 | 0 | 0.27 | 283.2 | 0.42 | 0.53 |
| Hex | 9E | 56 | BA | F | 36 | 0 | 1B | 11B | 2A | 35 |
| Octal | 236 | 126 | 272 | 17 | 66 | 0 | 33 | 433 | 52 | 65 |
| Binary | 10011110 | 1010110 | 10111010 | 1111 | 110110 | 0 | 11011 | 100011011 | 101010 | 110101 |
Color Harmonies of #9E56BA
Complementary color
Monochromatic Colors of #9E56BA
Black with #9E56BA
Text Example
Text Example
White with #9E56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E56BA; }
p { color: rgb(158,86,186); }
H1.HeaderClassName
{
color: #9E56BA;
}
.AnyTagClassName
{
color: #9E56BA;
}
</style>
background-color css
<style>
a { background-color: #9E56BA; }
a { background-color: rgb(158,86,186); }
div.DivClassName
{
background-color: #9E56BA;
}
.BgClassName
{
background-color: #9E56BA;
}
</style>
border-color css
<style>
span { border-color: #9E56BA; }
span { border-color: rgb(158,86,186); }
td.TdClassName
{
border-color: #9E56BA;
}
.TagClassName
{
border-color: #9E56BA;
}
</style>