Shades of Medium Purple #8D62EC
Tints of Medium Purple #8D62EC
RGB
CMYK
RGB Variations
Color information
#8D62EC (or 0x8D62EC) is known color: Medium Purple. HEX triplet: 8D, 62 and EC. RGB value is (141,98,236). Sum of RGB (Red+Green+Blue) = 141+98+236=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D62EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D62EC is #729D13. Grayscale: #7E7E7E. Windows color (decimal): -7511316 or 15491725. OLE color: 15491725.
HSL color Cylindrical-coordinate representation of color #8D62EC: hue angle of 258.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D62EC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 98 | 236 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.07 |
| HSL | 258.7º | 0.78% | 0.65% | - |
| HSV(B) | 258.7º | 0.58% | 0.93% | - |
| XYZ | 30.49 | 20.45 | 81.7 | - |
| YUV | 126.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 236 | 0.40 | 0.58 | 0 | 0.07 | 258.7 | 0.78 | 0.65 |
| Hex | 8D | 62 | EC | 28 | 3A | 0 | 7 | 103 | 4E | 41 |
| Octal | 215 | 142 | 354 | 50 | 72 | 0 | 7 | 403 | 116 | 101 |
| Binary | 10001101 | 1100010 | 11101100 | 101000 | 111010 | 0 | 111 | 100000011 | 1001110 | 1000001 |
Color Harmonies of #8D62EC
Complementary color
Monochromatic Colors of #8D62EC
Black with #8D62EC
Text Example
Text Example
White with #8D62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D62EC; }
p { color: rgb(141,98,236); }
H1.HeaderClassName
{
color: #8D62EC;
}
.AnyTagClassName
{
color: #8D62EC;
}
</style>
background-color css
<style>
a { background-color: #8D62EC; }
a { background-color: rgb(141,98,236); }
div.DivClassName
{
background-color: #8D62EC;
}
.BgClassName
{
background-color: #8D62EC;
}
</style>
border-color css
<style>
span { border-color: #8D62EC; }
span { border-color: rgb(141,98,236); }
td.TdClassName
{
border-color: #8D62EC;
}
.TagClassName
{
border-color: #8D62EC;
}
</style>