Shades of Deep Lilac #9860AB
Tints of Deep Lilac #9860AB
RGB
CMYK
RGB Variations
Color information
#9860AB (or 0x9860AB) is known color: Deep Lilac. HEX triplet: 98, 60 and AB. RGB value is (152,96,171). Sum of RGB (Red+Green+Blue) = 152+96+171=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #9860AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9860AB is #679F54. Grayscale: #797979. Windows color (decimal): -6790997 or 11231384. OLE color: 11231384.
HSL color Cylindrical-coordinate representation of color #9860AB: hue angle of 284.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9860AB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 96 | 171 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.33 |
| HSL | 284.8º | 0.31% | 0.52% | - |
| HSV(B) | 284.8º | 0.44% | 0.67% | - |
| XYZ | 24.48 | 17.98 | 40.71 | - |
| YUV | 121.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 171 | 0.11 | 0.44 | 0 | 0.33 | 284.8 | 0.31 | 0.52 |
| Hex | 98 | 60 | AB | B | 2C | 0 | 21 | 11D | 1F | 34 |
| Octal | 230 | 140 | 253 | 13 | 54 | 0 | 41 | 435 | 37 | 64 |
| Binary | 10011000 | 1100000 | 10101011 | 1011 | 101100 | 0 | 100001 | 100011101 | 11111 | 110100 |
Color Harmonies of #9860AB
Complementary color
Monochromatic Colors of #9860AB
Black with #9860AB
Text Example
Text Example
White with #9860AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9860AB; }
p { color: rgb(152,96,171); }
H1.HeaderClassName
{
color: #9860AB;
}
.AnyTagClassName
{
color: #9860AB;
}
</style>
background-color css
<style>
a { background-color: #9860AB; }
a { background-color: rgb(152,96,171); }
div.DivClassName
{
background-color: #9860AB;
}
.BgClassName
{
background-color: #9860AB;
}
</style>
border-color css
<style>
span { border-color: #9860AB; }
span { border-color: rgb(152,96,171); }
td.TdClassName
{
border-color: #9860AB;
}
.TagClassName
{
border-color: #9860AB;
}
</style>