Shades of Deep Lilac #985BAB
Tints of Deep Lilac #985BAB
RGB
CMYK
RGB Variations
Color information
#985BAB (or 0x985BAB) is known color: Deep Lilac. HEX triplet: 98, 5B and AB. RGB value is (152,91,171). Sum of RGB (Red+Green+Blue) = 152+91+171=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #985BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BAB is #67A454. Grayscale: #767676. Windows color (decimal): -6792277 or 11230104. OLE color: 11230104.
HSL color Cylindrical-coordinate representation of color #985BAB: hue angle of 285.75º 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 #985BAB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 91 | 171 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.33 |
| HSL | 285.75º | 0.32% | 0.51% | - |
| HSV(B) | 285.75º | 0.47% | 0.67% | - |
| XYZ | 24.04 | 17.1 | 40.56 | - |
| YUV | 118.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 171 | 0.11 | 0.47 | 0 | 0.33 | 285.75 | 0.32 | 0.51 |
| Hex | 98 | 5B | AB | B | 2F | 0 | 21 | 11E | 20 | 33 |
| Octal | 230 | 133 | 253 | 13 | 57 | 0 | 41 | 436 | 40 | 63 |
| Binary | 10011000 | 1011011 | 10101011 | 1011 | 101111 | 0 | 100001 | 100011110 | 100000 | 110011 |
Color Harmonies of #985BAB
Complementary color
Monochromatic Colors of #985BAB
Black with #985BAB
Text Example
Text Example
White with #985BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BAB; }
p { color: rgb(152,91,171); }
H1.HeaderClassName
{
color: #985BAB;
}
.AnyTagClassName
{
color: #985BAB;
}
</style>
background-color css
<style>
a { background-color: #985BAB; }
a { background-color: rgb(152,91,171); }
div.DivClassName
{
background-color: #985BAB;
}
.BgClassName
{
background-color: #985BAB;
}
</style>
border-color css
<style>
span { border-color: #985BAB; }
span { border-color: rgb(152,91,171); }
td.TdClassName
{
border-color: #985BAB;
}
.TagClassName
{
border-color: #985BAB;
}
</style>