Shades of Deep Lilac #8D5EBC
Tints of Deep Lilac #8D5EBC
RGB
CMYK
RGB Variations
Color information
#8D5EBC (or 0x8D5EBC) is known color: Deep Lilac. HEX triplet: 8D, 5E and BC. RGB value is (141,94,188). Sum of RGB (Red+Green+Blue) = 141+94+188=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EBC is #72A143. Grayscale: #767676. Windows color (decimal): -7512388 or 12344973. OLE color: 12344973.
HSL color Cylindrical-coordinate representation of color #8D5EBC: hue angle of 270º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D5EBC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 94 | 188 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.26 |
| HSL | 270º | 0.41% | 0.55% | - |
| HSV(B) | 270º | 0.5% | 0.74% | - |
| XYZ | 24.06 | 17.3 | 49.65 | - |
| YUV | 118.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 188 | 0.25 | 0.50 | 0 | 0.26 | 270 | 0.41 | 0.55 |
| Hex | 8D | 5E | BC | 19 | 32 | 0 | 1A | 10E | 29 | 37 |
| Octal | 215 | 136 | 274 | 31 | 62 | 0 | 32 | 416 | 51 | 67 |
| Binary | 10001101 | 1011110 | 10111100 | 11001 | 110010 | 0 | 11010 | 100001110 | 101001 | 110111 |
Color Harmonies of #8D5EBC
Complementary color
Monochromatic Colors of #8D5EBC
Black with #8D5EBC
Text Example
Text Example
White with #8D5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5EBC; }
p { color: rgb(141,94,188); }
H1.HeaderClassName
{
color: #8D5EBC;
}
.AnyTagClassName
{
color: #8D5EBC;
}
</style>
background-color css
<style>
a { background-color: #8D5EBC; }
a { background-color: rgb(141,94,188); }
div.DivClassName
{
background-color: #8D5EBC;
}
.BgClassName
{
background-color: #8D5EBC;
}
</style>
border-color css
<style>
span { border-color: #8D5EBC; }
span { border-color: rgb(141,94,188); }
td.TdClassName
{
border-color: #8D5EBC;
}
.TagClassName
{
border-color: #8D5EBC;
}
</style>