Shades of Medium Purple #8E61EC
Tints of Medium Purple #8E61EC
RGB
CMYK
RGB Variations
Color information
#8E61EC (or 0x8E61EC) is known color: Medium Purple. HEX triplet: 8E, 61 and EC. RGB value is (142,97,236). Sum of RGB (Red+Green+Blue) = 142+97+236=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E61EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E61EC is #719E13. Grayscale: #7D7D7D. Windows color (decimal): -7446036 or 15491470. OLE color: 15491470.
HSL color Cylindrical-coordinate representation of color #8E61EC: hue angle of 259.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E61EC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 97 | 236 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.07 |
| HSL | 259.42º | 0.79% | 0.65% | - |
| HSV(B) | 259.42º | 0.59% | 0.93% | - |
| XYZ | 30.57 | 20.36 | 81.67 | - |
| YUV | 126.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 236 | 0.40 | 0.59 | 0 | 0.07 | 259.42 | 0.79 | 0.65 |
| Hex | 8E | 61 | EC | 28 | 3B | 0 | 7 | 103 | 4F | 41 |
| Octal | 216 | 141 | 354 | 50 | 73 | 0 | 7 | 403 | 117 | 101 |
| Binary | 10001110 | 1100001 | 11101100 | 101000 | 111011 | 0 | 111 | 100000011 | 1001111 | 1000001 |
Color Harmonies of #8E61EC
Complementary color
Monochromatic Colors of #8E61EC
Black with #8E61EC
Text Example
Text Example
White with #8E61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E61EC; }
p { color: rgb(142,97,236); }
H1.HeaderClassName
{
color: #8E61EC;
}
.AnyTagClassName
{
color: #8E61EC;
}
</style>
background-color css
<style>
a { background-color: #8E61EC; }
a { background-color: rgb(142,97,236); }
div.DivClassName
{
background-color: #8E61EC;
}
.BgClassName
{
background-color: #8E61EC;
}
</style>
border-color css
<style>
span { border-color: #8E61EC; }
span { border-color: rgb(142,97,236); }
td.TdClassName
{
border-color: #8E61EC;
}
.TagClassName
{
border-color: #8E61EC;
}
</style>