Shades of Deep Lilac #984EC2
Tints of Deep Lilac #984EC2
RGB
CMYK
RGB Variations
Color information
#984EC2 (or 0x984EC2) is known color: Deep Lilac. HEX triplet: 98, 4E and C2. RGB value is (152,78,194). Sum of RGB (Red+Green+Blue) = 152+78+194=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #984EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC2 is #67B13D. Grayscale: #707070. Windows color (decimal): -6795582 or 12734104. OLE color: 12734104.
HSL color Cylindrical-coordinate representation of color #984EC2: hue angle of 278.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984EC2 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 78 | 194 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.24 |
| HSL | 278.28º | 0.49% | 0.53% | - |
| HSV(B) | 278.28º | 0.6% | 0.76% | - |
| XYZ | 25.41 | 16.02 | 52.79 | - |
| YUV | 113.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 194 | 0.22 | 0.60 | 0 | 0.24 | 278.28 | 0.49 | 0.53 |
| Hex | 98 | 4E | C2 | 16 | 3C | 0 | 18 | 116 | 31 | 35 |
| Octal | 230 | 116 | 302 | 26 | 74 | 0 | 30 | 426 | 61 | 65 |
| Binary | 10011000 | 1001110 | 11000010 | 10110 | 111100 | 0 | 11000 | 100010110 | 110001 | 110101 |
Color Harmonies of #984EC2
Complementary color
Monochromatic Colors of #984EC2
Black with #984EC2
Text Example
Text Example
White with #984EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984EC2; }
p { color: rgb(152,78,194); }
H1.HeaderClassName
{
color: #984EC2;
}
.AnyTagClassName
{
color: #984EC2;
}
</style>
background-color css
<style>
a { background-color: #984EC2; }
a { background-color: rgb(152,78,194); }
div.DivClassName
{
background-color: #984EC2;
}
.BgClassName
{
background-color: #984EC2;
}
</style>
border-color css
<style>
span { border-color: #984EC2; }
span { border-color: rgb(152,78,194); }
td.TdClassName
{
border-color: #984EC2;
}
.TagClassName
{
border-color: #984EC2;
}
</style>