Shades of Deep Lilac #9554AA
Tints of Deep Lilac #9554AA
RGB
CMYK
RGB Variations
Color information
#9554AA (or 0x9554AA) is known color: Deep Lilac. HEX triplet: 95, 54 and AA. RGB value is (149,84,170). Sum of RGB (Red+Green+Blue) = 149+84+170=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9554AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9554AA is #6AAB55. Grayscale: #707070. Windows color (decimal): -6990678 or 11162773. OLE color: 11162773.
HSL color Cylindrical-coordinate representation of color #9554AA: hue angle of 285.35º 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 #9554AA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 84 | 170 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.33 |
| HSL | 285.35º | 0.34% | 0.5% | - |
| HSV(B) | 285.35º | 0.51% | 0.67% | - |
| XYZ | 22.82 | 15.63 | 39.84 | - |
| YUV | 113.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 170 | 0.12 | 0.51 | 0 | 0.33 | 285.35 | 0.34 | 0.5 |
| Hex | 95 | 54 | AA | C | 33 | 0 | 21 | 11D | 22 | 32 |
| Octal | 225 | 124 | 252 | 14 | 63 | 0 | 41 | 435 | 42 | 62 |
| Binary | 10010101 | 1010100 | 10101010 | 1100 | 110011 | 0 | 100001 | 100011101 | 100010 | 110010 |
Color Harmonies of #9554AA
Complementary color
Monochromatic Colors of #9554AA
Black with #9554AA
Text Example
Text Example
White with #9554AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554AA; }
p { color: rgb(149,84,170); }
H1.HeaderClassName
{
color: #9554AA;
}
.AnyTagClassName
{
color: #9554AA;
}
</style>
background-color css
<style>
a { background-color: #9554AA; }
a { background-color: rgb(149,84,170); }
div.DivClassName
{
background-color: #9554AA;
}
.BgClassName
{
background-color: #9554AA;
}
</style>
border-color css
<style>
span { border-color: #9554AA; }
span { border-color: rgb(149,84,170); }
td.TdClassName
{
border-color: #9554AA;
}
.TagClassName
{
border-color: #9554AA;
}
</style>