Shades of Deep Lilac #9E47BC
Tints of Deep Lilac #9E47BC
RGB
CMYK
RGB Variations
Color information
#9E47BC (or 0x9E47BC) is known color: Deep Lilac. HEX triplet: 9E, 47 and BC. RGB value is (158,71,188). Sum of RGB (Red+Green+Blue) = 158+71+188=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E47BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E47BC is #61B843. Grayscale: #6D6D6D. Windows color (decimal): -6404164 or 12339102. OLE color: 12339102.
HSL color Cylindrical-coordinate representation of color #9E47BC: hue angle of 284.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E47BC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 71 | 188 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.26 |
| HSL | 284.62º | 0.47% | 0.51% | - |
| HSV(B) | 284.62º | 0.62% | 0.74% | - |
| XYZ | 25.43 | 15.41 | 49.21 | - |
| YUV | 110.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 188 | 0.16 | 0.62 | 0 | 0.26 | 284.62 | 0.47 | 0.51 |
| Hex | 9E | 47 | BC | 10 | 3E | 0 | 1A | 11D | 2F | 33 |
| Octal | 236 | 107 | 274 | 20 | 76 | 0 | 32 | 435 | 57 | 63 |
| Binary | 10011110 | 1000111 | 10111100 | 10000 | 111110 | 0 | 11010 | 100011101 | 101111 | 110011 |
Color Harmonies of #9E47BC
Complementary color
Monochromatic Colors of #9E47BC
Black with #9E47BC
Text Example
Text Example
White with #9E47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E47BC; }
p { color: rgb(158,71,188); }
H1.HeaderClassName
{
color: #9E47BC;
}
.AnyTagClassName
{
color: #9E47BC;
}
</style>
background-color css
<style>
a { background-color: #9E47BC; }
a { background-color: rgb(158,71,188); }
div.DivClassName
{
background-color: #9E47BC;
}
.BgClassName
{
background-color: #9E47BC;
}
</style>
border-color css
<style>
span { border-color: #9E47BC; }
span { border-color: rgb(158,71,188); }
td.TdClassName
{
border-color: #9E47BC;
}
.TagClassName
{
border-color: #9E47BC;
}
</style>