Shades of Medium Purple #8D72ED
Tints of Medium Purple #8D72ED
RGB
CMYK
RGB Variations
Color information
#8D72ED (or 0x8D72ED) is known color: Medium Purple. HEX triplet: 8D, 72 and ED. RGB value is (141,114,237). Sum of RGB (Red+Green+Blue) = 141+114+237=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D72ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D72ED is #728D12. Grayscale: #878787. Windows color (decimal): -7507219 or 15561357. OLE color: 15561357.
HSL color Cylindrical-coordinate representation of color #8D72ED: hue angle of 253.17º degrees, saturation: 0.77, 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 #8D72ED is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 114 | 237 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.07 |
| HSL | 253.17º | 0.77% | 0.69% | - |
| HSV(B) | 253.17º | 0.52% | 0.93% | - |
| XYZ | 32.29 | 23.81 | 83.02 | - |
| YUV | 136.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 237 | 0.41 | 0.52 | 0 | 0.07 | 253.17 | 0.77 | 0.69 |
| Hex | 8D | 72 | ED | 29 | 34 | 0 | 7 | FD | 4D | 45 |
| Octal | 215 | 162 | 355 | 51 | 64 | 0 | 7 | 375 | 115 | 105 |
| Binary | 10001101 | 1110010 | 11101101 | 101001 | 110100 | 0 | 111 | 11111101 | 1001101 | 1000101 |
Color Harmonies of #8D72ED
Complementary color
Monochromatic Colors of #8D72ED
Black with #8D72ED
Text Example
Text Example
White with #8D72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72ED; }
p { color: rgb(141,114,237); }
H1.HeaderClassName
{
color: #8D72ED;
}
.AnyTagClassName
{
color: #8D72ED;
}
</style>
background-color css
<style>
a { background-color: #8D72ED; }
a { background-color: rgb(141,114,237); }
div.DivClassName
{
background-color: #8D72ED;
}
.BgClassName
{
background-color: #8D72ED;
}
</style>
border-color css
<style>
span { border-color: #8D72ED; }
span { border-color: rgb(141,114,237); }
td.TdClassName
{
border-color: #8D72ED;
}
.TagClassName
{
border-color: #8D72ED;
}
</style>