Shades of Deep Lilac #9E47C1
Tints of Deep Lilac #9E47C1
RGB
CMYK
RGB Variations
Color information
#9E47C1 (or 0x9E47C1) is known color: Deep Lilac. HEX triplet: 9E, 47 and C1. RGB value is (158,71,193). Sum of RGB (Red+Green+Blue) = 158+71+193=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E47C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E47C1 is #61B83E. Grayscale: #6E6E6E. Windows color (decimal): -6404159 or 12666782. OLE color: 12666782.
HSL color Cylindrical-coordinate representation of color #9E47C1: hue angle of 282.79º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E47C1 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 71 | 193 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.24 |
| HSL | 282.79º | 0.5% | 0.52% | - |
| HSV(B) | 282.79º | 0.63% | 0.76% | - |
| XYZ | 25.98 | 15.63 | 52.1 | - |
| YUV | 110.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 193 | 0.18 | 0.63 | 0 | 0.24 | 282.79 | 0.5 | 0.52 |
| Hex | 9E | 47 | C1 | 12 | 3F | 0 | 18 | 11B | 32 | 34 |
| Octal | 236 | 107 | 301 | 22 | 77 | 0 | 30 | 433 | 62 | 64 |
| Binary | 10011110 | 1000111 | 11000001 | 10010 | 111111 | 0 | 11000 | 100011011 | 110010 | 110100 |
Color Harmonies of #9E47C1
Complementary color
Monochromatic Colors of #9E47C1
Black with #9E47C1
Text Example
Text Example
White with #9E47C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E47C1; }
p { color: rgb(158,71,193); }
H1.HeaderClassName
{
color: #9E47C1;
}
.AnyTagClassName
{
color: #9E47C1;
}
</style>
background-color css
<style>
a { background-color: #9E47C1; }
a { background-color: rgb(158,71,193); }
div.DivClassName
{
background-color: #9E47C1;
}
.BgClassName
{
background-color: #9E47C1;
}
</style>
border-color css
<style>
span { border-color: #9E47C1; }
span { border-color: rgb(158,71,193); }
td.TdClassName
{
border-color: #9E47C1;
}
.TagClassName
{
border-color: #9E47C1;
}
</style>