Shades of Medium Purple #8D70EC
Tints of Medium Purple #8D70EC
RGB
CMYK
RGB Variations
Color information
#8D70EC (or 0x8D70EC) is known color: Medium Purple. HEX triplet: 8D, 70 and EC. RGB value is (141,112,236). Sum of RGB (Red+Green+Blue) = 141+112+236=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D70EC is #728F13. Grayscale: #868686. Windows color (decimal): -7507732 or 15495309. OLE color: 15495309.
HSL color Cylindrical-coordinate representation of color #8D70EC: hue angle of 254.03º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D70EC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 112 | 236 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.07 |
| HSL | 254.03º | 0.77% | 0.68% | - |
| HSV(B) | 254.03º | 0.53% | 0.93% | - |
| XYZ | 31.92 | 23.31 | 82.17 | - |
| YUV | 134.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 236 | 0.40 | 0.53 | 0 | 0.07 | 254.03 | 0.77 | 0.68 |
| Hex | 8D | 70 | EC | 28 | 35 | 0 | 7 | FE | 4D | 44 |
| Octal | 215 | 160 | 354 | 50 | 65 | 0 | 7 | 376 | 115 | 104 |
| Binary | 10001101 | 1110000 | 11101100 | 101000 | 110101 | 0 | 111 | 11111110 | 1001101 | 1000100 |
Color Harmonies of #8D70EC
Complementary color
Monochromatic Colors of #8D70EC
Black with #8D70EC
Text Example
Text Example
White with #8D70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D70EC; }
p { color: rgb(141,112,236); }
H1.HeaderClassName
{
color: #8D70EC;
}
.AnyTagClassName
{
color: #8D70EC;
}
</style>
background-color css
<style>
a { background-color: #8D70EC; }
a { background-color: rgb(141,112,236); }
div.DivClassName
{
background-color: #8D70EC;
}
.BgClassName
{
background-color: #8D70EC;
}
</style>
border-color css
<style>
span { border-color: #8D70EC; }
span { border-color: rgb(141,112,236); }
td.TdClassName
{
border-color: #8D70EC;
}
.TagClassName
{
border-color: #8D70EC;
}
</style>