Shades of Medium Purple #8D70ED
Tints of Medium Purple #8D70ED
RGB
CMYK
RGB Variations
Color information
#8D70ED (or 0x8D70ED) is known color: Medium Purple. HEX triplet: 8D, 70 and ED. RGB value is (141,112,237). Sum of RGB (Red+Green+Blue) = 141+112+237=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D70ED is #728F12. Grayscale: #868686. Windows color (decimal): -7507731 or 15560845. OLE color: 15560845.
HSL color Cylindrical-coordinate representation of color #8D70ED: hue angle of 253.92º degrees, saturation: 0.78, 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 #8D70ED is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 112 | 237 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.07 |
| HSL | 253.92º | 0.78% | 0.68% | - |
| HSV(B) | 253.92º | 0.53% | 0.93% | - |
| XYZ | 32.06 | 23.37 | 82.94 | - |
| YUV | 134.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 237 | 0.41 | 0.53 | 0 | 0.07 | 253.92 | 0.78 | 0.68 |
| Hex | 8D | 70 | ED | 29 | 35 | 0 | 7 | FE | 4E | 44 |
| Octal | 215 | 160 | 355 | 51 | 65 | 0 | 7 | 376 | 116 | 104 |
| Binary | 10001101 | 1110000 | 11101101 | 101001 | 110101 | 0 | 111 | 11111110 | 1001110 | 1000100 |
Color Harmonies of #8D70ED
Complementary color
Monochromatic Colors of #8D70ED
Black with #8D70ED
Text Example
Text Example
White with #8D70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D70ED; }
p { color: rgb(141,112,237); }
H1.HeaderClassName
{
color: #8D70ED;
}
.AnyTagClassName
{
color: #8D70ED;
}
</style>
background-color css
<style>
a { background-color: #8D70ED; }
a { background-color: rgb(141,112,237); }
div.DivClassName
{
background-color: #8D70ED;
}
.BgClassName
{
background-color: #8D70ED;
}
</style>
border-color css
<style>
span { border-color: #8D70ED; }
span { border-color: rgb(141,112,237); }
td.TdClassName
{
border-color: #8D70ED;
}
.TagClassName
{
border-color: #8D70ED;
}
</style>