Shades of Deep Lilac #8557BC
Tints of Deep Lilac #8557BC
RGB
CMYK
RGB Variations
Color information
#8557BC (or 0x8557BC) is known color: Deep Lilac. HEX triplet: 85, 57 and BC. RGB value is (133,87,188). Sum of RGB (Red+Green+Blue) = 133+87+188=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #8557BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557BC is #7AA843. Grayscale: #6F6F6F. Windows color (decimal): -8038468 or 12343173. OLE color: 12343173.
HSL color Cylindrical-coordinate representation of color #8557BC: hue angle of 267.33º 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 #8557BC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 87 | 188 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.26 |
| HSL | 267.33º | 0.43% | 0.54% | - |
| HSV(B) | 267.33º | 0.54% | 0.74% | - |
| XYZ | 22.16 | 15.43 | 49.39 | - |
| YUV | 112.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 188 | 0.29 | 0.54 | 0 | 0.26 | 267.33 | 0.43 | 0.54 |
| Hex | 85 | 57 | BC | 1D | 36 | 0 | 1A | 10B | 2B | 36 |
| Octal | 205 | 127 | 274 | 35 | 66 | 0 | 32 | 413 | 53 | 66 |
| Binary | 10000101 | 1010111 | 10111100 | 11101 | 110110 | 0 | 11010 | 100001011 | 101011 | 110110 |
Color Harmonies of #8557BC
Complementary color
Monochromatic Colors of #8557BC
Black with #8557BC
Text Example
Text Example
White with #8557BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8557BC; }
p { color: rgb(133,87,188); }
H1.HeaderClassName
{
color: #8557BC;
}
.AnyTagClassName
{
color: #8557BC;
}
</style>
background-color css
<style>
a { background-color: #8557BC; }
a { background-color: rgb(133,87,188); }
div.DivClassName
{
background-color: #8557BC;
}
.BgClassName
{
background-color: #8557BC;
}
</style>
border-color css
<style>
span { border-color: #8557BC; }
span { border-color: rgb(133,87,188); }
td.TdClassName
{
border-color: #8557BC;
}
.TagClassName
{
border-color: #8557BC;
}
</style>