Shades of Deep Lilac #9E47BE
Tints of Deep Lilac #9E47BE
RGB
CMYK
RGB Variations
Color information
#9E47BE (or 0x9E47BE) is known color: Deep Lilac. HEX triplet: 9E, 47 and BE. RGB value is (158,71,190). Sum of RGB (Red+Green+Blue) = 158+71+190=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E47BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E47BE is #61B841. Grayscale: #6E6E6E. Windows color (decimal): -6404162 or 12470174. OLE color: 12470174.
HSL color Cylindrical-coordinate representation of color #9E47BE: hue angle of 283.87º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E47BE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 71 | 190 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.25 |
| HSL | 283.87º | 0.48% | 0.51% | - |
| HSV(B) | 283.87º | 0.63% | 0.75% | - |
| XYZ | 25.65 | 15.49 | 50.35 | - |
| YUV | 110.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 190 | 0.17 | 0.63 | 0 | 0.25 | 283.87 | 0.48 | 0.51 |
| Hex | 9E | 47 | BE | 11 | 3F | 0 | 19 | 11C | 30 | 33 |
| Octal | 236 | 107 | 276 | 21 | 77 | 0 | 31 | 434 | 60 | 63 |
| Binary | 10011110 | 1000111 | 10111110 | 10001 | 111111 | 0 | 11001 | 100011100 | 110000 | 110011 |
Color Harmonies of #9E47BE
Complementary color
Monochromatic Colors of #9E47BE
Black with #9E47BE
Text Example
Text Example
White with #9E47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E47BE; }
p { color: rgb(158,71,190); }
H1.HeaderClassName
{
color: #9E47BE;
}
.AnyTagClassName
{
color: #9E47BE;
}
</style>
background-color css
<style>
a { background-color: #9E47BE; }
a { background-color: rgb(158,71,190); }
div.DivClassName
{
background-color: #9E47BE;
}
.BgClassName
{
background-color: #9E47BE;
}
</style>
border-color css
<style>
span { border-color: #9E47BE; }
span { border-color: rgb(158,71,190); }
td.TdClassName
{
border-color: #9E47BE;
}
.TagClassName
{
border-color: #9E47BE;
}
</style>