Shades of Medium Purple #8D7DE1
Tints of Medium Purple #8D7DE1
RGB
CMYK
RGB Variations
Color information
#8D7DE1 (or 0x8D7DE1) is known color: Medium Purple. HEX triplet: 8D, 7D and E1. RGB value is (141,125,225). Sum of RGB (Red+Green+Blue) = 141+125+225=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D7DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DE1 is #72821E. Grayscale: #8C8C8C. Windows color (decimal): -7504415 or 14777741. OLE color: 14777741.
HSL color Cylindrical-coordinate representation of color #8D7DE1: hue angle of 249.6º 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 #8D7DE1 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 125 | 225 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.12 |
| HSL | 249.6º | 0.63% | 0.69% | - |
| HSV(B) | 249.6º | 0.44% | 0.88% | - |
| XYZ | 31.91 | 25.77 | 74.53 | - |
| YUV | 141.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 225 | 0.37 | 0.44 | 0 | 0.12 | 249.6 | 0.63 | 0.69 |
| Hex | 8D | 7D | E1 | 25 | 2C | 0 | C | FA | 3E | 45 |
| Octal | 215 | 175 | 341 | 45 | 54 | 0 | 14 | 372 | 76 | 105 |
| Binary | 10001101 | 1111101 | 11100001 | 100101 | 101100 | 0 | 1100 | 11111010 | 111110 | 1000101 |
Color Harmonies of #8D7DE1
Complementary color
Monochromatic Colors of #8D7DE1
Black with #8D7DE1
Text Example
Text Example
White with #8D7DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DE1; }
p { color: rgb(141,125,225); }
H1.HeaderClassName
{
color: #8D7DE1;
}
.AnyTagClassName
{
color: #8D7DE1;
}
</style>
background-color css
<style>
a { background-color: #8D7DE1; }
a { background-color: rgb(141,125,225); }
div.DivClassName
{
background-color: #8D7DE1;
}
.BgClassName
{
background-color: #8D7DE1;
}
</style>
border-color css
<style>
span { border-color: #8D7DE1; }
span { border-color: rgb(141,125,225); }
td.TdClassName
{
border-color: #8D7DE1;
}
.TagClassName
{
border-color: #8D7DE1;
}
</style>