Shades of Medium Purple #876EE1
Tints of Medium Purple #876EE1
RGB
CMYK
RGB Variations
Color information
#876EE1 (or 0x876EE1) is known color: Medium Purple. HEX triplet: 87, 6E and E1. RGB value is (135,110,225). Sum of RGB (Red+Green+Blue) = 135+110+225=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #876EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EE1 is #78911E. Grayscale: #828282. Windows color (decimal): -7901471 or 14773895. OLE color: 14773895.
HSL color Cylindrical-coordinate representation of color #876EE1: hue angle of 253.04º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876EE1 is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 110 | 225 | - |
| CMYK | 0.4 | 0.51 | 0 | 0.12 |
| HSL | 253.04º | 0.66% | 0.66% | - |
| HSV(B) | 253.04º | 0.51% | 0.88% | - |
| XYZ | 29.16 | 21.74 | 73.89 | - |
| YUV | 130.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 225 | 0.4 | 0.51 | 0 | 0.12 | 253.04 | 0.66 | 0.66 |
| Hex | 87 | 6E | E1 | 28 | 33 | 0 | C | FD | 42 | 42 |
| Octal | 207 | 156 | 341 | 50 | 63 | 0 | 14 | 375 | 102 | 102 |
| Binary | 10000111 | 1101110 | 11100001 | 101000 | 110011 | 0 | 1100 | 11111101 | 1000010 | 1000010 |
Color Harmonies of #876EE1
Complementary color
Monochromatic Colors of #876EE1
Black with #876EE1
Text Example
Text Example
White with #876EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EE1; }
p { color: rgb(135,110,225); }
H1.HeaderClassName
{
color: #876EE1;
}
.AnyTagClassName
{
color: #876EE1;
}
</style>
background-color css
<style>
a { background-color: #876EE1; }
a { background-color: rgb(135,110,225); }
div.DivClassName
{
background-color: #876EE1;
}
.BgClassName
{
background-color: #876EE1;
}
</style>
border-color css
<style>
span { border-color: #876EE1; }
span { border-color: rgb(135,110,225); }
td.TdClassName
{
border-color: #876EE1;
}
.TagClassName
{
border-color: #876EE1;
}
</style>