Shades of Deep Lilac #985EAC
Tints of Deep Lilac #985EAC
RGB
CMYK
RGB Variations
Color information
#985EAC (or 0x985EAC) is known color: Deep Lilac. HEX triplet: 98, 5E and AC. RGB value is (152,94,172). Sum of RGB (Red+Green+Blue) = 152+94+172=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #985EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985EAC is #67A153. Grayscale: #777777. Windows color (decimal): -6791508 or 11296408. OLE color: 11296408.
HSL color Cylindrical-coordinate representation of color #985EAC: hue angle of 284.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985EAC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 94 | 172 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.33 |
| HSL | 284.62º | 0.32% | 0.52% | - |
| HSV(B) | 284.62º | 0.45% | 0.67% | - |
| XYZ | 24.4 | 17.66 | 41.15 | - |
| YUV | 120.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 172 | 0.12 | 0.45 | 0 | 0.33 | 284.62 | 0.32 | 0.52 |
| Hex | 98 | 5E | AC | C | 2D | 0 | 21 | 11D | 20 | 34 |
| Octal | 230 | 136 | 254 | 14 | 55 | 0 | 41 | 435 | 40 | 64 |
| Binary | 10011000 | 1011110 | 10101100 | 1100 | 101101 | 0 | 100001 | 100011101 | 100000 | 110100 |
Color Harmonies of #985EAC
Complementary color
Monochromatic Colors of #985EAC
Black with #985EAC
Text Example
Text Example
White with #985EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985EAC; }
p { color: rgb(152,94,172); }
H1.HeaderClassName
{
color: #985EAC;
}
.AnyTagClassName
{
color: #985EAC;
}
</style>
background-color css
<style>
a { background-color: #985EAC; }
a { background-color: rgb(152,94,172); }
div.DivClassName
{
background-color: #985EAC;
}
.BgClassName
{
background-color: #985EAC;
}
</style>
border-color css
<style>
span { border-color: #985EAC; }
span { border-color: rgb(152,94,172); }
td.TdClassName
{
border-color: #985EAC;
}
.TagClassName
{
border-color: #985EAC;
}
</style>