Shades of Deep Lilac #9859AE
Tints of Deep Lilac #9859AE
RGB
CMYK
RGB Variations
Color information
#9859AE (or 0x9859AE) is known color: Deep Lilac. HEX triplet: 98, 59 and AE. RGB value is (152,89,174). Sum of RGB (Red+Green+Blue) = 152+89+174=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #9859AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9859AE is #67A651. Grayscale: #757575. Windows color (decimal): -6792786 or 11426200. OLE color: 11426200.
HSL color Cylindrical-coordinate representation of color #9859AE: hue angle of 284.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9859AE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 89 | 174 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.32 |
| HSL | 284.47º | 0.34% | 0.52% | - |
| HSV(B) | 284.47º | 0.49% | 0.68% | - |
| XYZ | 24.16 | 16.88 | 42.03 | - |
| YUV | 117.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 174 | 0.13 | 0.49 | 0 | 0.32 | 284.47 | 0.34 | 0.52 |
| Hex | 98 | 59 | AE | D | 31 | 0 | 20 | 11C | 22 | 34 |
| Octal | 230 | 131 | 256 | 15 | 61 | 0 | 40 | 434 | 42 | 64 |
| Binary | 10011000 | 1011001 | 10101110 | 1101 | 110001 | 0 | 100000 | 100011100 | 100010 | 110100 |
Color Harmonies of #9859AE
Complementary color
Monochromatic Colors of #9859AE
Black with #9859AE
Text Example
Text Example
White with #9859AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859AE; }
p { color: rgb(152,89,174); }
H1.HeaderClassName
{
color: #9859AE;
}
.AnyTagClassName
{
color: #9859AE;
}
</style>
background-color css
<style>
a { background-color: #9859AE; }
a { background-color: rgb(152,89,174); }
div.DivClassName
{
background-color: #9859AE;
}
.BgClassName
{
background-color: #9859AE;
}
</style>
border-color css
<style>
span { border-color: #9859AE; }
span { border-color: rgb(152,89,174); }
td.TdClassName
{
border-color: #9859AE;
}
.TagClassName
{
border-color: #9859AE;
}
</style>