Shades of Deep Lilac #9F40AB
Tints of Deep Lilac #9F40AB
RGB
CMYK
RGB Variations
Color information
#9F40AB (or 0x9F40AB) is known color: Deep Lilac. HEX triplet: 9F, 40 and AB. RGB value is (159,64,171). Sum of RGB (Red+Green+Blue) = 159+64+171=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F40AB is #60BF54. Grayscale: #686868. Windows color (decimal): -6340437 or 11223199. OLE color: 11223199.
HSL color Cylindrical-coordinate representation of color #9F40AB: hue angle of 293.27º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F40AB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 64 | 171 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.33 |
| HSL | 293.27º | 0.46% | 0.46% | - |
| HSV(B) | 293.27º | 0.63% | 0.67% | - |
| XYZ | 23.48 | 13.98 | 39.99 | - |
| YUV | 104.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 171 | 0.07 | 0.63 | 0 | 0.33 | 293.27 | 0.46 | 0.46 |
| Hex | 9F | 40 | AB | 7 | 3F | 0 | 21 | 125 | 2E | 2E |
| Octal | 237 | 100 | 253 | 7 | 77 | 0 | 41 | 445 | 56 | 56 |
| Binary | 10011111 | 1000000 | 10101011 | 111 | 111111 | 0 | 100001 | 100100101 | 101110 | 101110 |
Color Harmonies of #9F40AB
Complementary color
Monochromatic Colors of #9F40AB
Black with #9F40AB
Text Example
Text Example
White with #9F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40AB; }
p { color: rgb(159,64,171); }
H1.HeaderClassName
{
color: #9F40AB;
}
.AnyTagClassName
{
color: #9F40AB;
}
</style>
background-color css
<style>
a { background-color: #9F40AB; }
a { background-color: rgb(159,64,171); }
div.DivClassName
{
background-color: #9F40AB;
}
.BgClassName
{
background-color: #9F40AB;
}
</style>
border-color css
<style>
span { border-color: #9F40AB; }
span { border-color: rgb(159,64,171); }
td.TdClassName
{
border-color: #9F40AB;
}
.TagClassName
{
border-color: #9F40AB;
}
</style>