Shades of Deep Lilac #9557AB
Tints of Deep Lilac #9557AB
RGB
CMYK
RGB Variations
Color information
#9557AB (or 0x9557AB) is known color: Deep Lilac. HEX triplet: 95, 57 and AB. RGB value is (149,87,171). Sum of RGB (Red+Green+Blue) = 149+87+171=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9557AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9557AB is #6AA854. Grayscale: #727272. Windows color (decimal): -6989909 or 11229077. OLE color: 11229077.
HSL color Cylindrical-coordinate representation of color #9557AB: hue angle of 284.29º 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 #9557AB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 87 | 171 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.33 |
| HSL | 284.29º | 0.33% | 0.51% | - |
| HSV(B) | 284.29º | 0.49% | 0.67% | - |
| XYZ | 23.15 | 16.15 | 40.42 | - |
| YUV | 115.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 171 | 0.13 | 0.49 | 0 | 0.33 | 284.29 | 0.33 | 0.51 |
| Hex | 95 | 57 | AB | D | 31 | 0 | 21 | 11C | 21 | 33 |
| Octal | 225 | 127 | 253 | 15 | 61 | 0 | 41 | 434 | 41 | 63 |
| Binary | 10010101 | 1010111 | 10101011 | 1101 | 110001 | 0 | 100001 | 100011100 | 100001 | 110011 |
Color Harmonies of #9557AB
Complementary color
Monochromatic Colors of #9557AB
Black with #9557AB
Text Example
Text Example
White with #9557AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9557AB; }
p { color: rgb(149,87,171); }
H1.HeaderClassName
{
color: #9557AB;
}
.AnyTagClassName
{
color: #9557AB;
}
</style>
background-color css
<style>
a { background-color: #9557AB; }
a { background-color: rgb(149,87,171); }
div.DivClassName
{
background-color: #9557AB;
}
.BgClassName
{
background-color: #9557AB;
}
</style>
border-color css
<style>
span { border-color: #9557AB; }
span { border-color: rgb(149,87,171); }
td.TdClassName
{
border-color: #9557AB;
}
.TagClassName
{
border-color: #9557AB;
}
</style>