Shades of Deep Lilac #9D47BC
Tints of Deep Lilac #9D47BC
RGB
CMYK
RGB Variations
Color information
#9D47BC (or 0x9D47BC) is known color: Deep Lilac. HEX triplet: 9D, 47 and BC. RGB value is (157,71,188). Sum of RGB (Red+Green+Blue) = 157+71+188=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D47BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D47BC is #62B843. Grayscale: #6D6D6D. Windows color (decimal): -6469700 or 12339101. OLE color: 12339101.
HSL color Cylindrical-coordinate representation of color #9D47BC: hue angle of 284.1º 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 #9D47BC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 71 | 188 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.26 |
| HSL | 284.1º | 0.47% | 0.51% | - |
| HSV(B) | 284.1º | 0.62% | 0.74% | - |
| XYZ | 25.23 | 15.31 | 49.2 | - |
| YUV | 110.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 188 | 0.16 | 0.62 | 0 | 0.26 | 284.1 | 0.47 | 0.51 |
| Hex | 9D | 47 | BC | 10 | 3E | 0 | 1A | 11C | 2F | 33 |
| Octal | 235 | 107 | 274 | 20 | 76 | 0 | 32 | 434 | 57 | 63 |
| Binary | 10011101 | 1000111 | 10111100 | 10000 | 111110 | 0 | 11010 | 100011100 | 101111 | 110011 |
Color Harmonies of #9D47BC
Complementary color
Monochromatic Colors of #9D47BC
Black with #9D47BC
Text Example
Text Example
White with #9D47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D47BC; }
p { color: rgb(157,71,188); }
H1.HeaderClassName
{
color: #9D47BC;
}
.AnyTagClassName
{
color: #9D47BC;
}
</style>
background-color css
<style>
a { background-color: #9D47BC; }
a { background-color: rgb(157,71,188); }
div.DivClassName
{
background-color: #9D47BC;
}
.BgClassName
{
background-color: #9D47BC;
}
</style>
border-color css
<style>
span { border-color: #9D47BC; }
span { border-color: rgb(157,71,188); }
td.TdClassName
{
border-color: #9D47BC;
}
.TagClassName
{
border-color: #9D47BC;
}
</style>