Shades of Deep Lilac #9552AB
Tints of Deep Lilac #9552AB
RGB
CMYK
RGB Variations
Color information
#9552AB (or 0x9552AB) is known color: Deep Lilac. HEX triplet: 95, 52 and AB. RGB value is (149,82,171). Sum of RGB (Red+Green+Blue) = 149+82+171=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9552AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9552AB is #6AAD54. Grayscale: #6F6F6F. Windows color (decimal): -6991189 or 11227797. OLE color: 11227797.
HSL color Cylindrical-coordinate representation of color #9552AB: hue angle of 285.17º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9552AB is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 82 | 171 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.33 |
| HSL | 285.17º | 0.35% | 0.5% | - |
| HSV(B) | 285.17º | 0.52% | 0.67% | - |
| XYZ | 22.76 | 15.36 | 40.29 | - |
| YUV | 112.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 171 | 0.13 | 0.52 | 0 | 0.33 | 285.17 | 0.35 | 0.5 |
| Hex | 95 | 52 | AB | D | 34 | 0 | 21 | 11D | 23 | 32 |
| Octal | 225 | 122 | 253 | 15 | 64 | 0 | 41 | 435 | 43 | 62 |
| Binary | 10010101 | 1010010 | 10101011 | 1101 | 110100 | 0 | 100001 | 100011101 | 100011 | 110010 |
Color Harmonies of #9552AB
Complementary color
Monochromatic Colors of #9552AB
Black with #9552AB
Text Example
Text Example
White with #9552AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9552AB; }
p { color: rgb(149,82,171); }
H1.HeaderClassName
{
color: #9552AB;
}
.AnyTagClassName
{
color: #9552AB;
}
</style>
background-color css
<style>
a { background-color: #9552AB; }
a { background-color: rgb(149,82,171); }
div.DivClassName
{
background-color: #9552AB;
}
.BgClassName
{
background-color: #9552AB;
}
</style>
border-color css
<style>
span { border-color: #9552AB; }
span { border-color: rgb(149,82,171); }
td.TdClassName
{
border-color: #9552AB;
}
.TagClassName
{
border-color: #9552AB;
}
</style>