Shades of Deep Lilac #8558B8
Tints of Deep Lilac #8558B8
RGB
CMYK
RGB Variations
Color information
#8558B8 (or 0x8558B8) is known color: Deep Lilac. HEX triplet: 85, 58 and B8. RGB value is (133,88,184). Sum of RGB (Red+Green+Blue) = 133+88+184=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #8558B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558B8 is #7AA747. Grayscale: #707070. Windows color (decimal): -8038216 or 12081285. OLE color: 12081285.
HSL color Cylindrical-coordinate representation of color #8558B8: hue angle of 268.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8558B8 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 88 | 184 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.28 |
| HSL | 268.13º | 0.4% | 0.53% | - |
| HSV(B) | 268.13º | 0.52% | 0.72% | - |
| XYZ | 21.81 | 15.43 | 47.18 | - |
| YUV | 112.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 184 | 0.28 | 0.52 | 0 | 0.28 | 268.13 | 0.4 | 0.53 |
| Hex | 85 | 58 | B8 | 1C | 34 | 0 | 1C | 10C | 28 | 35 |
| Octal | 205 | 130 | 270 | 34 | 64 | 0 | 34 | 414 | 50 | 65 |
| Binary | 10000101 | 1011000 | 10111000 | 11100 | 110100 | 0 | 11100 | 100001100 | 101000 | 110101 |
Color Harmonies of #8558B8
Complementary color
Monochromatic Colors of #8558B8
Black with #8558B8
Text Example
Text Example
White with #8558B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558B8; }
p { color: rgb(133,88,184); }
H1.HeaderClassName
{
color: #8558B8;
}
.AnyTagClassName
{
color: #8558B8;
}
</style>
background-color css
<style>
a { background-color: #8558B8; }
a { background-color: rgb(133,88,184); }
div.DivClassName
{
background-color: #8558B8;
}
.BgClassName
{
background-color: #8558B8;
}
</style>
border-color css
<style>
span { border-color: #8558B8; }
span { border-color: rgb(133,88,184); }
td.TdClassName
{
border-color: #8558B8;
}
.TagClassName
{
border-color: #8558B8;
}
</style>