Shades of Deep Lilac #8D56BC
Tints of Deep Lilac #8D56BC
RGB
CMYK
RGB Variations
Color information
#8D56BC (or 0x8D56BC) is known color: Deep Lilac. HEX triplet: 8D, 56 and BC. RGB value is (141,86,188). Sum of RGB (Red+Green+Blue) = 141+86+188=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D56BC is #72A943. Grayscale: #717171. Windows color (decimal): -7514436 or 12342925. OLE color: 12342925.
HSL color Cylindrical-coordinate representation of color #8D56BC: hue angle of 272.35º 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 #8D56BC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 86 | 188 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.26 |
| HSL | 272.35º | 0.43% | 0.54% | - |
| HSV(B) | 272.35º | 0.54% | 0.74% | - |
| XYZ | 23.39 | 15.95 | 49.42 | - |
| YUV | 114.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 188 | 0.25 | 0.54 | 0 | 0.26 | 272.35 | 0.43 | 0.54 |
| Hex | 8D | 56 | BC | 19 | 36 | 0 | 1A | 110 | 2B | 36 |
| Octal | 215 | 126 | 274 | 31 | 66 | 0 | 32 | 420 | 53 | 66 |
| Binary | 10001101 | 1010110 | 10111100 | 11001 | 110110 | 0 | 11010 | 100010000 | 101011 | 110110 |
Color Harmonies of #8D56BC
Complementary color
Monochromatic Colors of #8D56BC
Black with #8D56BC
Text Example
Text Example
White with #8D56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D56BC; }
p { color: rgb(141,86,188); }
H1.HeaderClassName
{
color: #8D56BC;
}
.AnyTagClassName
{
color: #8D56BC;
}
</style>
background-color css
<style>
a { background-color: #8D56BC; }
a { background-color: rgb(141,86,188); }
div.DivClassName
{
background-color: #8D56BC;
}
.BgClassName
{
background-color: #8D56BC;
}
</style>
border-color css
<style>
span { border-color: #8D56BC; }
span { border-color: rgb(141,86,188); }
td.TdClassName
{
border-color: #8D56BC;
}
.TagClassName
{
border-color: #8D56BC;
}
</style>