Shades of Deep Lilac #9D47BA
Tints of Deep Lilac #9D47BA
RGB
CMYK
RGB Variations
Color information
#9D47BA (or 0x9D47BA) is known color: Deep Lilac. HEX triplet: 9D, 47 and BA. RGB value is (157,71,186). Sum of RGB (Red+Green+Blue) = 157+71+186=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D47BA is #62B845. Grayscale: #6D6D6D. Windows color (decimal): -6469702 or 12208029. OLE color: 12208029.
HSL color Cylindrical-coordinate representation of color #9D47BA: hue angle of 284.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D47BA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 71 | 186 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.27 |
| HSL | 284.87º | 0.45% | 0.5% | - |
| HSV(B) | 284.87º | 0.62% | 0.73% | - |
| XYZ | 25.02 | 15.22 | 48.07 | - |
| YUV | 109.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 186 | 0.16 | 0.62 | 0 | 0.27 | 284.87 | 0.45 | 0.5 |
| Hex | 9D | 47 | BA | 10 | 3E | 0 | 1B | 11D | 2D | 32 |
| Octal | 235 | 107 | 272 | 20 | 76 | 0 | 33 | 435 | 55 | 62 |
| Binary | 10011101 | 1000111 | 10111010 | 10000 | 111110 | 0 | 11011 | 100011101 | 101101 | 110010 |
Color Harmonies of #9D47BA
Complementary color
Monochromatic Colors of #9D47BA
Black with #9D47BA
Text Example
Text Example
White with #9D47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D47BA; }
p { color: rgb(157,71,186); }
H1.HeaderClassName
{
color: #9D47BA;
}
.AnyTagClassName
{
color: #9D47BA;
}
</style>
background-color css
<style>
a { background-color: #9D47BA; }
a { background-color: rgb(157,71,186); }
div.DivClassName
{
background-color: #9D47BA;
}
.BgClassName
{
background-color: #9D47BA;
}
</style>
border-color css
<style>
span { border-color: #9D47BA; }
span { border-color: rgb(157,71,186); }
td.TdClassName
{
border-color: #9D47BA;
}
.TagClassName
{
border-color: #9D47BA;
}
</style>