Shades of Deep Lilac #9859AF
Tints of Deep Lilac #9859AF
RGB
CMYK
RGB Variations
Color information
#9859AF (or 0x9859AF) is known color: Deep Lilac. HEX triplet: 98, 59 and AF. RGB value is (152,89,175). Sum of RGB (Red+Green+Blue) = 152+89+175=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #9859AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9859AF is #67A650. Grayscale: #757575. Windows color (decimal): -6792785 or 11491736. OLE color: 11491736.
HSL color Cylindrical-coordinate representation of color #9859AF: hue angle of 283.95º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9859AF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 89 | 175 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.31 |
| HSL | 283.95º | 0.35% | 0.52% | - |
| HSV(B) | 283.95º | 0.49% | 0.69% | - |
| XYZ | 24.26 | 16.92 | 42.54 | - |
| YUV | 117.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 175 | 0.13 | 0.49 | 0 | 0.31 | 283.95 | 0.35 | 0.52 |
| Hex | 98 | 59 | AF | D | 31 | 0 | 1F | 11C | 23 | 34 |
| Octal | 230 | 131 | 257 | 15 | 61 | 0 | 37 | 434 | 43 | 64 |
| Binary | 10011000 | 1011001 | 10101111 | 1101 | 110001 | 0 | 11111 | 100011100 | 100011 | 110100 |
Color Harmonies of #9859AF
Complementary color
Monochromatic Colors of #9859AF
Black with #9859AF
Text Example
Text Example
White with #9859AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859AF; }
p { color: rgb(152,89,175); }
H1.HeaderClassName
{
color: #9859AF;
}
.AnyTagClassName
{
color: #9859AF;
}
</style>
background-color css
<style>
a { background-color: #9859AF; }
a { background-color: rgb(152,89,175); }
div.DivClassName
{
background-color: #9859AF;
}
.BgClassName
{
background-color: #9859AF;
}
</style>
border-color css
<style>
span { border-color: #9859AF; }
span { border-color: rgb(152,89,175); }
td.TdClassName
{
border-color: #9859AF;
}
.TagClassName
{
border-color: #9859AF;
}
</style>