Shades of Medium Purple #8D7EE1
Tints of Medium Purple #8D7EE1
RGB
CMYK
RGB Variations
Color information
#8D7EE1 (or 0x8D7EE1) is known color: Medium Purple. HEX triplet: 8D, 7E and E1. RGB value is (141,126,225). Sum of RGB (Red+Green+Blue) = 141+126+225=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D7EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EE1 is #72811E. Grayscale: #8D8D8D. Windows color (decimal): -7504159 or 14777997. OLE color: 14777997.
HSL color Cylindrical-coordinate representation of color #8D7EE1: hue angle of 249.09º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D7EE1 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 126 | 225 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.12 |
| HSL | 249.09º | 0.62% | 0.69% | - |
| HSV(B) | 249.09º | 0.44% | 0.88% | - |
| XYZ | 32.04 | 26.02 | 74.57 | - |
| YUV | 141.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 225 | 0.37 | 0.44 | 0 | 0.12 | 249.09 | 0.62 | 0.69 |
| Hex | 8D | 7E | E1 | 25 | 2C | 0 | C | F9 | 3E | 45 |
| Octal | 215 | 176 | 341 | 45 | 54 | 0 | 14 | 371 | 76 | 105 |
| Binary | 10001101 | 1111110 | 11100001 | 100101 | 101100 | 0 | 1100 | 11111001 | 111110 | 1000101 |
Color Harmonies of #8D7EE1
Complementary color
Monochromatic Colors of #8D7EE1
Black with #8D7EE1
Text Example
Text Example
White with #8D7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EE1; }
p { color: rgb(141,126,225); }
H1.HeaderClassName
{
color: #8D7EE1;
}
.AnyTagClassName
{
color: #8D7EE1;
}
</style>
background-color css
<style>
a { background-color: #8D7EE1; }
a { background-color: rgb(141,126,225); }
div.DivClassName
{
background-color: #8D7EE1;
}
.BgClassName
{
background-color: #8D7EE1;
}
</style>
border-color css
<style>
span { border-color: #8D7EE1; }
span { border-color: rgb(141,126,225); }
td.TdClassName
{
border-color: #8D7EE1;
}
.TagClassName
{
border-color: #8D7EE1;
}
</style>