Shades of Deep Lilac #9B49AB
Tints of Deep Lilac #9B49AB
RGB
CMYK
RGB Variations
Color information
#9B49AB (or 0x9B49AB) is known color: Deep Lilac. HEX triplet: 9B, 49 and AB. RGB value is (155,73,171). Sum of RGB (Red+Green+Blue) = 155+73+171=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B49AB is #64B654. Grayscale: #6C6C6C. Windows color (decimal): -6600277 or 11225499. OLE color: 11225499.
HSL color Cylindrical-coordinate representation of color #9B49AB: hue angle of 290.2º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B49AB is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 73 | 171 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.33 |
| HSL | 290.2º | 0.4% | 0.48% | - |
| HSV(B) | 290.2º | 0.57% | 0.67% | - |
| XYZ | 23.25 | 14.67 | 40.13 | - |
| YUV | 108.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 171 | 0.09 | 0.57 | 0 | 0.33 | 290.2 | 0.4 | 0.48 |
| Hex | 9B | 49 | AB | 9 | 39 | 0 | 21 | 122 | 28 | 30 |
| Octal | 233 | 111 | 253 | 11 | 71 | 0 | 41 | 442 | 50 | 60 |
| Binary | 10011011 | 1001001 | 10101011 | 1001 | 111001 | 0 | 100001 | 100100010 | 101000 | 110000 |
Color Harmonies of #9B49AB
Complementary color
Monochromatic Colors of #9B49AB
Black with #9B49AB
Text Example
Text Example
White with #9B49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B49AB; }
p { color: rgb(155,73,171); }
H1.HeaderClassName
{
color: #9B49AB;
}
.AnyTagClassName
{
color: #9B49AB;
}
</style>
background-color css
<style>
a { background-color: #9B49AB; }
a { background-color: rgb(155,73,171); }
div.DivClassName
{
background-color: #9B49AB;
}
.BgClassName
{
background-color: #9B49AB;
}
</style>
border-color css
<style>
span { border-color: #9B49AB; }
span { border-color: rgb(155,73,171); }
td.TdClassName
{
border-color: #9B49AB;
}
.TagClassName
{
border-color: #9B49AB;
}
</style>