Shades of Medium Purple #8E7ED9
Tints of Medium Purple #8E7ED9
RGB
CMYK
RGB Variations
Color information
#8E7ED9 (or 0x8E7ED9) is known color: Medium Purple. HEX triplet: 8E, 7E and D9. RGB value is (142,126,217). Sum of RGB (Red+Green+Blue) = 142+126+217=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E7ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ED9 is #718126. Grayscale: #8C8C8C. Windows color (decimal): -7438631 or 14253710. OLE color: 14253710.
HSL color Cylindrical-coordinate representation of color #8E7ED9: hue angle of 250.55º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7ED9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 126 | 217 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.15 |
| HSL | 250.55º | 0.54% | 0.67% | - |
| HSV(B) | 250.55º | 0.42% | 0.85% | - |
| XYZ | 31.14 | 25.68 | 68.96 | - |
| YUV | 141.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 217 | 0.35 | 0.42 | 0 | 0.15 | 250.55 | 0.54 | 0.67 |
| Hex | 8E | 7E | D9 | 23 | 2A | 0 | F | FB | 36 | 43 |
| Octal | 216 | 176 | 331 | 43 | 52 | 0 | 17 | 373 | 66 | 103 |
| Binary | 10001110 | 1111110 | 11011001 | 100011 | 101010 | 0 | 1111 | 11111011 | 110110 | 1000011 |
Color Harmonies of #8E7ED9
Complementary color
Monochromatic Colors of #8E7ED9
Black with #8E7ED9
Text Example
Text Example
White with #8E7ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7ED9; }
p { color: rgb(142,126,217); }
H1.HeaderClassName
{
color: #8E7ED9;
}
.AnyTagClassName
{
color: #8E7ED9;
}
</style>
background-color css
<style>
a { background-color: #8E7ED9; }
a { background-color: rgb(142,126,217); }
div.DivClassName
{
background-color: #8E7ED9;
}
.BgClassName
{
background-color: #8E7ED9;
}
</style>
border-color css
<style>
span { border-color: #8E7ED9; }
span { border-color: rgb(142,126,217); }
td.TdClassName
{
border-color: #8E7ED9;
}
.TagClassName
{
border-color: #8E7ED9;
}
</style>