Shades of Deep Lilac #984ECD
Tints of Deep Lilac #984ECD
RGB
CMYK
RGB Variations
Color information
#984ECD (or 0x984ECD) is known color: Deep Lilac. HEX triplet: 98, 4E and CD. RGB value is (152,78,205). Sum of RGB (Red+Green+Blue) = 152+78+205=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #984ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984ECD is #67B132. Grayscale: #727272. Windows color (decimal): -6795571 or 13455000. OLE color: 13455000.
HSL color Cylindrical-coordinate representation of color #984ECD: hue angle of 274.96º degrees, saturation: 0.56, 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 #984ECD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 78 | 205 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.20 |
| HSL | 274.96º | 0.56% | 0.55% | - |
| HSV(B) | 274.96º | 0.62% | 0.8% | - |
| XYZ | 26.69 | 16.53 | 59.54 | - |
| YUV | 114.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 205 | 0.26 | 0.62 | 0 | 0.20 | 274.96 | 0.56 | 0.55 |
| Hex | 98 | 4E | CD | 1A | 3E | 0 | 14 | 113 | 38 | 37 |
| Octal | 230 | 116 | 315 | 32 | 76 | 0 | 24 | 423 | 70 | 67 |
| Binary | 10011000 | 1001110 | 11001101 | 11010 | 111110 | 0 | 10100 | 100010011 | 111000 | 110111 |
Color Harmonies of #984ECD
Complementary color
Monochromatic Colors of #984ECD
Black with #984ECD
Text Example
Text Example
White with #984ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984ECD; }
p { color: rgb(152,78,205); }
H1.HeaderClassName
{
color: #984ECD;
}
.AnyTagClassName
{
color: #984ECD;
}
</style>
background-color css
<style>
a { background-color: #984ECD; }
a { background-color: rgb(152,78,205); }
div.DivClassName
{
background-color: #984ECD;
}
.BgClassName
{
background-color: #984ECD;
}
</style>
border-color css
<style>
span { border-color: #984ECD; }
span { border-color: rgb(152,78,205); }
td.TdClassName
{
border-color: #984ECD;
}
.TagClassName
{
border-color: #984ECD;
}
</style>