Shades of Deep Lilac #8D5EBA
Tints of Deep Lilac #8D5EBA
RGB
CMYK
RGB Variations
Color information
#8D5EBA (or 0x8D5EBA) is known color: Deep Lilac. HEX triplet: 8D, 5E and BA. RGB value is (141,94,186). Sum of RGB (Red+Green+Blue) = 141+94+186=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EBA is #72A145. Grayscale: #767676. Windows color (decimal): -7512390 or 12213901. OLE color: 12213901.
HSL color Cylindrical-coordinate representation of color #8D5EBA: hue angle of 270.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D5EBA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 94 | 186 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.27 |
| HSL | 270.65º | 0.4% | 0.55% | - |
| HSV(B) | 270.65º | 0.49% | 0.73% | - |
| XYZ | 23.85 | 17.21 | 48.52 | - |
| YUV | 118.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 186 | 0.24 | 0.49 | 0 | 0.27 | 270.65 | 0.4 | 0.55 |
| Hex | 8D | 5E | BA | 18 | 31 | 0 | 1B | 10F | 28 | 37 |
| Octal | 215 | 136 | 272 | 30 | 61 | 0 | 33 | 417 | 50 | 67 |
| Binary | 10001101 | 1011110 | 10111010 | 11000 | 110001 | 0 | 11011 | 100001111 | 101000 | 110111 |
Color Harmonies of #8D5EBA
Complementary color
Monochromatic Colors of #8D5EBA
Black with #8D5EBA
Text Example
Text Example
White with #8D5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5EBA; }
p { color: rgb(141,94,186); }
H1.HeaderClassName
{
color: #8D5EBA;
}
.AnyTagClassName
{
color: #8D5EBA;
}
</style>
background-color css
<style>
a { background-color: #8D5EBA; }
a { background-color: rgb(141,94,186); }
div.DivClassName
{
background-color: #8D5EBA;
}
.BgClassName
{
background-color: #8D5EBA;
}
</style>
border-color css
<style>
span { border-color: #8D5EBA; }
span { border-color: rgb(141,94,186); }
td.TdClassName
{
border-color: #8D5EBA;
}
.TagClassName
{
border-color: #8D5EBA;
}
</style>