Shades of Deep Lilac #9F3AAD
Tints of Deep Lilac #9F3AAD
RGB
CMYK
RGB Variations
Color information
#9F3AAD (or 0x9F3AAD) is known color: Deep Lilac. HEX triplet: 9F, 3A and AD. RGB value is (159,58,173). Sum of RGB (Red+Green+Blue) = 159+58+173=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3AAD is #60C552. Grayscale: #646464. Windows color (decimal): -6341971 or 11352735. OLE color: 11352735.
HSL color Cylindrical-coordinate representation of color #9F3AAD: hue angle of 292.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3AAD is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 58 | 173 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.32 |
| HSL | 292.7º | 0.5% | 0.45% | - |
| HSV(B) | 292.7º | 0.66% | 0.68% | - |
| XYZ | 23.35 | 13.41 | 40.89 | - |
| YUV | 101.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 173 | 0.08 | 0.66 | 0 | 0.32 | 292.7 | 0.5 | 0.45 |
| Hex | 9F | 3A | AD | 8 | 42 | 0 | 20 | 125 | 32 | 2D |
| Octal | 237 | 72 | 255 | 10 | 102 | 0 | 40 | 445 | 62 | 55 |
| Binary | 10011111 | 111010 | 10101101 | 1000 | 1000010 | 0 | 100000 | 100100101 | 110010 | 101101 |
Color Harmonies of #9F3AAD
Complementary color
Monochromatic Colors of #9F3AAD
Black with #9F3AAD
Text Example
Text Example
White with #9F3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3AAD; }
p { color: rgb(159,58,173); }
H1.HeaderClassName
{
color: #9F3AAD;
}
.AnyTagClassName
{
color: #9F3AAD;
}
</style>
background-color css
<style>
a { background-color: #9F3AAD; }
a { background-color: rgb(159,58,173); }
div.DivClassName
{
background-color: #9F3AAD;
}
.BgClassName
{
background-color: #9F3AAD;
}
</style>
border-color css
<style>
span { border-color: #9F3AAD; }
span { border-color: rgb(159,58,173); }
td.TdClassName
{
border-color: #9F3AAD;
}
.TagClassName
{
border-color: #9F3AAD;
}
</style>