Shades of Deep Lilac #9D47BD
Tints of Deep Lilac #9D47BD
RGB
CMYK
RGB Variations
Color information
#9D47BD (or 0x9D47BD) is known color: Deep Lilac. HEX triplet: 9D, 47 and BD. RGB value is (157,71,189). Sum of RGB (Red+Green+Blue) = 157+71+189=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D47BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D47BD is #62B842. Grayscale: #6D6D6D. Windows color (decimal): -6469699 or 12404637. OLE color: 12404637.
HSL color Cylindrical-coordinate representation of color #9D47BD: hue angle of 283.73º 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 #9D47BD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 71 | 189 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.26 |
| HSL | 283.73º | 0.47% | 0.51% | - |
| HSV(B) | 283.73º | 0.62% | 0.74% | - |
| XYZ | 25.34 | 15.35 | 49.77 | - |
| YUV | 110.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 189 | 0.17 | 0.62 | 0 | 0.26 | 283.73 | 0.47 | 0.51 |
| Hex | 9D | 47 | BD | 11 | 3E | 0 | 1A | 11C | 2F | 33 |
| Octal | 235 | 107 | 275 | 21 | 76 | 0 | 32 | 434 | 57 | 63 |
| Binary | 10011101 | 1000111 | 10111101 | 10001 | 111110 | 0 | 11010 | 100011100 | 101111 | 110011 |
Color Harmonies of #9D47BD
Complementary color
Monochromatic Colors of #9D47BD
Black with #9D47BD
Text Example
Text Example
White with #9D47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D47BD; }
p { color: rgb(157,71,189); }
H1.HeaderClassName
{
color: #9D47BD;
}
.AnyTagClassName
{
color: #9D47BD;
}
</style>
background-color css
<style>
a { background-color: #9D47BD; }
a { background-color: rgb(157,71,189); }
div.DivClassName
{
background-color: #9D47BD;
}
.BgClassName
{
background-color: #9D47BD;
}
</style>
border-color css
<style>
span { border-color: #9D47BD; }
span { border-color: rgb(157,71,189); }
td.TdClassName
{
border-color: #9D47BD;
}
.TagClassName
{
border-color: #9D47BD;
}
</style>