Shades of Deep Lilac #9F3DAA
Tints of Deep Lilac #9F3DAA
RGB
CMYK
RGB Variations
Color information
#9F3DAA (or 0x9F3DAA) is known color: Deep Lilac. HEX triplet: 9F, 3D and AA. RGB value is (159,61,170). Sum of RGB (Red+Green+Blue) = 159+61+170=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F3DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3DAA is #60C255. Grayscale: #666666. Windows color (decimal): -6341206 or 11156895. OLE color: 11156895.
HSL color Cylindrical-coordinate representation of color #9F3DAA: hue angle of 293.94º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3DAA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 61 | 170 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.33 |
| HSL | 293.94º | 0.47% | 0.45% | - |
| HSV(B) | 293.94º | 0.64% | 0.67% | - |
| XYZ | 23.22 | 13.61 | 39.43 | - |
| YUV | 102.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 170 | 0.06 | 0.64 | 0 | 0.33 | 293.94 | 0.47 | 0.45 |
| Hex | 9F | 3D | AA | 6 | 40 | 0 | 21 | 126 | 2F | 2D |
| Octal | 237 | 75 | 252 | 6 | 100 | 0 | 41 | 446 | 57 | 55 |
| Binary | 10011111 | 111101 | 10101010 | 110 | 1000000 | 0 | 100001 | 100100110 | 101111 | 101101 |
Color Harmonies of #9F3DAA
Complementary color
Monochromatic Colors of #9F3DAA
Black with #9F3DAA
Text Example
Text Example
White with #9F3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3DAA; }
p { color: rgb(159,61,170); }
H1.HeaderClassName
{
color: #9F3DAA;
}
.AnyTagClassName
{
color: #9F3DAA;
}
</style>
background-color css
<style>
a { background-color: #9F3DAA; }
a { background-color: rgb(159,61,170); }
div.DivClassName
{
background-color: #9F3DAA;
}
.BgClassName
{
background-color: #9F3DAA;
}
</style>
border-color css
<style>
span { border-color: #9F3DAA; }
span { border-color: rgb(159,61,170); }
td.TdClassName
{
border-color: #9F3DAA;
}
.TagClassName
{
border-color: #9F3DAA;
}
</style>