Shades of Deep Lilac #9F56AF
Tints of Deep Lilac #9F56AF
RGB
CMYK
RGB Variations
Color information
#9F56AF (or 0x9F56AF) is known color: Deep Lilac. HEX triplet: 9F, 56 and AF. RGB value is (159,86,175). Sum of RGB (Red+Green+Blue) = 159+86+175=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F56AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F56AF is #60A950. Grayscale: #757575. Windows color (decimal): -6334801 or 11490975. OLE color: 11490975.
HSL color Cylindrical-coordinate representation of color #9F56AF: hue angle of 289.21º 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 #9F56AF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 86 | 175 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.31 |
| HSL | 289.21º | 0.36% | 0.51% | - |
| HSV(B) | 289.21º | 0.51% | 0.69% | - |
| XYZ | 25.36 | 17.12 | 42.53 | - |
| YUV | 117.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 175 | 0.09 | 0.51 | 0 | 0.31 | 289.21 | 0.36 | 0.51 |
| Hex | 9F | 56 | AF | 9 | 33 | 0 | 1F | 121 | 24 | 33 |
| Octal | 237 | 126 | 257 | 11 | 63 | 0 | 37 | 441 | 44 | 63 |
| Binary | 10011111 | 1010110 | 10101111 | 1001 | 110011 | 0 | 11111 | 100100001 | 100100 | 110011 |
Color Harmonies of #9F56AF
Complementary color
Monochromatic Colors of #9F56AF
Black with #9F56AF
Text Example
Text Example
White with #9F56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F56AF; }
p { color: rgb(159,86,175); }
H1.HeaderClassName
{
color: #9F56AF;
}
.AnyTagClassName
{
color: #9F56AF;
}
</style>
background-color css
<style>
a { background-color: #9F56AF; }
a { background-color: rgb(159,86,175); }
div.DivClassName
{
background-color: #9F56AF;
}
.BgClassName
{
background-color: #9F56AF;
}
</style>
border-color css
<style>
span { border-color: #9F56AF; }
span { border-color: rgb(159,86,175); }
td.TdClassName
{
border-color: #9F56AF;
}
.TagClassName
{
border-color: #9F56AF;
}
</style>