Shades of Deep Lilac #984EC5
Tints of Deep Lilac #984EC5
RGB
CMYK
RGB Variations
Color information
#984EC5 (or 0x984EC5) is known color: Deep Lilac. HEX triplet: 98, 4E and C5. RGB value is (152,78,197). Sum of RGB (Red+Green+Blue) = 152+78+197=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #984EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC5 is #67B13A. Grayscale: #717171. Windows color (decimal): -6795579 or 12930712. OLE color: 12930712.
HSL color Cylindrical-coordinate representation of color #984EC5: hue angle of 277.31º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984EC5 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 78 | 197 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.23 |
| HSL | 277.31º | 0.51% | 0.54% | - |
| HSV(B) | 277.31º | 0.6% | 0.77% | - |
| XYZ | 25.75 | 16.16 | 54.58 | - |
| YUV | 113.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 197 | 0.23 | 0.60 | 0 | 0.23 | 277.31 | 0.51 | 0.54 |
| Hex | 98 | 4E | C5 | 17 | 3C | 0 | 17 | 115 | 33 | 36 |
| Octal | 230 | 116 | 305 | 27 | 74 | 0 | 27 | 425 | 63 | 66 |
| Binary | 10011000 | 1001110 | 11000101 | 10111 | 111100 | 0 | 10111 | 100010101 | 110011 | 110110 |
Color Harmonies of #984EC5
Complementary color
Monochromatic Colors of #984EC5
Black with #984EC5
Text Example
Text Example
White with #984EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984EC5; }
p { color: rgb(152,78,197); }
H1.HeaderClassName
{
color: #984EC5;
}
.AnyTagClassName
{
color: #984EC5;
}
</style>
background-color css
<style>
a { background-color: #984EC5; }
a { background-color: rgb(152,78,197); }
div.DivClassName
{
background-color: #984EC5;
}
.BgClassName
{
background-color: #984EC5;
}
</style>
border-color css
<style>
span { border-color: #984EC5; }
span { border-color: rgb(152,78,197); }
td.TdClassName
{
border-color: #984EC5;
}
.TagClassName
{
border-color: #984EC5;
}
</style>