Shades of Deep Lilac #9D4DB6
Tints of Deep Lilac #9D4DB6
RGB
CMYK
RGB Variations
Color information
#9D4DB6 (or 0x9D4DB6) is known color: Deep Lilac. HEX triplet: 9D, 4D and B6. RGB value is (157,77,182). Sum of RGB (Red+Green+Blue) = 157+77+182=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D4DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DB6 is #62B249. Grayscale: #707070. Windows color (decimal): -6468170 or 11947421. OLE color: 11947421.
HSL color Cylindrical-coordinate representation of color #9D4DB6: hue angle of 285.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D4DB6 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 77 | 182 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.29 |
| HSL | 285.71º | 0.42% | 0.51% | - |
| HSV(B) | 285.71º | 0.58% | 0.71% | - |
| XYZ | 25 | 15.85 | 46 | - |
| YUV | 112.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 182 | 0.14 | 0.58 | 0 | 0.29 | 285.71 | 0.42 | 0.51 |
| Hex | 9D | 4D | B6 | E | 3A | 0 | 1D | 11E | 2A | 33 |
| Octal | 235 | 115 | 266 | 16 | 72 | 0 | 35 | 436 | 52 | 63 |
| Binary | 10011101 | 1001101 | 10110110 | 1110 | 111010 | 0 | 11101 | 100011110 | 101010 | 110011 |
Color Harmonies of #9D4DB6
Complementary color
Monochromatic Colors of #9D4DB6
Black with #9D4DB6
Text Example
Text Example
White with #9D4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DB6; }
p { color: rgb(157,77,182); }
H1.HeaderClassName
{
color: #9D4DB6;
}
.AnyTagClassName
{
color: #9D4DB6;
}
</style>
background-color css
<style>
a { background-color: #9D4DB6; }
a { background-color: rgb(157,77,182); }
div.DivClassName
{
background-color: #9D4DB6;
}
.BgClassName
{
background-color: #9D4DB6;
}
</style>
border-color css
<style>
span { border-color: #9D4DB6; }
span { border-color: rgb(157,77,182); }
td.TdClassName
{
border-color: #9D4DB6;
}
.TagClassName
{
border-color: #9D4DB6;
}
</style>