Shades of Medium Purple #8D70EB
Tints of Medium Purple #8D70EB
RGB
CMYK
RGB Variations
Color information
#8D70EB (or 0x8D70EB) is known color: Medium Purple. HEX triplet: 8D, 70 and EB. RGB value is (141,112,235). Sum of RGB (Red+Green+Blue) = 141+112+235=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D70EB is #728F14. Grayscale: #868686. Windows color (decimal): -7507733 or 15429773. OLE color: 15429773.
HSL color Cylindrical-coordinate representation of color #8D70EB: hue angle of 254.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D70EB is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 112 | 235 | - |
| CMYK | 0.4 | 0.52 | 0 | 0.08 |
| HSL | 254.15º | 0.75% | 0.68% | - |
| HSV(B) | 254.15º | 0.52% | 0.92% | - |
| XYZ | 31.77 | 23.25 | 81.41 | - |
| YUV | 134.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 235 | 0.4 | 0.52 | 0 | 0.08 | 254.15 | 0.75 | 0.68 |
| Hex | 8D | 70 | EB | 28 | 34 | 0 | 8 | FE | 4B | 44 |
| Octal | 215 | 160 | 353 | 50 | 64 | 0 | 10 | 376 | 113 | 104 |
| Binary | 10001101 | 1110000 | 11101011 | 101000 | 110100 | 0 | 1000 | 11111110 | 1001011 | 1000100 |
Color Harmonies of #8D70EB
Complementary color
Monochromatic Colors of #8D70EB
Black with #8D70EB
Text Example
Text Example
White with #8D70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D70EB; }
p { color: rgb(141,112,235); }
H1.HeaderClassName
{
color: #8D70EB;
}
.AnyTagClassName
{
color: #8D70EB;
}
</style>
background-color css
<style>
a { background-color: #8D70EB; }
a { background-color: rgb(141,112,235); }
div.DivClassName
{
background-color: #8D70EB;
}
.BgClassName
{
background-color: #8D70EB;
}
</style>
border-color css
<style>
span { border-color: #8D70EB; }
span { border-color: rgb(141,112,235); }
td.TdClassName
{
border-color: #8D70EB;
}
.TagClassName
{
border-color: #8D70EB;
}
</style>