Shades of Deep Lilac #9D4CCC
Tints of Deep Lilac #9D4CCC
RGB
CMYK
RGB Variations
Color information
#9D4CCC (or 0x9D4CCC) is known color: Deep Lilac. HEX triplet: 9D, 4C and CC. RGB value is (157,76,204). Sum of RGB (Red+Green+Blue) = 157+76+204=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CCC is #62B333. Grayscale: #727272. Windows color (decimal): -6468404 or 13388957. OLE color: 13388957.
HSL color Cylindrical-coordinate representation of color #9D4CCC: hue angle of 277.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D4CCC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 76 | 204 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.2 |
| HSL | 277.97º | 0.56% | 0.55% | - |
| HSV(B) | 277.97º | 0.63% | 0.8% | - |
| XYZ | 27.39 | 16.7 | 58.91 | - |
| YUV | 114.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 204 | 0.23 | 0.63 | 0 | 0.2 | 277.97 | 0.56 | 0.55 |
| Hex | 9D | 4C | CC | 17 | 3F | 0 | 14 | 116 | 38 | 37 |
| Octal | 235 | 114 | 314 | 27 | 77 | 0 | 24 | 426 | 70 | 67 |
| Binary | 10011101 | 1001100 | 11001100 | 10111 | 111111 | 0 | 10100 | 100010110 | 111000 | 110111 |
Color Harmonies of #9D4CCC
Complementary color
Monochromatic Colors of #9D4CCC
Black with #9D4CCC
Text Example
Text Example
White with #9D4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CCC; }
p { color: rgb(157,76,204); }
H1.HeaderClassName
{
color: #9D4CCC;
}
.AnyTagClassName
{
color: #9D4CCC;
}
</style>
background-color css
<style>
a { background-color: #9D4CCC; }
a { background-color: rgb(157,76,204); }
div.DivClassName
{
background-color: #9D4CCC;
}
.BgClassName
{
background-color: #9D4CCC;
}
</style>
border-color css
<style>
span { border-color: #9D4CCC; }
span { border-color: rgb(157,76,204); }
td.TdClassName
{
border-color: #9D4CCC;
}
.TagClassName
{
border-color: #9D4CCC;
}
</style>