Shades of Deep Lilac #9555AA
Tints of Deep Lilac #9555AA
RGB
CMYK
RGB Variations
Color information
#9555AA (or 0x9555AA) is known color: Deep Lilac. HEX triplet: 95, 55 and AA. RGB value is (149,85,170). Sum of RGB (Red+Green+Blue) = 149+85+170=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #9555AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9555AA is #6AAA55. Grayscale: #717171. Windows color (decimal): -6990422 or 11163029. OLE color: 11163029.
HSL color Cylindrical-coordinate representation of color #9555AA: hue angle of 285.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9555AA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 85 | 170 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.33 |
| HSL | 285.18º | 0.33% | 0.5% | - |
| HSV(B) | 285.18º | 0.5% | 0.67% | - |
| XYZ | 22.9 | 15.79 | 39.87 | - |
| YUV | 113.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 170 | 0.12 | 0.50 | 0 | 0.33 | 285.18 | 0.33 | 0.5 |
| Hex | 95 | 55 | AA | C | 32 | 0 | 21 | 11D | 21 | 32 |
| Octal | 225 | 125 | 252 | 14 | 62 | 0 | 41 | 435 | 41 | 62 |
| Binary | 10010101 | 1010101 | 10101010 | 1100 | 110010 | 0 | 100001 | 100011101 | 100001 | 110010 |
Color Harmonies of #9555AA
Complementary color
Monochromatic Colors of #9555AA
Black with #9555AA
Text Example
Text Example
White with #9555AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555AA; }
p { color: rgb(149,85,170); }
H1.HeaderClassName
{
color: #9555AA;
}
.AnyTagClassName
{
color: #9555AA;
}
</style>
background-color css
<style>
a { background-color: #9555AA; }
a { background-color: rgb(149,85,170); }
div.DivClassName
{
background-color: #9555AA;
}
.BgClassName
{
background-color: #9555AA;
}
</style>
border-color css
<style>
span { border-color: #9555AA; }
span { border-color: rgb(149,85,170); }
td.TdClassName
{
border-color: #9555AA;
}
.TagClassName
{
border-color: #9555AA;
}
</style>