Shades of Deep Lilac #9E54CA
Tints of Deep Lilac #9E54CA
RGB
CMYK
RGB Variations
Color information
#9E54CA (or 0x9E54CA) is known color: Deep Lilac. HEX triplet: 9E, 54 and CA. RGB value is (158,84,202). Sum of RGB (Red+Green+Blue) = 158+84+202=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E54CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54CA is #61AB35. Grayscale: #777777. Windows color (decimal): -6400822 or 13259934. OLE color: 13259934.
HSL color Cylindrical-coordinate representation of color #9E54CA: hue angle of 277.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E54CA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 84 | 202 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.21 |
| HSL | 277.63º | 0.53% | 0.56% | - |
| HSV(B) | 277.63º | 0.58% | 0.79% | - |
| XYZ | 27.93 | 17.87 | 57.85 | - |
| YUV | 119.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 202 | 0.22 | 0.58 | 0 | 0.21 | 277.63 | 0.53 | 0.56 |
| Hex | 9E | 54 | CA | 16 | 3A | 0 | 15 | 116 | 35 | 38 |
| Octal | 236 | 124 | 312 | 26 | 72 | 0 | 25 | 426 | 65 | 70 |
| Binary | 10011110 | 1010100 | 11001010 | 10110 | 111010 | 0 | 10101 | 100010110 | 110101 | 111000 |
Color Harmonies of #9E54CA
Complementary color
Monochromatic Colors of #9E54CA
Black with #9E54CA
Text Example
Text Example
White with #9E54CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54CA; }
p { color: rgb(158,84,202); }
H1.HeaderClassName
{
color: #9E54CA;
}
.AnyTagClassName
{
color: #9E54CA;
}
</style>
background-color css
<style>
a { background-color: #9E54CA; }
a { background-color: rgb(158,84,202); }
div.DivClassName
{
background-color: #9E54CA;
}
.BgClassName
{
background-color: #9E54CA;
}
</style>
border-color css
<style>
span { border-color: #9E54CA; }
span { border-color: rgb(158,84,202); }
td.TdClassName
{
border-color: #9E54CA;
}
.TagClassName
{
border-color: #9E54CA;
}
</style>