Shades of Medium Purple #876EDC
Tints of Medium Purple #876EDC
RGB
CMYK
RGB Variations
Color information
#876EDC (or 0x876EDC) is known color: Medium Purple. HEX triplet: 87, 6E and DC. RGB value is (135,110,220). Sum of RGB (Red+Green+Blue) = 135+110+220=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #876EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EDC is #789123. Grayscale: #818181. Windows color (decimal): -7901476 or 14446215. OLE color: 14446215.
HSL color Cylindrical-coordinate representation of color #876EDC: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876EDC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 110 | 220 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.14 |
| HSL | 253.64º | 0.61% | 0.65% | - |
| HSV(B) | 253.64º | 0.5% | 0.86% | - |
| XYZ | 28.49 | 21.47 | 70.35 | - |
| YUV | 130.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 220 | 0.39 | 0.50 | 0 | 0.14 | 253.64 | 0.61 | 0.65 |
| Hex | 87 | 6E | DC | 27 | 32 | 0 | E | FE | 3D | 41 |
| Octal | 207 | 156 | 334 | 47 | 62 | 0 | 16 | 376 | 75 | 101 |
| Binary | 10000111 | 1101110 | 11011100 | 100111 | 110010 | 0 | 1110 | 11111110 | 111101 | 1000001 |
Color Harmonies of #876EDC
Complementary color
Monochromatic Colors of #876EDC
Black with #876EDC
Text Example
Text Example
White with #876EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EDC; }
p { color: rgb(135,110,220); }
H1.HeaderClassName
{
color: #876EDC;
}
.AnyTagClassName
{
color: #876EDC;
}
</style>
background-color css
<style>
a { background-color: #876EDC; }
a { background-color: rgb(135,110,220); }
div.DivClassName
{
background-color: #876EDC;
}
.BgClassName
{
background-color: #876EDC;
}
</style>
border-color css
<style>
span { border-color: #876EDC; }
span { border-color: rgb(135,110,220); }
td.TdClassName
{
border-color: #876EDC;
}
.TagClassName
{
border-color: #876EDC;
}
</style>