Shades of Deep Lilac #984EAE
Tints of Deep Lilac #984EAE
RGB
CMYK
RGB Variations
Color information
#984EAE (or 0x984EAE) is known color: Deep Lilac. HEX triplet: 98, 4E and AE. RGB value is (152,78,174). Sum of RGB (Red+Green+Blue) = 152+78+174=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #984EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984EAE is #67B151. Grayscale: #6E6E6E. Windows color (decimal): -6795602 or 11423384. OLE color: 11423384.
HSL color Cylindrical-coordinate representation of color #984EAE: hue angle of 286.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984EAE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 78 | 174 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.32 |
| HSL | 286.25º | 0.38% | 0.49% | - |
| HSV(B) | 286.25º | 0.55% | 0.68% | - |
| XYZ | 23.31 | 15.18 | 41.75 | - |
| YUV | 111.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 174 | 0.13 | 0.55 | 0 | 0.32 | 286.25 | 0.38 | 0.49 |
| Hex | 98 | 4E | AE | D | 37 | 0 | 20 | 11E | 26 | 31 |
| Octal | 230 | 116 | 256 | 15 | 67 | 0 | 40 | 436 | 46 | 61 |
| Binary | 10011000 | 1001110 | 10101110 | 1101 | 110111 | 0 | 100000 | 100011110 | 100110 | 110001 |
Color Harmonies of #984EAE
Complementary color
Monochromatic Colors of #984EAE
Black with #984EAE
Text Example
Text Example
White with #984EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984EAE; }
p { color: rgb(152,78,174); }
H1.HeaderClassName
{
color: #984EAE;
}
.AnyTagClassName
{
color: #984EAE;
}
</style>
background-color css
<style>
a { background-color: #984EAE; }
a { background-color: rgb(152,78,174); }
div.DivClassName
{
background-color: #984EAE;
}
.BgClassName
{
background-color: #984EAE;
}
</style>
border-color css
<style>
span { border-color: #984EAE; }
span { border-color: rgb(152,78,174); }
td.TdClassName
{
border-color: #984EAE;
}
.TagClassName
{
border-color: #984EAE;
}
</style>