Shades of Medium Purple #8E7DD9
Tints of Medium Purple #8E7DD9
RGB
CMYK
RGB Variations
Color information
#8E7DD9 (or 0x8E7DD9) is known color: Medium Purple. HEX triplet: 8E, 7D and D9. RGB value is (142,125,217). Sum of RGB (Red+Green+Blue) = 142+125+217=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DD9 is #718226. Grayscale: #8C8C8C. Windows color (decimal): -7438887 or 14253454. OLE color: 14253454.
HSL color Cylindrical-coordinate representation of color #8E7DD9: hue angle of 251.09º degrees, saturation: 0.55, 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 #8E7DD9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 125 | 217 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.15 |
| HSL | 251.09º | 0.55% | 0.67% | - |
| HSV(B) | 251.09º | 0.42% | 0.85% | - |
| XYZ | 31.01 | 25.43 | 68.92 | - |
| YUV | 140.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 217 | 0.35 | 0.42 | 0 | 0.15 | 251.09 | 0.55 | 0.67 |
| Hex | 8E | 7D | D9 | 23 | 2A | 0 | F | FB | 37 | 43 |
| Octal | 216 | 175 | 331 | 43 | 52 | 0 | 17 | 373 | 67 | 103 |
| Binary | 10001110 | 1111101 | 11011001 | 100011 | 101010 | 0 | 1111 | 11111011 | 110111 | 1000011 |
Color Harmonies of #8E7DD9
Complementary color
Monochromatic Colors of #8E7DD9
Black with #8E7DD9
Text Example
Text Example
White with #8E7DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DD9; }
p { color: rgb(142,125,217); }
H1.HeaderClassName
{
color: #8E7DD9;
}
.AnyTagClassName
{
color: #8E7DD9;
}
</style>
background-color css
<style>
a { background-color: #8E7DD9; }
a { background-color: rgb(142,125,217); }
div.DivClassName
{
background-color: #8E7DD9;
}
.BgClassName
{
background-color: #8E7DD9;
}
</style>
border-color css
<style>
span { border-color: #8E7DD9; }
span { border-color: rgb(142,125,217); }
td.TdClassName
{
border-color: #8E7DD9;
}
.TagClassName
{
border-color: #8E7DD9;
}
</style>