Shades of Deep Lilac #9B54AB
Tints of Deep Lilac #9B54AB
RGB
CMYK
RGB Variations
Color information
#9B54AB (or 0x9B54AB) is known color: Deep Lilac. HEX triplet: 9B, 54 and AB. RGB value is (155,84,171). Sum of RGB (Red+Green+Blue) = 155+84+171=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B54AB is #64AB54. Grayscale: #727272. Windows color (decimal): -6597461 or 11228315. OLE color: 11228315.
HSL color Cylindrical-coordinate representation of color #9B54AB: hue angle of 288.97º degrees, saturation: 0.34, 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 #9B54AB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 84 | 171 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.33 |
| HSL | 288.97º | 0.34% | 0.5% | - |
| HSV(B) | 288.97º | 0.51% | 0.67% | - |
| XYZ | 24.04 | 16.25 | 40.4 | - |
| YUV | 115.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 171 | 0.09 | 0.51 | 0 | 0.33 | 288.97 | 0.34 | 0.5 |
| Hex | 9B | 54 | AB | 9 | 33 | 0 | 21 | 121 | 22 | 32 |
| Octal | 233 | 124 | 253 | 11 | 63 | 0 | 41 | 441 | 42 | 62 |
| Binary | 10011011 | 1010100 | 10101011 | 1001 | 110011 | 0 | 100001 | 100100001 | 100010 | 110010 |
Color Harmonies of #9B54AB
Complementary color
Monochromatic Colors of #9B54AB
Black with #9B54AB
Text Example
Text Example
White with #9B54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B54AB; }
p { color: rgb(155,84,171); }
H1.HeaderClassName
{
color: #9B54AB;
}
.AnyTagClassName
{
color: #9B54AB;
}
</style>
background-color css
<style>
a { background-color: #9B54AB; }
a { background-color: rgb(155,84,171); }
div.DivClassName
{
background-color: #9B54AB;
}
.BgClassName
{
background-color: #9B54AB;
}
</style>
border-color css
<style>
span { border-color: #9B54AB; }
span { border-color: rgb(155,84,171); }
td.TdClassName
{
border-color: #9B54AB;
}
.TagClassName
{
border-color: #9B54AB;
}
</style>