Shades of Deep Lilac #8550BB
Tints of Deep Lilac #8550BB
RGB
CMYK
RGB Variations
Color information
#8550BB (or 0x8550BB) is known color: Deep Lilac. HEX triplet: 85, 50 and BB. RGB value is (133,80,187). Sum of RGB (Red+Green+Blue) = 133+80+187=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #8550BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550BB is #7AAF44. Grayscale: #6B6B6B. Windows color (decimal): -8040261 or 12275845. OLE color: 12275845.
HSL color Cylindrical-coordinate representation of color #8550BB: hue angle of 269.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8550BB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 80 | 187 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.27 |
| HSL | 269.72º | 0.44% | 0.52% | - |
| HSV(B) | 269.72º | 0.57% | 0.73% | - |
| XYZ | 21.51 | 14.31 | 48.64 | - |
| YUV | 108.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 187 | 0.29 | 0.57 | 0 | 0.27 | 269.72 | 0.44 | 0.52 |
| Hex | 85 | 50 | BB | 1D | 39 | 0 | 1B | 10E | 2C | 34 |
| Octal | 205 | 120 | 273 | 35 | 71 | 0 | 33 | 416 | 54 | 64 |
| Binary | 10000101 | 1010000 | 10111011 | 11101 | 111001 | 0 | 11011 | 100001110 | 101100 | 110100 |
Color Harmonies of #8550BB
Complementary color
Monochromatic Colors of #8550BB
Black with #8550BB
Text Example
Text Example
White with #8550BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550BB; }
p { color: rgb(133,80,187); }
H1.HeaderClassName
{
color: #8550BB;
}
.AnyTagClassName
{
color: #8550BB;
}
</style>
background-color css
<style>
a { background-color: #8550BB; }
a { background-color: rgb(133,80,187); }
div.DivClassName
{
background-color: #8550BB;
}
.BgClassName
{
background-color: #8550BB;
}
</style>
border-color css
<style>
span { border-color: #8550BB; }
span { border-color: rgb(133,80,187); }
td.TdClassName
{
border-color: #8550BB;
}
.TagClassName
{
border-color: #8550BB;
}
</style>