Shades of Deep Lilac #9F41AB
Tints of Deep Lilac #9F41AB
RGB
CMYK
RGB Variations
Color information
#9F41AB (or 0x9F41AB) is known color: Deep Lilac. HEX triplet: 9F, 41 and AB. RGB value is (159,65,171). Sum of RGB (Red+Green+Blue) = 159+65+171=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F41AB is #60BE54. Grayscale: #686868. Windows color (decimal): -6340181 or 11223455. OLE color: 11223455.
HSL color Cylindrical-coordinate representation of color #9F41AB: hue angle of 293.21º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F41AB is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 65 | 171 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.33 |
| HSL | 293.21º | 0.45% | 0.46% | - |
| HSV(B) | 293.21º | 0.62% | 0.67% | - |
| XYZ | 23.54 | 14.09 | 40.01 | - |
| YUV | 105.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 171 | 0.07 | 0.62 | 0 | 0.33 | 293.21 | 0.45 | 0.46 |
| Hex | 9F | 41 | AB | 7 | 3E | 0 | 21 | 125 | 2D | 2E |
| Octal | 237 | 101 | 253 | 7 | 76 | 0 | 41 | 445 | 55 | 56 |
| Binary | 10011111 | 1000001 | 10101011 | 111 | 111110 | 0 | 100001 | 100100101 | 101101 | 101110 |
Color Harmonies of #9F41AB
Complementary color
Monochromatic Colors of #9F41AB
Black with #9F41AB
Text Example
Text Example
White with #9F41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41AB; }
p { color: rgb(159,65,171); }
H1.HeaderClassName
{
color: #9F41AB;
}
.AnyTagClassName
{
color: #9F41AB;
}
</style>
background-color css
<style>
a { background-color: #9F41AB; }
a { background-color: rgb(159,65,171); }
div.DivClassName
{
background-color: #9F41AB;
}
.BgClassName
{
background-color: #9F41AB;
}
</style>
border-color css
<style>
span { border-color: #9F41AB; }
span { border-color: rgb(159,65,171); }
td.TdClassName
{
border-color: #9F41AB;
}
.TagClassName
{
border-color: #9F41AB;
}
</style>