Shades of Deep Lilac #9B57AB
Tints of Deep Lilac #9B57AB
RGB
CMYK
RGB Variations
Color information
#9B57AB (or 0x9B57AB) is known color: Deep Lilac. HEX triplet: 9B, 57 and AB. RGB value is (155,87,171). Sum of RGB (Red+Green+Blue) = 155+87+171=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B57AB is #64A854. Grayscale: #747474. Windows color (decimal): -6596693 or 11229083. OLE color: 11229083.
HSL color Cylindrical-coordinate representation of color #9B57AB: hue angle of 288.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B57AB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 87 | 171 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.33 |
| HSL | 288.57º | 0.33% | 0.51% | - |
| HSV(B) | 288.57º | 0.49% | 0.67% | - |
| XYZ | 24.28 | 16.73 | 40.48 | - |
| YUV | 116.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 171 | 0.09 | 0.49 | 0 | 0.33 | 288.57 | 0.33 | 0.51 |
| Hex | 9B | 57 | AB | 9 | 31 | 0 | 21 | 121 | 21 | 33 |
| Octal | 233 | 127 | 253 | 11 | 61 | 0 | 41 | 441 | 41 | 63 |
| Binary | 10011011 | 1010111 | 10101011 | 1001 | 110001 | 0 | 100001 | 100100001 | 100001 | 110011 |
Color Harmonies of #9B57AB
Complementary color
Monochromatic Colors of #9B57AB
Black with #9B57AB
Text Example
Text Example
White with #9B57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B57AB; }
p { color: rgb(155,87,171); }
H1.HeaderClassName
{
color: #9B57AB;
}
.AnyTagClassName
{
color: #9B57AB;
}
</style>
background-color css
<style>
a { background-color: #9B57AB; }
a { background-color: rgb(155,87,171); }
div.DivClassName
{
background-color: #9B57AB;
}
.BgClassName
{
background-color: #9B57AB;
}
</style>
border-color css
<style>
span { border-color: #9B57AB; }
span { border-color: rgb(155,87,171); }
td.TdClassName
{
border-color: #9B57AB;
}
.TagClassName
{
border-color: #9B57AB;
}
</style>