Shades of Deep Lilac #9852AF
Tints of Deep Lilac #9852AF
RGB
CMYK
RGB Variations
Color information
#9852AF (or 0x9852AF) is known color: Deep Lilac. HEX triplet: 98, 52 and AF. RGB value is (152,82,175). Sum of RGB (Red+Green+Blue) = 152+82+175=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #9852AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9852AF is #67AD50. Grayscale: #717171. Windows color (decimal): -6794577 or 11489944. OLE color: 11489944.
HSL color Cylindrical-coordinate representation of color #9852AF: hue angle of 285.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9852AF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 82 | 175 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.31 |
| HSL | 285.16º | 0.37% | 0.5% | - |
| HSV(B) | 285.16º | 0.53% | 0.69% | - |
| XYZ | 23.7 | 15.81 | 42.36 | - |
| YUV | 113.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 175 | 0.13 | 0.53 | 0 | 0.31 | 285.16 | 0.37 | 0.5 |
| Hex | 98 | 52 | AF | D | 35 | 0 | 1F | 11D | 25 | 32 |
| Octal | 230 | 122 | 257 | 15 | 65 | 0 | 37 | 435 | 45 | 62 |
| Binary | 10011000 | 1010010 | 10101111 | 1101 | 110101 | 0 | 11111 | 100011101 | 100101 | 110010 |
Color Harmonies of #9852AF
Complementary color
Monochromatic Colors of #9852AF
Black with #9852AF
Text Example
Text Example
White with #9852AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852AF; }
p { color: rgb(152,82,175); }
H1.HeaderClassName
{
color: #9852AF;
}
.AnyTagClassName
{
color: #9852AF;
}
</style>
background-color css
<style>
a { background-color: #9852AF; }
a { background-color: rgb(152,82,175); }
div.DivClassName
{
background-color: #9852AF;
}
.BgClassName
{
background-color: #9852AF;
}
</style>
border-color css
<style>
span { border-color: #9852AF; }
span { border-color: rgb(152,82,175); }
td.TdClassName
{
border-color: #9852AF;
}
.TagClassName
{
border-color: #9852AF;
}
</style>