Shades of Medium Purple #8D72EC
Tints of Medium Purple #8D72EC
RGB
CMYK
RGB Variations
Color information
#8D72EC (or 0x8D72EC) is known color: Medium Purple. HEX triplet: 8D, 72 and EC. RGB value is (141,114,236). Sum of RGB (Red+Green+Blue) = 141+114+236=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D72EC is #728D13. Grayscale: #878787. Windows color (decimal): -7507220 or 15495821. OLE color: 15495821.
HSL color Cylindrical-coordinate representation of color #8D72EC: hue angle of 253.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D72EC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 114 | 236 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.07 |
| HSL | 253.28º | 0.76% | 0.69% | - |
| HSV(B) | 253.28º | 0.52% | 0.93% | - |
| XYZ | 32.14 | 23.75 | 82.25 | - |
| YUV | 135.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 236 | 0.40 | 0.52 | 0 | 0.07 | 253.28 | 0.76 | 0.69 |
| Hex | 8D | 72 | EC | 28 | 34 | 0 | 7 | FD | 4C | 45 |
| Octal | 215 | 162 | 354 | 50 | 64 | 0 | 7 | 375 | 114 | 105 |
| Binary | 10001101 | 1110010 | 11101100 | 101000 | 110100 | 0 | 111 | 11111101 | 1001100 | 1000101 |
Color Harmonies of #8D72EC
Complementary color
Monochromatic Colors of #8D72EC
Black with #8D72EC
Text Example
Text Example
White with #8D72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72EC; }
p { color: rgb(141,114,236); }
H1.HeaderClassName
{
color: #8D72EC;
}
.AnyTagClassName
{
color: #8D72EC;
}
</style>
background-color css
<style>
a { background-color: #8D72EC; }
a { background-color: rgb(141,114,236); }
div.DivClassName
{
background-color: #8D72EC;
}
.BgClassName
{
background-color: #8D72EC;
}
</style>
border-color css
<style>
span { border-color: #8D72EC; }
span { border-color: rgb(141,114,236); }
td.TdClassName
{
border-color: #8D72EC;
}
.TagClassName
{
border-color: #8D72EC;
}
</style>