Shades of Deep Lilac #9856AF
Tints of Deep Lilac #9856AF
RGB
CMYK
RGB Variations
Color information
#9856AF (or 0x9856AF) is known color: Deep Lilac. HEX triplet: 98, 56 and AF. RGB value is (152,86,175). Sum of RGB (Red+Green+Blue) = 152+86+175=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #9856AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9856AF is #67A950. Grayscale: #737373. Windows color (decimal): -6793553 or 11490968. OLE color: 11490968.
HSL color Cylindrical-coordinate representation of color #9856AF: hue angle of 284.49º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9856AF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 86 | 175 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.31 |
| HSL | 284.49º | 0.36% | 0.51% | - |
| HSV(B) | 284.49º | 0.51% | 0.69% | - |
| XYZ | 24.01 | 16.43 | 42.46 | - |
| YUV | 115.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 175 | 0.13 | 0.51 | 0 | 0.31 | 284.49 | 0.36 | 0.51 |
| Hex | 98 | 56 | AF | D | 33 | 0 | 1F | 11C | 24 | 33 |
| Octal | 230 | 126 | 257 | 15 | 63 | 0 | 37 | 434 | 44 | 63 |
| Binary | 10011000 | 1010110 | 10101111 | 1101 | 110011 | 0 | 11111 | 100011100 | 100100 | 110011 |
Color Harmonies of #9856AF
Complementary color
Monochromatic Colors of #9856AF
Black with #9856AF
Text Example
Text Example
White with #9856AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9856AF; }
p { color: rgb(152,86,175); }
H1.HeaderClassName
{
color: #9856AF;
}
.AnyTagClassName
{
color: #9856AF;
}
</style>
background-color css
<style>
a { background-color: #9856AF; }
a { background-color: rgb(152,86,175); }
div.DivClassName
{
background-color: #9856AF;
}
.BgClassName
{
background-color: #9856AF;
}
</style>
border-color css
<style>
span { border-color: #9856AF; }
span { border-color: rgb(152,86,175); }
td.TdClassName
{
border-color: #9856AF;
}
.TagClassName
{
border-color: #9856AF;
}
</style>