Shades of Deep Lilac #9B53AB
Tints of Deep Lilac #9B53AB
RGB
CMYK
RGB Variations
Color information
#9B53AB (or 0x9B53AB) is known color: Deep Lilac. HEX triplet: 9B, 53 and AB. RGB value is (155,83,171). Sum of RGB (Red+Green+Blue) = 155+83+171=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B53AB is #64AC54. Grayscale: #727272. Windows color (decimal): -6597717 or 11228059. OLE color: 11228059.
HSL color Cylindrical-coordinate representation of color #9B53AB: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B53AB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 83 | 171 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.33 |
| HSL | 289.09º | 0.35% | 0.5% | - |
| HSV(B) | 289.09º | 0.51% | 0.67% | - |
| XYZ | 23.96 | 16.1 | 40.37 | - |
| YUV | 114.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 171 | 0.09 | 0.51 | 0 | 0.33 | 289.09 | 0.35 | 0.5 |
| Hex | 9B | 53 | AB | 9 | 33 | 0 | 21 | 121 | 23 | 32 |
| Octal | 233 | 123 | 253 | 11 | 63 | 0 | 41 | 441 | 43 | 62 |
| Binary | 10011011 | 1010011 | 10101011 | 1001 | 110011 | 0 | 100001 | 100100001 | 100011 | 110010 |
Color Harmonies of #9B53AB
Complementary color
Monochromatic Colors of #9B53AB
Black with #9B53AB
Text Example
Text Example
White with #9B53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53AB; }
p { color: rgb(155,83,171); }
H1.HeaderClassName
{
color: #9B53AB;
}
.AnyTagClassName
{
color: #9B53AB;
}
</style>
background-color css
<style>
a { background-color: #9B53AB; }
a { background-color: rgb(155,83,171); }
div.DivClassName
{
background-color: #9B53AB;
}
.BgClassName
{
background-color: #9B53AB;
}
</style>
border-color css
<style>
span { border-color: #9B53AB; }
span { border-color: rgb(155,83,171); }
td.TdClassName
{
border-color: #9B53AB;
}
.TagClassName
{
border-color: #9B53AB;
}
</style>