Shades of Medium Purple #8E7FD9
Tints of Medium Purple #8E7FD9
RGB
CMYK
RGB Variations
Color information
#8E7FD9 (or 0x8E7FD9) is known color: Medium Purple. HEX triplet: 8E, 7F and D9. RGB value is (142,127,217). Sum of RGB (Red+Green+Blue) = 142+127+217=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E7FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FD9 is #718026. Grayscale: #8D8D8D. Windows color (decimal): -7438375 or 14253966. OLE color: 14253966.
HSL color Cylindrical-coordinate representation of color #8E7FD9: hue angle of 250º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7FD9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 127 | 217 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.15 |
| HSL | 250º | 0.54% | 0.67% | - |
| HSV(B) | 250º | 0.41% | 0.85% | - |
| XYZ | 31.27 | 25.94 | 69 | - |
| YUV | 141.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 217 | 0.35 | 0.41 | 0 | 0.15 | 250 | 0.54 | 0.67 |
| Hex | 8E | 7F | D9 | 23 | 29 | 0 | F | FA | 36 | 43 |
| Octal | 216 | 177 | 331 | 43 | 51 | 0 | 17 | 372 | 66 | 103 |
| Binary | 10001110 | 1111111 | 11011001 | 100011 | 101001 | 0 | 1111 | 11111010 | 110110 | 1000011 |
Color Harmonies of #8E7FD9
Complementary color
Monochromatic Colors of #8E7FD9
Black with #8E7FD9
Text Example
Text Example
White with #8E7FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7FD9; }
p { color: rgb(142,127,217); }
H1.HeaderClassName
{
color: #8E7FD9;
}
.AnyTagClassName
{
color: #8E7FD9;
}
</style>
background-color css
<style>
a { background-color: #8E7FD9; }
a { background-color: rgb(142,127,217); }
div.DivClassName
{
background-color: #8E7FD9;
}
.BgClassName
{
background-color: #8E7FD9;
}
</style>
border-color css
<style>
span { border-color: #8E7FD9; }
span { border-color: rgb(142,127,217); }
td.TdClassName
{
border-color: #8E7FD9;
}
.TagClassName
{
border-color: #8E7FD9;
}
</style>