Shades of Deep Lilac #8550BD
Tints of Deep Lilac #8550BD
RGB
CMYK
RGB Variations
Color information
#8550BD (or 0x8550BD) is known color: Deep Lilac. HEX triplet: 85, 50 and BD. RGB value is (133,80,189). Sum of RGB (Red+Green+Blue) = 133+80+189=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #8550BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550BD is #7AAF42. Grayscale: #6B6B6B. Windows color (decimal): -8040259 or 12406917. OLE color: 12406917.
HSL color Cylindrical-coordinate representation of color #8550BD: hue angle of 269.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8550BD is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 80 | 189 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.26 |
| HSL | 269.17º | 0.45% | 0.53% | - |
| HSV(B) | 269.17º | 0.58% | 0.74% | - |
| XYZ | 21.73 | 14.4 | 49.78 | - |
| YUV | 108.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 189 | 0.30 | 0.58 | 0 | 0.26 | 269.17 | 0.45 | 0.53 |
| Hex | 85 | 50 | BD | 1E | 3A | 0 | 1A | 10D | 2D | 35 |
| Octal | 205 | 120 | 275 | 36 | 72 | 0 | 32 | 415 | 55 | 65 |
| Binary | 10000101 | 1010000 | 10111101 | 11110 | 111010 | 0 | 11010 | 100001101 | 101101 | 110101 |
Color Harmonies of #8550BD
Complementary color
Monochromatic Colors of #8550BD
Black with #8550BD
Text Example
Text Example
White with #8550BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550BD; }
p { color: rgb(133,80,189); }
H1.HeaderClassName
{
color: #8550BD;
}
.AnyTagClassName
{
color: #8550BD;
}
</style>
background-color css
<style>
a { background-color: #8550BD; }
a { background-color: rgb(133,80,189); }
div.DivClassName
{
background-color: #8550BD;
}
.BgClassName
{
background-color: #8550BD;
}
</style>
border-color css
<style>
span { border-color: #8550BD; }
span { border-color: rgb(133,80,189); }
td.TdClassName
{
border-color: #8550BD;
}
.TagClassName
{
border-color: #8550BD;
}
</style>