Shades of Medium Purple #8E71ED
Tints of Medium Purple #8E71ED
RGB
CMYK
RGB Variations
Color information
#8E71ED (or 0x8E71ED) is known color: Medium Purple. HEX triplet: 8E, 71 and ED. RGB value is (142,113,237). Sum of RGB (Red+Green+Blue) = 142+113+237=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E71ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E71ED is #718E12. Grayscale: #878787. Windows color (decimal): -7441939 or 15561102. OLE color: 15561102.
HSL color Cylindrical-coordinate representation of color #8E71ED: hue angle of 254.03º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E71ED is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 113 | 237 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.07 |
| HSL | 254.03º | 0.78% | 0.69% | - |
| HSV(B) | 254.03º | 0.52% | 0.93% | - |
| XYZ | 32.35 | 23.68 | 82.99 | - |
| YUV | 135.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 237 | 0.40 | 0.52 | 0 | 0.07 | 254.03 | 0.78 | 0.69 |
| Hex | 8E | 71 | ED | 28 | 34 | 0 | 7 | FE | 4E | 45 |
| Octal | 216 | 161 | 355 | 50 | 64 | 0 | 7 | 376 | 116 | 105 |
| Binary | 10001110 | 1110001 | 11101101 | 101000 | 110100 | 0 | 111 | 11111110 | 1001110 | 1000101 |
Color Harmonies of #8E71ED
Complementary color
Monochromatic Colors of #8E71ED
Black with #8E71ED
Text Example
Text Example
White with #8E71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E71ED; }
p { color: rgb(142,113,237); }
H1.HeaderClassName
{
color: #8E71ED;
}
.AnyTagClassName
{
color: #8E71ED;
}
</style>
background-color css
<style>
a { background-color: #8E71ED; }
a { background-color: rgb(142,113,237); }
div.DivClassName
{
background-color: #8E71ED;
}
.BgClassName
{
background-color: #8E71ED;
}
</style>
border-color css
<style>
span { border-color: #8E71ED; }
span { border-color: rgb(142,113,237); }
td.TdClassName
{
border-color: #8E71ED;
}
.TagClassName
{
border-color: #8E71ED;
}
</style>