Shades of Deep Lilac #9F47AB
Tints of Deep Lilac #9F47AB
RGB
CMYK
RGB Variations
Color information
#9F47AB (or 0x9F47AB) is known color: Deep Lilac. HEX triplet: 9F, 47 and AB. RGB value is (159,71,171). Sum of RGB (Red+Green+Blue) = 159+71+171=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F47AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F47AB is #60B854. Grayscale: #6C6C6C. Windows color (decimal): -6338645 or 11224991. OLE color: 11224991.
HSL color Cylindrical-coordinate representation of color #9F47AB: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F47AB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 71 | 171 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.33 |
| HSL | 292.8º | 0.41% | 0.47% | - |
| HSV(B) | 292.8º | 0.58% | 0.67% | - |
| XYZ | 23.9 | 14.82 | 40.13 | - |
| YUV | 108.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 171 | 0.07 | 0.58 | 0 | 0.33 | 292.8 | 0.41 | 0.47 |
| Hex | 9F | 47 | AB | 7 | 3A | 0 | 21 | 125 | 29 | 2F |
| Octal | 237 | 107 | 253 | 7 | 72 | 0 | 41 | 445 | 51 | 57 |
| Binary | 10011111 | 1000111 | 10101011 | 111 | 111010 | 0 | 100001 | 100100101 | 101001 | 101111 |
Color Harmonies of #9F47AB
Complementary color
Monochromatic Colors of #9F47AB
Black with #9F47AB
Text Example
Text Example
White with #9F47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47AB; }
p { color: rgb(159,71,171); }
H1.HeaderClassName
{
color: #9F47AB;
}
.AnyTagClassName
{
color: #9F47AB;
}
</style>
background-color css
<style>
a { background-color: #9F47AB; }
a { background-color: rgb(159,71,171); }
div.DivClassName
{
background-color: #9F47AB;
}
.BgClassName
{
background-color: #9F47AB;
}
</style>
border-color css
<style>
span { border-color: #9F47AB; }
span { border-color: rgb(159,71,171); }
td.TdClassName
{
border-color: #9F47AB;
}
.TagClassName
{
border-color: #9F47AB;
}
</style>