Shades of Deep Lilac #9859AD
Tints of Deep Lilac #9859AD
RGB
CMYK
RGB Variations
Color information
#9859AD (or 0x9859AD) is known color: Deep Lilac. HEX triplet: 98, 59 and AD. RGB value is (152,89,173). Sum of RGB (Red+Green+Blue) = 152+89+173=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #9859AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9859AD is #67A652. Grayscale: #757575. Windows color (decimal): -6792787 or 11360664. OLE color: 11360664.
HSL color Cylindrical-coordinate representation of color #9859AD: hue angle of 285º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9859AD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 89 | 173 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.32 |
| HSL | 285º | 0.34% | 0.51% | - |
| HSV(B) | 285º | 0.49% | 0.68% | - |
| XYZ | 24.06 | 16.84 | 41.52 | - |
| YUV | 117.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 173 | 0.12 | 0.49 | 0 | 0.32 | 285 | 0.34 | 0.51 |
| Hex | 98 | 59 | AD | C | 31 | 0 | 20 | 11D | 22 | 33 |
| Octal | 230 | 131 | 255 | 14 | 61 | 0 | 40 | 435 | 42 | 63 |
| Binary | 10011000 | 1011001 | 10101101 | 1100 | 110001 | 0 | 100000 | 100011101 | 100010 | 110011 |
Color Harmonies of #9859AD
Complementary color
Monochromatic Colors of #9859AD
Black with #9859AD
Text Example
Text Example
White with #9859AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859AD; }
p { color: rgb(152,89,173); }
H1.HeaderClassName
{
color: #9859AD;
}
.AnyTagClassName
{
color: #9859AD;
}
</style>
background-color css
<style>
a { background-color: #9859AD; }
a { background-color: rgb(152,89,173); }
div.DivClassName
{
background-color: #9859AD;
}
.BgClassName
{
background-color: #9859AD;
}
</style>
border-color css
<style>
span { border-color: #9859AD; }
span { border-color: rgb(152,89,173); }
td.TdClassName
{
border-color: #9859AD;
}
.TagClassName
{
border-color: #9859AD;
}
</style>