Shades of Deep Lilac #8552BB
Tints of Deep Lilac #8552BB
RGB
CMYK
RGB Variations
Color information
#8552BB (or 0x8552BB) is known color: Deep Lilac. HEX triplet: 85, 52 and BB. RGB value is (133,82,187). Sum of RGB (Red+Green+Blue) = 133+82+187=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #8552BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552BB is #7AAD44. Grayscale: #6C6C6C. Windows color (decimal): -8039749 or 12276357. OLE color: 12276357.
HSL color Cylindrical-coordinate representation of color #8552BB: hue angle of 269.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8552BB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 82 | 187 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.27 |
| HSL | 269.14º | 0.44% | 0.53% | - |
| HSV(B) | 269.14º | 0.56% | 0.73% | - |
| XYZ | 21.66 | 14.61 | 48.69 | - |
| YUV | 109.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 187 | 0.29 | 0.56 | 0 | 0.27 | 269.14 | 0.44 | 0.53 |
| Hex | 85 | 52 | BB | 1D | 38 | 0 | 1B | 10D | 2C | 35 |
| Octal | 205 | 122 | 273 | 35 | 70 | 0 | 33 | 415 | 54 | 65 |
| Binary | 10000101 | 1010010 | 10111011 | 11101 | 111000 | 0 | 11011 | 100001101 | 101100 | 110101 |
Color Harmonies of #8552BB
Complementary color
Monochromatic Colors of #8552BB
Black with #8552BB
Text Example
Text Example
White with #8552BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552BB; }
p { color: rgb(133,82,187); }
H1.HeaderClassName
{
color: #8552BB;
}
.AnyTagClassName
{
color: #8552BB;
}
</style>
background-color css
<style>
a { background-color: #8552BB; }
a { background-color: rgb(133,82,187); }
div.DivClassName
{
background-color: #8552BB;
}
.BgClassName
{
background-color: #8552BB;
}
</style>
border-color css
<style>
span { border-color: #8552BB; }
span { border-color: rgb(133,82,187); }
td.TdClassName
{
border-color: #8552BB;
}
.TagClassName
{
border-color: #8552BB;
}
</style>