Shades of Deep Lilac #9C4DBC
Tints of Deep Lilac #9C4DBC
RGB
CMYK
RGB Variations
Color information
#9C4DBC (or 0x9C4DBC) is known color: Deep Lilac. HEX triplet: 9C, 4D and BC. RGB value is (156,77,188). Sum of RGB (Red+Green+Blue) = 156+77+188=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4DBC is #63B243. Grayscale: #707070. Windows color (decimal): -6533700 or 12340636. OLE color: 12340636.
HSL color Cylindrical-coordinate representation of color #9C4DBC: hue angle of 282.7º 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 #9C4DBC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 77 | 188 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.26 |
| HSL | 282.7º | 0.45% | 0.52% | - |
| HSV(B) | 282.7º | 0.59% | 0.74% | - |
| XYZ | 25.44 | 16.01 | 49.33 | - |
| YUV | 113.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 188 | 0.17 | 0.59 | 0 | 0.26 | 282.7 | 0.45 | 0.52 |
| Hex | 9C | 4D | BC | 11 | 3B | 0 | 1A | 11B | 2D | 34 |
| Octal | 234 | 115 | 274 | 21 | 73 | 0 | 32 | 433 | 55 | 64 |
| Binary | 10011100 | 1001101 | 10111100 | 10001 | 111011 | 0 | 11010 | 100011011 | 101101 | 110100 |
Color Harmonies of #9C4DBC
Complementary color
Monochromatic Colors of #9C4DBC
Black with #9C4DBC
Text Example
Text Example
White with #9C4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DBC; }
p { color: rgb(156,77,188); }
H1.HeaderClassName
{
color: #9C4DBC;
}
.AnyTagClassName
{
color: #9C4DBC;
}
</style>
background-color css
<style>
a { background-color: #9C4DBC; }
a { background-color: rgb(156,77,188); }
div.DivClassName
{
background-color: #9C4DBC;
}
.BgClassName
{
background-color: #9C4DBC;
}
</style>
border-color css
<style>
span { border-color: #9C4DBC; }
span { border-color: rgb(156,77,188); }
td.TdClassName
{
border-color: #9C4DBC;
}
.TagClassName
{
border-color: #9C4DBC;
}
</style>