Shades of Deep Lilac #9552AA
Tints of Deep Lilac #9552AA
RGB
CMYK
RGB Variations
Color information
#9552AA (or 0x9552AA) is known color: Deep Lilac. HEX triplet: 95, 52 and AA. RGB value is (149,82,170). Sum of RGB (Red+Green+Blue) = 149+82+170=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9552AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9552AA is #6AAD55. Grayscale: #6F6F6F. Windows color (decimal): -6991190 or 11162261. OLE color: 11162261.
HSL color Cylindrical-coordinate representation of color #9552AA: hue angle of 285.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9552AA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 82 | 170 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.33 |
| HSL | 285.68º | 0.35% | 0.49% | - |
| HSV(B) | 285.68º | 0.52% | 0.67% | - |
| XYZ | 22.67 | 15.33 | 39.79 | - |
| YUV | 112.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 170 | 0.12 | 0.52 | 0 | 0.33 | 285.68 | 0.35 | 0.49 |
| Hex | 95 | 52 | AA | C | 34 | 0 | 21 | 11E | 23 | 31 |
| Octal | 225 | 122 | 252 | 14 | 64 | 0 | 41 | 436 | 43 | 61 |
| Binary | 10010101 | 1010010 | 10101010 | 1100 | 110100 | 0 | 100001 | 100011110 | 100011 | 110001 |
Color Harmonies of #9552AA
Complementary color
Monochromatic Colors of #9552AA
Black with #9552AA
Text Example
Text Example
White with #9552AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9552AA; }
p { color: rgb(149,82,170); }
H1.HeaderClassName
{
color: #9552AA;
}
.AnyTagClassName
{
color: #9552AA;
}
</style>
background-color css
<style>
a { background-color: #9552AA; }
a { background-color: rgb(149,82,170); }
div.DivClassName
{
background-color: #9552AA;
}
.BgClassName
{
background-color: #9552AA;
}
</style>
border-color css
<style>
span { border-color: #9552AA; }
span { border-color: rgb(149,82,170); }
td.TdClassName
{
border-color: #9552AA;
}
.TagClassName
{
border-color: #9552AA;
}
</style>