Shades of Deep Lilac #9F3CAB
Tints of Deep Lilac #9F3CAB
RGB
CMYK
RGB Variations
Color information
#9F3CAB (or 0x9F3CAB) is known color: Deep Lilac. HEX triplet: 9F, 3C and AB. RGB value is (159,60,171). Sum of RGB (Red+Green+Blue) = 159+60+171=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3CAB is #60C354. Grayscale: #656565. Windows color (decimal): -6341461 or 11222175. OLE color: 11222175.
HSL color Cylindrical-coordinate representation of color #9F3CAB: hue angle of 293.51º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3CAB is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 60 | 171 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.33 |
| HSL | 293.51º | 0.48% | 0.45% | - |
| HSV(B) | 293.51º | 0.65% | 0.67% | - |
| XYZ | 23.26 | 13.54 | 39.92 | - |
| YUV | 102.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 171 | 0.07 | 0.65 | 0 | 0.33 | 293.51 | 0.48 | 0.45 |
| Hex | 9F | 3C | AB | 7 | 41 | 0 | 21 | 126 | 30 | 2D |
| Octal | 237 | 74 | 253 | 7 | 101 | 0 | 41 | 446 | 60 | 55 |
| Binary | 10011111 | 111100 | 10101011 | 111 | 1000001 | 0 | 100001 | 100100110 | 110000 | 101101 |
Color Harmonies of #9F3CAB
Complementary color
Monochromatic Colors of #9F3CAB
Black with #9F3CAB
Text Example
Text Example
White with #9F3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CAB; }
p { color: rgb(159,60,171); }
H1.HeaderClassName
{
color: #9F3CAB;
}
.AnyTagClassName
{
color: #9F3CAB;
}
</style>
background-color css
<style>
a { background-color: #9F3CAB; }
a { background-color: rgb(159,60,171); }
div.DivClassName
{
background-color: #9F3CAB;
}
.BgClassName
{
background-color: #9F3CAB;
}
</style>
border-color css
<style>
span { border-color: #9F3CAB; }
span { border-color: rgb(159,60,171); }
td.TdClassName
{
border-color: #9F3CAB;
}
.TagClassName
{
border-color: #9F3CAB;
}
</style>