Shades of Deep Lilac #9554AB
Tints of Deep Lilac #9554AB
RGB
CMYK
RGB Variations
Color information
#9554AB (or 0x9554AB) is known color: Deep Lilac. HEX triplet: 95, 54 and AB. RGB value is (149,84,171). Sum of RGB (Red+Green+Blue) = 149+84+171=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9554AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9554AB is #6AAB54. Grayscale: #717171. Windows color (decimal): -6990677 or 11228309. OLE color: 11228309.
HSL color Cylindrical-coordinate representation of color #9554AB: hue angle of 284.83º 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 #9554AB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 84 | 171 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.33 |
| HSL | 284.83º | 0.34% | 0.5% | - |
| HSV(B) | 284.83º | 0.51% | 0.67% | - |
| XYZ | 22.92 | 15.67 | 40.35 | - |
| YUV | 113.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 171 | 0.13 | 0.51 | 0 | 0.33 | 284.83 | 0.34 | 0.5 |
| Hex | 95 | 54 | AB | D | 33 | 0 | 21 | 11D | 22 | 32 |
| Octal | 225 | 124 | 253 | 15 | 63 | 0 | 41 | 435 | 42 | 62 |
| Binary | 10010101 | 1010100 | 10101011 | 1101 | 110011 | 0 | 100001 | 100011101 | 100010 | 110010 |
Color Harmonies of #9554AB
Complementary color
Monochromatic Colors of #9554AB
Black with #9554AB
Text Example
Text Example
White with #9554AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554AB; }
p { color: rgb(149,84,171); }
H1.HeaderClassName
{
color: #9554AB;
}
.AnyTagClassName
{
color: #9554AB;
}
</style>
background-color css
<style>
a { background-color: #9554AB; }
a { background-color: rgb(149,84,171); }
div.DivClassName
{
background-color: #9554AB;
}
.BgClassName
{
background-color: #9554AB;
}
</style>
border-color css
<style>
span { border-color: #9554AB; }
span { border-color: rgb(149,84,171); }
td.TdClassName
{
border-color: #9554AB;
}
.TagClassName
{
border-color: #9554AB;
}
</style>