Shades of Deep Lilac #985AAB
Tints of Deep Lilac #985AAB
RGB
CMYK
RGB Variations
Color information
#985AAB (or 0x985AAB) is known color: Deep Lilac. HEX triplet: 98, 5A and AB. RGB value is (152,90,171). Sum of RGB (Red+Green+Blue) = 152+90+171=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #985AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AAB is #67A554. Grayscale: #757575. Windows color (decimal): -6792533 or 11229848. OLE color: 11229848.
HSL color Cylindrical-coordinate representation of color #985AAB: hue angle of 285.93º degrees, saturation: 0.33, 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 #985AAB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 90 | 171 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.33 |
| HSL | 285.93º | 0.33% | 0.51% | - |
| HSV(B) | 285.93º | 0.47% | 0.67% | - |
| XYZ | 23.96 | 16.93 | 40.53 | - |
| YUV | 117.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 171 | 0.11 | 0.47 | 0 | 0.33 | 285.93 | 0.33 | 0.51 |
| Hex | 98 | 5A | AB | B | 2F | 0 | 21 | 11E | 21 | 33 |
| Octal | 230 | 132 | 253 | 13 | 57 | 0 | 41 | 436 | 41 | 63 |
| Binary | 10011000 | 1011010 | 10101011 | 1011 | 101111 | 0 | 100001 | 100011110 | 100001 | 110011 |
Color Harmonies of #985AAB
Complementary color
Monochromatic Colors of #985AAB
Black with #985AAB
Text Example
Text Example
White with #985AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985AAB; }
p { color: rgb(152,90,171); }
H1.HeaderClassName
{
color: #985AAB;
}
.AnyTagClassName
{
color: #985AAB;
}
</style>
background-color css
<style>
a { background-color: #985AAB; }
a { background-color: rgb(152,90,171); }
div.DivClassName
{
background-color: #985AAB;
}
.BgClassName
{
background-color: #985AAB;
}
</style>
border-color css
<style>
span { border-color: #985AAB; }
span { border-color: rgb(152,90,171); }
td.TdClassName
{
border-color: #985AAB;
}
.TagClassName
{
border-color: #985AAB;
}
</style>