Shades of Deep Lilac #9558AA
Tints of Deep Lilac #9558AA
RGB
CMYK
RGB Variations
Color information
#9558AA (or 0x9558AA) is known color: Deep Lilac. HEX triplet: 95, 58 and AA. RGB value is (149,88,170). Sum of RGB (Red+Green+Blue) = 149+88+170=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9558AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9558AA is #6AA755. Grayscale: #737373. Windows color (decimal): -6989654 or 11163797. OLE color: 11163797.
HSL color Cylindrical-coordinate representation of color #9558AA: hue angle of 284.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9558AA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 88 | 170 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.33 |
| HSL | 284.63º | 0.33% | 0.51% | - |
| HSV(B) | 284.63º | 0.48% | 0.67% | - |
| XYZ | 23.14 | 16.27 | 39.95 | - |
| YUV | 115.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 170 | 0.12 | 0.48 | 0 | 0.33 | 284.63 | 0.33 | 0.51 |
| Hex | 95 | 58 | AA | C | 30 | 0 | 21 | 11D | 21 | 33 |
| Octal | 225 | 130 | 252 | 14 | 60 | 0 | 41 | 435 | 41 | 63 |
| Binary | 10010101 | 1011000 | 10101010 | 1100 | 110000 | 0 | 100001 | 100011101 | 100001 | 110011 |
Color Harmonies of #9558AA
Complementary color
Monochromatic Colors of #9558AA
Black with #9558AA
Text Example
Text Example
White with #9558AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558AA; }
p { color: rgb(149,88,170); }
H1.HeaderClassName
{
color: #9558AA;
}
.AnyTagClassName
{
color: #9558AA;
}
</style>
background-color css
<style>
a { background-color: #9558AA; }
a { background-color: rgb(149,88,170); }
div.DivClassName
{
background-color: #9558AA;
}
.BgClassName
{
background-color: #9558AA;
}
</style>
border-color css
<style>
span { border-color: #9558AA; }
span { border-color: rgb(149,88,170); }
td.TdClassName
{
border-color: #9558AA;
}
.TagClassName
{
border-color: #9558AA;
}
</style>