Shades of Medium Purple #8D71E1
Tints of Medium Purple #8D71E1
RGB
CMYK
RGB Variations
Color information
#8D71E1 (or 0x8D71E1) is known color: Medium Purple. HEX triplet: 8D, 71 and E1. RGB value is (141,113,225). Sum of RGB (Red+Green+Blue) = 141+113+225=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D71E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71E1 is #728E1E. Grayscale: #858585. Windows color (decimal): -7507487 or 14774669. OLE color: 14774669.
HSL color Cylindrical-coordinate representation of color #8D71E1: hue angle of 255º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D71E1 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 113 | 225 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.12 |
| HSL | 255º | 0.65% | 0.66% | - |
| HSV(B) | 255º | 0.5% | 0.88% | - |
| XYZ | 30.48 | 22.91 | 74.05 | - |
| YUV | 134.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 225 | 0.37 | 0.50 | 0 | 0.12 | 255 | 0.65 | 0.66 |
| Hex | 8D | 71 | E1 | 25 | 32 | 0 | C | FF | 41 | 42 |
| Octal | 215 | 161 | 341 | 45 | 62 | 0 | 14 | 377 | 101 | 102 |
| Binary | 10001101 | 1110001 | 11100001 | 100101 | 110010 | 0 | 1100 | 11111111 | 1000001 | 1000010 |
Color Harmonies of #8D71E1
Complementary color
Monochromatic Colors of #8D71E1
Black with #8D71E1
Text Example
Text Example
White with #8D71E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D71E1; }
p { color: rgb(141,113,225); }
H1.HeaderClassName
{
color: #8D71E1;
}
.AnyTagClassName
{
color: #8D71E1;
}
</style>
background-color css
<style>
a { background-color: #8D71E1; }
a { background-color: rgb(141,113,225); }
div.DivClassName
{
background-color: #8D71E1;
}
.BgClassName
{
background-color: #8D71E1;
}
</style>
border-color css
<style>
span { border-color: #8D71E1; }
span { border-color: rgb(141,113,225); }
td.TdClassName
{
border-color: #8D71E1;
}
.TagClassName
{
border-color: #8D71E1;
}
</style>