Shades of Medium Purple #8E59EC
Tints of Medium Purple #8E59EC
RGB
CMYK
RGB Variations
Color information
#8E59EC (or 0x8E59EC) is known color: Medium Purple. HEX triplet: 8E, 59 and EC. RGB value is (142,89,236). Sum of RGB (Red+Green+Blue) = 142+89+236=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E59EC is #71A613. Grayscale: #797979. Windows color (decimal): -7448084 or 15489422. OLE color: 15489422.
HSL color Cylindrical-coordinate representation of color #8E59EC: hue angle of 261.63º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E59EC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 89 | 236 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.07 |
| HSL | 261.63º | 0.79% | 0.64% | - |
| HSV(B) | 261.63º | 0.62% | 0.93% | - |
| XYZ | 29.87 | 18.95 | 81.44 | - |
| YUV | 121.61 | 192.56 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 236 | 0.40 | 0.62 | 0 | 0.07 | 261.63 | 0.79 | 0.64 |
| Hex | 8E | 59 | EC | 28 | 3E | 0 | 7 | 106 | 4F | 40 |
| Octal | 216 | 131 | 354 | 50 | 76 | 0 | 7 | 406 | 117 | 100 |
| Binary | 10001110 | 1011001 | 11101100 | 101000 | 111110 | 0 | 111 | 100000110 | 1001111 | 1000000 |
Color Harmonies of #8E59EC
Complementary color
Monochromatic Colors of #8E59EC
Black with #8E59EC
Text Example
Text Example
White with #8E59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E59EC; }
p { color: rgb(142,89,236); }
H1.HeaderClassName
{
color: #8E59EC;
}
.AnyTagClassName
{
color: #8E59EC;
}
</style>
background-color css
<style>
a { background-color: #8E59EC; }
a { background-color: rgb(142,89,236); }
div.DivClassName
{
background-color: #8E59EC;
}
.BgClassName
{
background-color: #8E59EC;
}
</style>
border-color css
<style>
span { border-color: #8E59EC; }
span { border-color: rgb(142,89,236); }
td.TdClassName
{
border-color: #8E59EC;
}
.TagClassName
{
border-color: #8E59EC;
}
</style>