Shades of Deep Lilac #9B53AD
Tints of Deep Lilac #9B53AD
RGB
CMYK
RGB Variations
Color information
#9B53AD (or 0x9B53AD) is known color: Deep Lilac. HEX triplet: 9B, 53 and AD. RGB value is (155,83,173). Sum of RGB (Red+Green+Blue) = 155+83+173=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B53AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B53AD is #64AC52. Grayscale: #727272. Windows color (decimal): -6597715 or 11359131. OLE color: 11359131.
HSL color Cylindrical-coordinate representation of color #9B53AD: hue angle of 288º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B53AD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 83 | 173 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.32 |
| HSL | 288º | 0.35% | 0.5% | - |
| HSV(B) | 288º | 0.52% | 0.68% | - |
| XYZ | 24.15 | 16.17 | 41.38 | - |
| YUV | 114.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 173 | 0.10 | 0.52 | 0 | 0.32 | 288 | 0.35 | 0.5 |
| Hex | 9B | 53 | AD | A | 34 | 0 | 20 | 120 | 23 | 32 |
| Octal | 233 | 123 | 255 | 12 | 64 | 0 | 40 | 440 | 43 | 62 |
| Binary | 10011011 | 1010011 | 10101101 | 1010 | 110100 | 0 | 100000 | 100100000 | 100011 | 110010 |
Color Harmonies of #9B53AD
Complementary color
Monochromatic Colors of #9B53AD
Black with #9B53AD
Text Example
Text Example
White with #9B53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53AD; }
p { color: rgb(155,83,173); }
H1.HeaderClassName
{
color: #9B53AD;
}
.AnyTagClassName
{
color: #9B53AD;
}
</style>
background-color css
<style>
a { background-color: #9B53AD; }
a { background-color: rgb(155,83,173); }
div.DivClassName
{
background-color: #9B53AD;
}
.BgClassName
{
background-color: #9B53AD;
}
</style>
border-color css
<style>
span { border-color: #9B53AD; }
span { border-color: rgb(155,83,173); }
td.TdClassName
{
border-color: #9B53AD;
}
.TagClassName
{
border-color: #9B53AD;
}
</style>