Shades of Deep Lilac #8558BE
Tints of Deep Lilac #8558BE
RGB
CMYK
RGB Variations
Color information
#8558BE (or 0x8558BE) is known color: Deep Lilac. HEX triplet: 85, 58 and BE. RGB value is (133,88,190). Sum of RGB (Red+Green+Blue) = 133+88+190=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #8558BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558BE is #7AA741. Grayscale: #707070. Windows color (decimal): -8038210 or 12474501. OLE color: 12474501.
HSL color Cylindrical-coordinate representation of color #8558BE: hue angle of 266.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8558BE is Cyan = 0.3, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 88 | 190 | - |
| CMYK | 0.3 | 0.54 | 0 | 0.25 |
| HSL | 266.47º | 0.44% | 0.55% | - |
| HSV(B) | 266.47º | 0.54% | 0.75% | - |
| XYZ | 22.46 | 15.68 | 50.56 | - |
| YUV | 113.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 190 | 0.3 | 0.54 | 0 | 0.25 | 266.47 | 0.44 | 0.55 |
| Hex | 85 | 58 | BE | 1E | 36 | 0 | 19 | 10A | 2C | 37 |
| Octal | 205 | 130 | 276 | 36 | 66 | 0 | 31 | 412 | 54 | 67 |
| Binary | 10000101 | 1011000 | 10111110 | 11110 | 110110 | 0 | 11001 | 100001010 | 101100 | 110111 |
Color Harmonies of #8558BE
Complementary color
Monochromatic Colors of #8558BE
Black with #8558BE
Text Example
Text Example
White with #8558BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558BE; }
p { color: rgb(133,88,190); }
H1.HeaderClassName
{
color: #8558BE;
}
.AnyTagClassName
{
color: #8558BE;
}
</style>
background-color css
<style>
a { background-color: #8558BE; }
a { background-color: rgb(133,88,190); }
div.DivClassName
{
background-color: #8558BE;
}
.BgClassName
{
background-color: #8558BE;
}
</style>
border-color css
<style>
span { border-color: #8558BE; }
span { border-color: rgb(133,88,190); }
td.TdClassName
{
border-color: #8558BE;
}
.TagClassName
{
border-color: #8558BE;
}
</style>