Shades of Medium Purple #8E70E1
Tints of Medium Purple #8E70E1
RGB
CMYK
RGB Variations
Color information
#8E70E1 (or 0x8E70E1) is known color: Medium Purple. HEX triplet: 8E, 70 and E1. RGB value is (142,112,225). Sum of RGB (Red+Green+Blue) = 142+112+225=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E70E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70E1 is #718F1E. Grayscale: #858585. Windows color (decimal): -7442207 or 14774414. OLE color: 14774414.
HSL color Cylindrical-coordinate representation of color #8E70E1: hue angle of 255.93º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E70E1 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 112 | 225 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.12 |
| HSL | 255.93º | 0.65% | 0.66% | - |
| HSV(B) | 255.93º | 0.5% | 0.88% | - |
| XYZ | 30.54 | 22.78 | 74.02 | - |
| YUV | 133.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 225 | 0.37 | 0.50 | 0 | 0.12 | 255.93 | 0.65 | 0.66 |
| Hex | 8E | 70 | E1 | 25 | 32 | 0 | C | 100 | 41 | 42 |
| Octal | 216 | 160 | 341 | 45 | 62 | 0 | 14 | 400 | 101 | 102 |
| Binary | 10001110 | 1110000 | 11100001 | 100101 | 110010 | 0 | 1100 | 100000000 | 1000001 | 1000010 |
Color Harmonies of #8E70E1
Complementary color
Monochromatic Colors of #8E70E1
Black with #8E70E1
Text Example
Text Example
White with #8E70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E70E1; }
p { color: rgb(142,112,225); }
H1.HeaderClassName
{
color: #8E70E1;
}
.AnyTagClassName
{
color: #8E70E1;
}
</style>
background-color css
<style>
a { background-color: #8E70E1; }
a { background-color: rgb(142,112,225); }
div.DivClassName
{
background-color: #8E70E1;
}
.BgClassName
{
background-color: #8E70E1;
}
</style>
border-color css
<style>
span { border-color: #8E70E1; }
span { border-color: rgb(142,112,225); }
td.TdClassName
{
border-color: #8E70E1;
}
.TagClassName
{
border-color: #8E70E1;
}
</style>