Shades of Deep Lilac #9E54CD
Tints of Deep Lilac #9E54CD
RGB
CMYK
RGB Variations
Color information
#9E54CD (or 0x9E54CD) is known color: Deep Lilac. HEX triplet: 9E, 54 and CD. RGB value is (158,84,205). Sum of RGB (Red+Green+Blue) = 158+84+205=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54CD is #61AB32. Grayscale: #777777. Windows color (decimal): -6400819 or 13456542. OLE color: 13456542.
HSL color Cylindrical-coordinate representation of color #9E54CD: hue angle of 276.69º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E54CD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 84 | 205 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.20 |
| HSL | 276.69º | 0.55% | 0.57% | - |
| HSV(B) | 276.69º | 0.59% | 0.8% | - |
| XYZ | 28.29 | 18.02 | 59.74 | - |
| YUV | 119.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 205 | 0.23 | 0.59 | 0 | 0.20 | 276.69 | 0.55 | 0.57 |
| Hex | 9E | 54 | CD | 17 | 3B | 0 | 14 | 115 | 37 | 39 |
| Octal | 236 | 124 | 315 | 27 | 73 | 0 | 24 | 425 | 67 | 71 |
| Binary | 10011110 | 1010100 | 11001101 | 10111 | 111011 | 0 | 10100 | 100010101 | 110111 | 111001 |
Color Harmonies of #9E54CD
Complementary color
Monochromatic Colors of #9E54CD
Black with #9E54CD
Text Example
Text Example
White with #9E54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54CD; }
p { color: rgb(158,84,205); }
H1.HeaderClassName
{
color: #9E54CD;
}
.AnyTagClassName
{
color: #9E54CD;
}
</style>
background-color css
<style>
a { background-color: #9E54CD; }
a { background-color: rgb(158,84,205); }
div.DivClassName
{
background-color: #9E54CD;
}
.BgClassName
{
background-color: #9E54CD;
}
</style>
border-color css
<style>
span { border-color: #9E54CD; }
span { border-color: rgb(158,84,205); }
td.TdClassName
{
border-color: #9E54CD;
}
.TagClassName
{
border-color: #9E54CD;
}
</style>