Shades of Deep Lilac #8558BA
Tints of Deep Lilac #8558BA
RGB
CMYK
RGB Variations
Color information
#8558BA (or 0x8558BA) is known color: Deep Lilac. HEX triplet: 85, 58 and BA. RGB value is (133,88,186). Sum of RGB (Red+Green+Blue) = 133+88+186=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8558BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558BA is #7AA745. Grayscale: #707070. Windows color (decimal): -8038214 or 12212357. OLE color: 12212357.
HSL color Cylindrical-coordinate representation of color #8558BA: hue angle of 267.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8558BA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 88 | 186 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.27 |
| HSL | 267.55º | 0.42% | 0.54% | - |
| HSV(B) | 267.55º | 0.53% | 0.73% | - |
| XYZ | 22.03 | 15.51 | 48.29 | - |
| YUV | 112.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 186 | 0.28 | 0.53 | 0 | 0.27 | 267.55 | 0.42 | 0.54 |
| Hex | 85 | 58 | BA | 1C | 35 | 0 | 1B | 10C | 2A | 36 |
| Octal | 205 | 130 | 272 | 34 | 65 | 0 | 33 | 414 | 52 | 66 |
| Binary | 10000101 | 1011000 | 10111010 | 11100 | 110101 | 0 | 11011 | 100001100 | 101010 | 110110 |
Color Harmonies of #8558BA
Complementary color
Monochromatic Colors of #8558BA
Black with #8558BA
Text Example
Text Example
White with #8558BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558BA; }
p { color: rgb(133,88,186); }
H1.HeaderClassName
{
color: #8558BA;
}
.AnyTagClassName
{
color: #8558BA;
}
</style>
background-color css
<style>
a { background-color: #8558BA; }
a { background-color: rgb(133,88,186); }
div.DivClassName
{
background-color: #8558BA;
}
.BgClassName
{
background-color: #8558BA;
}
</style>
border-color css
<style>
span { border-color: #8558BA; }
span { border-color: rgb(133,88,186); }
td.TdClassName
{
border-color: #8558BA;
}
.TagClassName
{
border-color: #8558BA;
}
</style>