Shades of Deep Lilac #985AAE
Tints of Deep Lilac #985AAE
RGB
CMYK
RGB Variations
Color information
#985AAE (or 0x985AAE) is known color: Deep Lilac. HEX triplet: 98, 5A and AE. RGB value is (152,90,174). Sum of RGB (Red+Green+Blue) = 152+90+174=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #985AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AAE is #67A551. Grayscale: #757575. Windows color (decimal): -6792530 or 11426456. OLE color: 11426456.
HSL color Cylindrical-coordinate representation of color #985AAE: hue angle of 284.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985AAE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 90 | 174 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.32 |
| HSL | 284.29º | 0.34% | 0.52% | - |
| HSV(B) | 284.29º | 0.48% | 0.68% | - |
| XYZ | 24.25 | 17.04 | 42.06 | - |
| YUV | 118.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 174 | 0.13 | 0.48 | 0 | 0.32 | 284.29 | 0.34 | 0.52 |
| Hex | 98 | 5A | AE | D | 30 | 0 | 20 | 11C | 22 | 34 |
| Octal | 230 | 132 | 256 | 15 | 60 | 0 | 40 | 434 | 42 | 64 |
| Binary | 10011000 | 1011010 | 10101110 | 1101 | 110000 | 0 | 100000 | 100011100 | 100010 | 110100 |
Color Harmonies of #985AAE
Complementary color
Monochromatic Colors of #985AAE
Black with #985AAE
Text Example
Text Example
White with #985AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985AAE; }
p { color: rgb(152,90,174); }
H1.HeaderClassName
{
color: #985AAE;
}
.AnyTagClassName
{
color: #985AAE;
}
</style>
background-color css
<style>
a { background-color: #985AAE; }
a { background-color: rgb(152,90,174); }
div.DivClassName
{
background-color: #985AAE;
}
.BgClassName
{
background-color: #985AAE;
}
</style>
border-color css
<style>
span { border-color: #985AAE; }
span { border-color: rgb(152,90,174); }
td.TdClassName
{
border-color: #985AAE;
}
.TagClassName
{
border-color: #985AAE;
}
</style>