Shades of Medium Purple #8E7CD5
Tints of Medium Purple #8E7CD5
RGB
CMYK
RGB Variations
Color information
#8E7CD5 (or 0x8E7CD5) is known color: Medium Purple. HEX triplet: 8E, 7C and D5. RGB value is (142,124,213). Sum of RGB (Red+Green+Blue) = 142+124+213=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E7CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CD5 is #71832A. Grayscale: #8B8B8B. Windows color (decimal): -7439147 or 13991054. OLE color: 13991054.
HSL color Cylindrical-coordinate representation of color #8E7CD5: hue angle of 252.13º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7CD5 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 124 | 213 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.16 |
| HSL | 252.13º | 0.51% | 0.66% | - |
| HSV(B) | 252.13º | 0.42% | 0.84% | - |
| XYZ | 30.37 | 24.97 | 66.17 | - |
| YUV | 139.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 213 | 0.33 | 0.42 | 0 | 0.16 | 252.13 | 0.51 | 0.66 |
| Hex | 8E | 7C | D5 | 21 | 2A | 0 | 10 | FC | 33 | 42 |
| Octal | 216 | 174 | 325 | 41 | 52 | 0 | 20 | 374 | 63 | 102 |
| Binary | 10001110 | 1111100 | 11010101 | 100001 | 101010 | 0 | 10000 | 11111100 | 110011 | 1000010 |
Color Harmonies of #8E7CD5
Complementary color
Monochromatic Colors of #8E7CD5
Black with #8E7CD5
Text Example
Text Example
White with #8E7CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7CD5; }
p { color: rgb(142,124,213); }
H1.HeaderClassName
{
color: #8E7CD5;
}
.AnyTagClassName
{
color: #8E7CD5;
}
</style>
background-color css
<style>
a { background-color: #8E7CD5; }
a { background-color: rgb(142,124,213); }
div.DivClassName
{
background-color: #8E7CD5;
}
.BgClassName
{
background-color: #8E7CD5;
}
</style>
border-color css
<style>
span { border-color: #8E7CD5; }
span { border-color: rgb(142,124,213); }
td.TdClassName
{
border-color: #8E7CD5;
}
.TagClassName
{
border-color: #8E7CD5;
}
</style>