Shades of Deep Lilac #9F39AB
Tints of Deep Lilac #9F39AB
RGB
CMYK
RGB Variations
Color information
#9F39AB (or 0x9F39AB) is known color: Deep Lilac. HEX triplet: 9F, 39 and AB. RGB value is (159,57,171). Sum of RGB (Red+Green+Blue) = 159+57+171=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F39AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F39AB is #60C654. Grayscale: #646464. Windows color (decimal): -6342229 or 11221407. OLE color: 11221407.
HSL color Cylindrical-coordinate representation of color #9F39AB: hue angle of 293.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F39AB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 57 | 171 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.33 |
| HSL | 293.68º | 0.5% | 0.45% | - |
| HSV(B) | 293.68º | 0.67% | 0.67% | - |
| XYZ | 23.11 | 13.24 | 39.87 | - |
| YUV | 100.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 171 | 0.07 | 0.67 | 0 | 0.33 | 293.68 | 0.5 | 0.45 |
| Hex | 9F | 39 | AB | 7 | 43 | 0 | 21 | 126 | 32 | 2D |
| Octal | 237 | 71 | 253 | 7 | 103 | 0 | 41 | 446 | 62 | 55 |
| Binary | 10011111 | 111001 | 10101011 | 111 | 1000011 | 0 | 100001 | 100100110 | 110010 | 101101 |
Color Harmonies of #9F39AB
Complementary color
Monochromatic Colors of #9F39AB
Black with #9F39AB
Text Example
Text Example
White with #9F39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F39AB; }
p { color: rgb(159,57,171); }
H1.HeaderClassName
{
color: #9F39AB;
}
.AnyTagClassName
{
color: #9F39AB;
}
</style>
background-color css
<style>
a { background-color: #9F39AB; }
a { background-color: rgb(159,57,171); }
div.DivClassName
{
background-color: #9F39AB;
}
.BgClassName
{
background-color: #9F39AB;
}
</style>
border-color css
<style>
span { border-color: #9F39AB; }
span { border-color: rgb(159,57,171); }
td.TdClassName
{
border-color: #9F39AB;
}
.TagClassName
{
border-color: #9F39AB;
}
</style>