Shades of Medium Purple #8D7EDF
Tints of Medium Purple #8D7EDF
RGB
CMYK
RGB Variations
Color information
#8D7EDF (or 0x8D7EDF) is known color: Medium Purple. HEX triplet: 8D, 7E and DF. RGB value is (141,126,223). Sum of RGB (Red+Green+Blue) = 141+126+223=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EDF is #728120. Grayscale: #8D8D8D. Windows color (decimal): -7504161 or 14646925. OLE color: 14646925.
HSL color Cylindrical-coordinate representation of color #8D7EDF: hue angle of 249.28º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D7EDF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 126 | 223 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.13 |
| HSL | 249.28º | 0.6% | 0.68% | - |
| HSV(B) | 249.28º | 0.43% | 0.87% | - |
| XYZ | 31.76 | 25.91 | 73.14 | - |
| YUV | 141.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 223 | 0.37 | 0.43 | 0 | 0.13 | 249.28 | 0.6 | 0.68 |
| Hex | 8D | 7E | DF | 25 | 2B | 0 | D | F9 | 3C | 44 |
| Octal | 215 | 176 | 337 | 45 | 53 | 0 | 15 | 371 | 74 | 104 |
| Binary | 10001101 | 1111110 | 11011111 | 100101 | 101011 | 0 | 1101 | 11111001 | 111100 | 1000100 |
Color Harmonies of #8D7EDF
Complementary color
Monochromatic Colors of #8D7EDF
Black with #8D7EDF
Text Example
Text Example
White with #8D7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EDF; }
p { color: rgb(141,126,223); }
H1.HeaderClassName
{
color: #8D7EDF;
}
.AnyTagClassName
{
color: #8D7EDF;
}
</style>
background-color css
<style>
a { background-color: #8D7EDF; }
a { background-color: rgb(141,126,223); }
div.DivClassName
{
background-color: #8D7EDF;
}
.BgClassName
{
background-color: #8D7EDF;
}
</style>
border-color css
<style>
span { border-color: #8D7EDF; }
span { border-color: rgb(141,126,223); }
td.TdClassName
{
border-color: #8D7EDF;
}
.TagClassName
{
border-color: #8D7EDF;
}
</style>