Shades of Medium Purple #8E51EC
Tints of Medium Purple #8E51EC
RGB
CMYK
RGB Variations
Color information
#8E51EC (or 0x8E51EC) is known color: Medium Purple. HEX triplet: 8E, 51 and EC. RGB value is (142,81,236). Sum of RGB (Red+Green+Blue) = 142+81+236=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E51EC is #71AE13. Grayscale: #747474. Windows color (decimal): -7450132 or 15487374. OLE color: 15487374.
HSL color Cylindrical-coordinate representation of color #8E51EC: hue angle of 263.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E51EC is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 81 | 236 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.07 |
| HSL | 263.61º | 0.8% | 0.62% | - |
| HSV(B) | 263.61º | 0.66% | 0.93% | - |
| XYZ | 29.24 | 17.69 | 81.23 | - |
| YUV | 116.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 236 | 0.40 | 0.66 | 0 | 0.07 | 263.61 | 0.8 | 0.62 |
| Hex | 8E | 51 | EC | 28 | 42 | 0 | 7 | 108 | 50 | 3E |
| Octal | 216 | 121 | 354 | 50 | 102 | 0 | 7 | 410 | 120 | 76 |
| Binary | 10001110 | 1010001 | 11101100 | 101000 | 1000010 | 0 | 111 | 100001000 | 1010000 | 111110 |
Color Harmonies of #8E51EC
Complementary color
Monochromatic Colors of #8E51EC
Black with #8E51EC
Text Example
Text Example
White with #8E51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E51EC; }
p { color: rgb(142,81,236); }
H1.HeaderClassName
{
color: #8E51EC;
}
.AnyTagClassName
{
color: #8E51EC;
}
</style>
background-color css
<style>
a { background-color: #8E51EC; }
a { background-color: rgb(142,81,236); }
div.DivClassName
{
background-color: #8E51EC;
}
.BgClassName
{
background-color: #8E51EC;
}
</style>
border-color css
<style>
span { border-color: #8E51EC; }
span { border-color: rgb(142,81,236); }
td.TdClassName
{
border-color: #8E51EC;
}
.TagClassName
{
border-color: #8E51EC;
}
</style>