Shades of Deep Lilac #9E54C3
Tints of Deep Lilac #9E54C3
RGB
CMYK
RGB Variations
Color information
#9E54C3 (or 0x9E54C3) is known color: Deep Lilac. HEX triplet: 9E, 54 and C3. RGB value is (158,84,195). Sum of RGB (Red+Green+Blue) = 158+84+195=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E54C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54C3 is #61AB3C. Grayscale: #767676. Windows color (decimal): -6400829 or 12801182. OLE color: 12801182.
HSL color Cylindrical-coordinate representation of color #9E54C3: hue angle of 280º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E54C3 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 84 | 195 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.24 |
| HSL | 280º | 0.48% | 0.55% | - |
| HSV(B) | 280º | 0.57% | 0.76% | - |
| XYZ | 27.12 | 17.55 | 53.59 | - |
| YUV | 118.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 195 | 0.19 | 0.57 | 0 | 0.24 | 280 | 0.48 | 0.55 |
| Hex | 9E | 54 | C3 | 13 | 39 | 0 | 18 | 118 | 30 | 37 |
| Octal | 236 | 124 | 303 | 23 | 71 | 0 | 30 | 430 | 60 | 67 |
| Binary | 10011110 | 1010100 | 11000011 | 10011 | 111001 | 0 | 11000 | 100011000 | 110000 | 110111 |
Color Harmonies of #9E54C3
Complementary color
Monochromatic Colors of #9E54C3
Black with #9E54C3
Text Example
Text Example
White with #9E54C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54C3; }
p { color: rgb(158,84,195); }
H1.HeaderClassName
{
color: #9E54C3;
}
.AnyTagClassName
{
color: #9E54C3;
}
</style>
background-color css
<style>
a { background-color: #9E54C3; }
a { background-color: rgb(158,84,195); }
div.DivClassName
{
background-color: #9E54C3;
}
.BgClassName
{
background-color: #9E54C3;
}
</style>
border-color css
<style>
span { border-color: #9E54C3; }
span { border-color: rgb(158,84,195); }
td.TdClassName
{
border-color: #9E54C3;
}
.TagClassName
{
border-color: #9E54C3;
}
</style>