Shades of Medium Purple #876EE0
Tints of Medium Purple #876EE0
RGB
CMYK
RGB Variations
Color information
#876EE0 (or 0x876EE0) is known color: Medium Purple. HEX triplet: 87, 6E and E0. RGB value is (135,110,224). Sum of RGB (Red+Green+Blue) = 135+110+224=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #876EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EE0 is #78911F. Grayscale: #828282. Windows color (decimal): -7901472 or 14708359. OLE color: 14708359.
HSL color Cylindrical-coordinate representation of color #876EE0: hue angle of 253.16º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876EE0 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 110 | 224 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.12 |
| HSL | 253.16º | 0.65% | 0.65% | - |
| HSV(B) | 253.16º | 0.51% | 0.88% | - |
| XYZ | 29.02 | 21.68 | 73.18 | - |
| YUV | 130.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 224 | 0.40 | 0.51 | 0 | 0.12 | 253.16 | 0.65 | 0.65 |
| Hex | 87 | 6E | E0 | 28 | 33 | 0 | C | FD | 41 | 41 |
| Octal | 207 | 156 | 340 | 50 | 63 | 0 | 14 | 375 | 101 | 101 |
| Binary | 10000111 | 1101110 | 11100000 | 101000 | 110011 | 0 | 1100 | 11111101 | 1000001 | 1000001 |
Color Harmonies of #876EE0
Complementary color
Monochromatic Colors of #876EE0
Black with #876EE0
Text Example
Text Example
White with #876EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EE0; }
p { color: rgb(135,110,224); }
H1.HeaderClassName
{
color: #876EE0;
}
.AnyTagClassName
{
color: #876EE0;
}
</style>
background-color css
<style>
a { background-color: #876EE0; }
a { background-color: rgb(135,110,224); }
div.DivClassName
{
background-color: #876EE0;
}
.BgClassName
{
background-color: #876EE0;
}
</style>
border-color css
<style>
span { border-color: #876EE0; }
span { border-color: rgb(135,110,224); }
td.TdClassName
{
border-color: #876EE0;
}
.TagClassName
{
border-color: #876EE0;
}
</style>