Shades of Deep Lilac #9D4ECC
Tints of Deep Lilac #9D4ECC
RGB
CMYK
RGB Variations
Color information
#9D4ECC (or 0x9D4ECC) is known color: Deep Lilac. HEX triplet: 9D, 4E and CC. RGB value is (157,78,204). Sum of RGB (Red+Green+Blue) = 157+78+204=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4ECC is #62B133. Grayscale: #737373. Windows color (decimal): -6467892 or 13389469. OLE color: 13389469.
HSL color Cylindrical-coordinate representation of color #9D4ECC: hue angle of 277.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D4ECC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 78 | 204 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.2 |
| HSL | 277.62º | 0.55% | 0.55% | - |
| HSV(B) | 277.62º | 0.62% | 0.8% | - |
| XYZ | 27.53 | 16.98 | 58.95 | - |
| YUV | 115.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 204 | 0.23 | 0.62 | 0 | 0.2 | 277.62 | 0.55 | 0.55 |
| Hex | 9D | 4E | CC | 17 | 3E | 0 | 14 | 116 | 37 | 37 |
| Octal | 235 | 116 | 314 | 27 | 76 | 0 | 24 | 426 | 67 | 67 |
| Binary | 10011101 | 1001110 | 11001100 | 10111 | 111110 | 0 | 10100 | 100010110 | 110111 | 110111 |
Color Harmonies of #9D4ECC
Complementary color
Monochromatic Colors of #9D4ECC
Black with #9D4ECC
Text Example
Text Example
White with #9D4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ECC; }
p { color: rgb(157,78,204); }
H1.HeaderClassName
{
color: #9D4ECC;
}
.AnyTagClassName
{
color: #9D4ECC;
}
</style>
background-color css
<style>
a { background-color: #9D4ECC; }
a { background-color: rgb(157,78,204); }
div.DivClassName
{
background-color: #9D4ECC;
}
.BgClassName
{
background-color: #9D4ECC;
}
</style>
border-color css
<style>
span { border-color: #9D4ECC; }
span { border-color: rgb(157,78,204); }
td.TdClassName
{
border-color: #9D4ECC;
}
.TagClassName
{
border-color: #9D4ECC;
}
</style>