Shades of Deep Lilac #9E54BD
Tints of Deep Lilac #9E54BD
RGB
CMYK
RGB Variations
Color information
#9E54BD (or 0x9E54BD) is known color: Deep Lilac. HEX triplet: 9E, 54 and BD. RGB value is (158,84,189). Sum of RGB (Red+Green+Blue) = 158+84+189=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54BD is #61AB42. Grayscale: #757575. Windows color (decimal): -6400835 or 12407966. OLE color: 12407966.
HSL color Cylindrical-coordinate representation of color #9E54BD: hue angle of 282.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E54BD is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 84 | 189 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.26 |
| HSL | 282.29º | 0.44% | 0.54% | - |
| HSV(B) | 282.29º | 0.56% | 0.74% | - |
| XYZ | 26.46 | 17.28 | 50.09 | - |
| YUV | 118.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 189 | 0.16 | 0.56 | 0 | 0.26 | 282.29 | 0.44 | 0.54 |
| Hex | 9E | 54 | BD | 10 | 38 | 0 | 1A | 11A | 2C | 36 |
| Octal | 236 | 124 | 275 | 20 | 70 | 0 | 32 | 432 | 54 | 66 |
| Binary | 10011110 | 1010100 | 10111101 | 10000 | 111000 | 0 | 11010 | 100011010 | 101100 | 110110 |
Color Harmonies of #9E54BD
Complementary color
Monochromatic Colors of #9E54BD
Black with #9E54BD
Text Example
Text Example
White with #9E54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54BD; }
p { color: rgb(158,84,189); }
H1.HeaderClassName
{
color: #9E54BD;
}
.AnyTagClassName
{
color: #9E54BD;
}
</style>
background-color css
<style>
a { background-color: #9E54BD; }
a { background-color: rgb(158,84,189); }
div.DivClassName
{
background-color: #9E54BD;
}
.BgClassName
{
background-color: #9E54BD;
}
</style>
border-color css
<style>
span { border-color: #9E54BD; }
span { border-color: rgb(158,84,189); }
td.TdClassName
{
border-color: #9E54BD;
}
.TagClassName
{
border-color: #9E54BD;
}
</style>