Shades of Deep Lilac #984ECC
Tints of Deep Lilac #984ECC
RGB
CMYK
RGB Variations
Color information
#984ECC (or 0x984ECC) is known color: Deep Lilac. HEX triplet: 98, 4E and CC. RGB value is (152,78,204). Sum of RGB (Red+Green+Blue) = 152+78+204=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #984ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984ECC is #67B133. Grayscale: #727272. Windows color (decimal): -6795572 or 13389464. OLE color: 13389464.
HSL color Cylindrical-coordinate representation of color #984ECC: hue angle of 275.24º 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 #984ECC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 78 | 204 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.2 |
| HSL | 275.24º | 0.55% | 0.55% | - |
| HSV(B) | 275.24º | 0.62% | 0.8% | - |
| XYZ | 26.57 | 16.48 | 58.91 | - |
| YUV | 114.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 204 | 0.25 | 0.62 | 0 | 0.2 | 275.24 | 0.55 | 0.55 |
| Hex | 98 | 4E | CC | 19 | 3E | 0 | 14 | 113 | 37 | 37 |
| Octal | 230 | 116 | 314 | 31 | 76 | 0 | 24 | 423 | 67 | 67 |
| Binary | 10011000 | 1001110 | 11001100 | 11001 | 111110 | 0 | 10100 | 100010011 | 110111 | 110111 |
Color Harmonies of #984ECC
Complementary color
Monochromatic Colors of #984ECC
Black with #984ECC
Text Example
Text Example
White with #984ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984ECC; }
p { color: rgb(152,78,204); }
H1.HeaderClassName
{
color: #984ECC;
}
.AnyTagClassName
{
color: #984ECC;
}
</style>
background-color css
<style>
a { background-color: #984ECC; }
a { background-color: rgb(152,78,204); }
div.DivClassName
{
background-color: #984ECC;
}
.BgClassName
{
background-color: #984ECC;
}
</style>
border-color css
<style>
span { border-color: #984ECC; }
span { border-color: rgb(152,78,204); }
td.TdClassName
{
border-color: #984ECC;
}
.TagClassName
{
border-color: #984ECC;
}
</style>