Shades of Deep Lilac #9B3AAD
Tints of Deep Lilac #9B3AAD
RGB
CMYK
RGB Variations
Color information
#9B3AAD (or 0x9B3AAD) is known color: Deep Lilac. HEX triplet: 9B, 3A and AD. RGB value is (155,58,173). Sum of RGB (Red+Green+Blue) = 155+58+173=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3AAD is #64C552. Grayscale: #636363. Windows color (decimal): -6604115 or 11352731. OLE color: 11352731.
HSL color Cylindrical-coordinate representation of color #9B3AAD: hue angle of 290.61º 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 #9B3AAD is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 58 | 173 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.32 |
| HSL | 290.61º | 0.5% | 0.45% | - |
| HSV(B) | 290.61º | 0.66% | 0.68% | - |
| XYZ | 22.57 | 13.01 | 40.86 | - |
| YUV | 100.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 173 | 0.10 | 0.66 | 0 | 0.32 | 290.61 | 0.5 | 0.45 |
| Hex | 9B | 3A | AD | A | 42 | 0 | 20 | 123 | 32 | 2D |
| Octal | 233 | 72 | 255 | 12 | 102 | 0 | 40 | 443 | 62 | 55 |
| Binary | 10011011 | 111010 | 10101101 | 1010 | 1000010 | 0 | 100000 | 100100011 | 110010 | 101101 |
Color Harmonies of #9B3AAD
Complementary color
Monochromatic Colors of #9B3AAD
Black with #9B3AAD
Text Example
Text Example
White with #9B3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3AAD; }
p { color: rgb(155,58,173); }
H1.HeaderClassName
{
color: #9B3AAD;
}
.AnyTagClassName
{
color: #9B3AAD;
}
</style>
background-color css
<style>
a { background-color: #9B3AAD; }
a { background-color: rgb(155,58,173); }
div.DivClassName
{
background-color: #9B3AAD;
}
.BgClassName
{
background-color: #9B3AAD;
}
</style>
border-color css
<style>
span { border-color: #9B3AAD; }
span { border-color: rgb(155,58,173); }
td.TdClassName
{
border-color: #9B3AAD;
}
.TagClassName
{
border-color: #9B3AAD;
}
</style>