Shades of Deep Lilac #9D4DBC
Tints of Deep Lilac #9D4DBC
RGB
CMYK
RGB Variations
Color information
#9D4DBC (or 0x9D4DBC) is known color: Deep Lilac. HEX triplet: 9D, 4D and BC. RGB value is (157,77,188). Sum of RGB (Red+Green+Blue) = 157+77+188=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DBC is #62B243. Grayscale: #717171. Windows color (decimal): -6468164 or 12340637. OLE color: 12340637.
HSL color Cylindrical-coordinate representation of color #9D4DBC: hue angle of 283.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D4DBC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 77 | 188 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.26 |
| HSL | 283.24º | 0.45% | 0.52% | - |
| HSV(B) | 283.24º | 0.59% | 0.74% | - |
| XYZ | 25.64 | 16.11 | 49.33 | - |
| YUV | 113.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 188 | 0.16 | 0.59 | 0 | 0.26 | 283.24 | 0.45 | 0.52 |
| Hex | 9D | 4D | BC | 10 | 3B | 0 | 1A | 11B | 2D | 34 |
| Octal | 235 | 115 | 274 | 20 | 73 | 0 | 32 | 433 | 55 | 64 |
| Binary | 10011101 | 1001101 | 10111100 | 10000 | 111011 | 0 | 11010 | 100011011 | 101101 | 110100 |
Color Harmonies of #9D4DBC
Complementary color
Monochromatic Colors of #9D4DBC
Black with #9D4DBC
Text Example
Text Example
White with #9D4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DBC; }
p { color: rgb(157,77,188); }
H1.HeaderClassName
{
color: #9D4DBC;
}
.AnyTagClassName
{
color: #9D4DBC;
}
</style>
background-color css
<style>
a { background-color: #9D4DBC; }
a { background-color: rgb(157,77,188); }
div.DivClassName
{
background-color: #9D4DBC;
}
.BgClassName
{
background-color: #9D4DBC;
}
</style>
border-color css
<style>
span { border-color: #9D4DBC; }
span { border-color: rgb(157,77,188); }
td.TdClassName
{
border-color: #9D4DBC;
}
.TagClassName
{
border-color: #9D4DBC;
}
</style>