Shades of Deep Lilac #9F3CAA
Tints of Deep Lilac #9F3CAA
RGB
CMYK
RGB Variations
Color information
#9F3CAA (or 0x9F3CAA) is known color: Deep Lilac. HEX triplet: 9F, 3C and AA. RGB value is (159,60,170). Sum of RGB (Red+Green+Blue) = 159+60+170=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3CAA is #60C355. Grayscale: #656565. Windows color (decimal): -6341462 or 11156639. OLE color: 11156639.
HSL color Cylindrical-coordinate representation of color #9F3CAA: hue angle of 294º 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 #9F3CAA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 60 | 170 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.33 |
| HSL | 294º | 0.48% | 0.45% | - |
| HSV(B) | 294º | 0.65% | 0.67% | - |
| XYZ | 23.17 | 13.5 | 39.42 | - |
| YUV | 102.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 170 | 0.06 | 0.65 | 0 | 0.33 | 294 | 0.48 | 0.45 |
| Hex | 9F | 3C | AA | 6 | 41 | 0 | 21 | 126 | 30 | 2D |
| Octal | 237 | 74 | 252 | 6 | 101 | 0 | 41 | 446 | 60 | 55 |
| Binary | 10011111 | 111100 | 10101010 | 110 | 1000001 | 0 | 100001 | 100100110 | 110000 | 101101 |
Color Harmonies of #9F3CAA
Complementary color
Monochromatic Colors of #9F3CAA
Black with #9F3CAA
Text Example
Text Example
White with #9F3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CAA; }
p { color: rgb(159,60,170); }
H1.HeaderClassName
{
color: #9F3CAA;
}
.AnyTagClassName
{
color: #9F3CAA;
}
</style>
background-color css
<style>
a { background-color: #9F3CAA; }
a { background-color: rgb(159,60,170); }
div.DivClassName
{
background-color: #9F3CAA;
}
.BgClassName
{
background-color: #9F3CAA;
}
</style>
border-color css
<style>
span { border-color: #9F3CAA; }
span { border-color: rgb(159,60,170); }
td.TdClassName
{
border-color: #9F3CAA;
}
.TagClassName
{
border-color: #9F3CAA;
}
</style>