Shades of Deep Lilac #8558BB
Tints of Deep Lilac #8558BB
RGB
CMYK
RGB Variations
Color information
#8558BB (or 0x8558BB) is known color: Deep Lilac. HEX triplet: 85, 58 and BB. RGB value is (133,88,187). Sum of RGB (Red+Green+Blue) = 133+88+187=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #8558BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558BB is #7AA744. Grayscale: #707070. Windows color (decimal): -8038213 or 12277893. OLE color: 12277893.
HSL color Cylindrical-coordinate representation of color #8558BB: hue angle of 267.27º 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 #8558BB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 88 | 187 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.27 |
| HSL | 267.27º | 0.42% | 0.54% | - |
| HSV(B) | 267.27º | 0.53% | 0.73% | - |
| XYZ | 22.13 | 15.55 | 48.85 | - |
| YUV | 112.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 187 | 0.29 | 0.53 | 0 | 0.27 | 267.27 | 0.42 | 0.54 |
| Hex | 85 | 58 | BB | 1D | 35 | 0 | 1B | 10B | 2A | 36 |
| Octal | 205 | 130 | 273 | 35 | 65 | 0 | 33 | 413 | 52 | 66 |
| Binary | 10000101 | 1011000 | 10111011 | 11101 | 110101 | 0 | 11011 | 100001011 | 101010 | 110110 |
Color Harmonies of #8558BB
Complementary color
Monochromatic Colors of #8558BB
Black with #8558BB
Text Example
Text Example
White with #8558BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558BB; }
p { color: rgb(133,88,187); }
H1.HeaderClassName
{
color: #8558BB;
}
.AnyTagClassName
{
color: #8558BB;
}
</style>
background-color css
<style>
a { background-color: #8558BB; }
a { background-color: rgb(133,88,187); }
div.DivClassName
{
background-color: #8558BB;
}
.BgClassName
{
background-color: #8558BB;
}
</style>
border-color css
<style>
span { border-color: #8558BB; }
span { border-color: rgb(133,88,187); }
td.TdClassName
{
border-color: #8558BB;
}
.TagClassName
{
border-color: #8558BB;
}
</style>