Shades of Deep Lilac #8556BC
Tints of Deep Lilac #8556BC
RGB
CMYK
RGB Variations
Color information
#8556BC (or 0x8556BC) is known color: Deep Lilac. HEX triplet: 85, 56 and BC. RGB value is (133,86,188). Sum of RGB (Red+Green+Blue) = 133+86+188=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #8556BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556BC is #7AA943. Grayscale: #6F6F6F. Windows color (decimal): -8038724 or 12342917. OLE color: 12342917.
HSL color Cylindrical-coordinate representation of color #8556BC: hue angle of 267.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8556BC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 86 | 188 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.26 |
| HSL | 267.65º | 0.43% | 0.54% | - |
| HSV(B) | 267.65º | 0.54% | 0.74% | - |
| XYZ | 22.08 | 15.27 | 49.36 | - |
| YUV | 111.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 188 | 0.29 | 0.54 | 0 | 0.26 | 267.65 | 0.43 | 0.54 |
| Hex | 85 | 56 | BC | 1D | 36 | 0 | 1A | 10C | 2B | 36 |
| Octal | 205 | 126 | 274 | 35 | 66 | 0 | 32 | 414 | 53 | 66 |
| Binary | 10000101 | 1010110 | 10111100 | 11101 | 110110 | 0 | 11010 | 100001100 | 101011 | 110110 |
Color Harmonies of #8556BC
Complementary color
Monochromatic Colors of #8556BC
Black with #8556BC
Text Example
Text Example
White with #8556BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556BC; }
p { color: rgb(133,86,188); }
H1.HeaderClassName
{
color: #8556BC;
}
.AnyTagClassName
{
color: #8556BC;
}
</style>
background-color css
<style>
a { background-color: #8556BC; }
a { background-color: rgb(133,86,188); }
div.DivClassName
{
background-color: #8556BC;
}
.BgClassName
{
background-color: #8556BC;
}
</style>
border-color css
<style>
span { border-color: #8556BC; }
span { border-color: rgb(133,86,188); }
td.TdClassName
{
border-color: #8556BC;
}
.TagClassName
{
border-color: #8556BC;
}
</style>