Shades of Deep Lilac #985AAA
Tints of Deep Lilac #985AAA
RGB
CMYK
RGB Variations
Color information
#985AAA (or 0x985AAA) is known color: Deep Lilac. HEX triplet: 98, 5A and AA. RGB value is (152,90,170). Sum of RGB (Red+Green+Blue) = 152+90+170=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #985AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AAA is #67A555. Grayscale: #757575. Windows color (decimal): -6792534 or 11164312. OLE color: 11164312.
HSL color Cylindrical-coordinate representation of color #985AAA: hue angle of 286.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985AAA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 90 | 170 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.33 |
| HSL | 286.5º | 0.32% | 0.51% | - |
| HSV(B) | 286.5º | 0.47% | 0.67% | - |
| XYZ | 23.86 | 16.89 | 40.03 | - |
| YUV | 117.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 170 | 0.11 | 0.47 | 0 | 0.33 | 286.5 | 0.32 | 0.51 |
| Hex | 98 | 5A | AA | B | 2F | 0 | 21 | 11E | 20 | 33 |
| Octal | 230 | 132 | 252 | 13 | 57 | 0 | 41 | 436 | 40 | 63 |
| Binary | 10011000 | 1011010 | 10101010 | 1011 | 101111 | 0 | 100001 | 100011110 | 100000 | 110011 |
Color Harmonies of #985AAA
Complementary color
Monochromatic Colors of #985AAA
Black with #985AAA
Text Example
Text Example
White with #985AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985AAA; }
p { color: rgb(152,90,170); }
H1.HeaderClassName
{
color: #985AAA;
}
.AnyTagClassName
{
color: #985AAA;
}
</style>
background-color css
<style>
a { background-color: #985AAA; }
a { background-color: rgb(152,90,170); }
div.DivClassName
{
background-color: #985AAA;
}
.BgClassName
{
background-color: #985AAA;
}
</style>
border-color css
<style>
span { border-color: #985AAA; }
span { border-color: rgb(152,90,170); }
td.TdClassName
{
border-color: #985AAA;
}
.TagClassName
{
border-color: #985AAA;
}
</style>