Shades of Medium Purple #8D7EE0
Tints of Medium Purple #8D7EE0
RGB
CMYK
RGB Variations
Color information
#8D7EE0 (or 0x8D7EE0) is known color: Medium Purple. HEX triplet: 8D, 7E and E0. RGB value is (141,126,224). Sum of RGB (Red+Green+Blue) = 141+126+224=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EE0 is #72811F. Grayscale: #8D8D8D. Windows color (decimal): -7504160 or 14712461. OLE color: 14712461.
HSL color Cylindrical-coordinate representation of color #8D7EE0: hue angle of 249.18º degrees, saturation: 0.61, 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 #8D7EE0 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 126 | 224 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.12 |
| HSL | 249.18º | 0.61% | 0.69% | - |
| HSV(B) | 249.18º | 0.44% | 0.88% | - |
| XYZ | 31.9 | 25.97 | 73.85 | - |
| YUV | 141.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 224 | 0.37 | 0.44 | 0 | 0.12 | 249.18 | 0.61 | 0.69 |
| Hex | 8D | 7E | E0 | 25 | 2C | 0 | C | F9 | 3D | 45 |
| Octal | 215 | 176 | 340 | 45 | 54 | 0 | 14 | 371 | 75 | 105 |
| Binary | 10001101 | 1111110 | 11100000 | 100101 | 101100 | 0 | 1100 | 11111001 | 111101 | 1000101 |
Color Harmonies of #8D7EE0
Complementary color
Monochromatic Colors of #8D7EE0
Black with #8D7EE0
Text Example
Text Example
White with #8D7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EE0; }
p { color: rgb(141,126,224); }
H1.HeaderClassName
{
color: #8D7EE0;
}
.AnyTagClassName
{
color: #8D7EE0;
}
</style>
background-color css
<style>
a { background-color: #8D7EE0; }
a { background-color: rgb(141,126,224); }
div.DivClassName
{
background-color: #8D7EE0;
}
.BgClassName
{
background-color: #8D7EE0;
}
</style>
border-color css
<style>
span { border-color: #8D7EE0; }
span { border-color: rgb(141,126,224); }
td.TdClassName
{
border-color: #8D7EE0;
}
.TagClassName
{
border-color: #8D7EE0;
}
</style>