Shades of Medium Purple #876EDE
Tints of Medium Purple #876EDE
RGB
CMYK
RGB Variations
Color information
#876EDE (or 0x876EDE) is known color: Medium Purple. HEX triplet: 87, 6E and DE. RGB value is (135,110,222). Sum of RGB (Red+Green+Blue) = 135+110+222=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #876EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EDE is #789121. Grayscale: #818181. Windows color (decimal): -7901474 or 14577287. OLE color: 14577287.
HSL color Cylindrical-coordinate representation of color #876EDE: hue angle of 253.39º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876EDE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 110 | 222 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 253.39º | 0.63% | 0.65% | - |
| HSV(B) | 253.39º | 0.5% | 0.87% | - |
| XYZ | 28.75 | 21.58 | 71.76 | - |
| YUV | 130.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 222 | 0.39 | 0.50 | 0 | 0.13 | 253.39 | 0.63 | 0.65 |
| Hex | 87 | 6E | DE | 27 | 32 | 0 | D | FD | 3F | 41 |
| Octal | 207 | 156 | 336 | 47 | 62 | 0 | 15 | 375 | 77 | 101 |
| Binary | 10000111 | 1101110 | 11011110 | 100111 | 110010 | 0 | 1101 | 11111101 | 111111 | 1000001 |
Color Harmonies of #876EDE
Complementary color
Monochromatic Colors of #876EDE
Black with #876EDE
Text Example
Text Example
White with #876EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EDE; }
p { color: rgb(135,110,222); }
H1.HeaderClassName
{
color: #876EDE;
}
.AnyTagClassName
{
color: #876EDE;
}
</style>
background-color css
<style>
a { background-color: #876EDE; }
a { background-color: rgb(135,110,222); }
div.DivClassName
{
background-color: #876EDE;
}
.BgClassName
{
background-color: #876EDE;
}
</style>
border-color css
<style>
span { border-color: #876EDE; }
span { border-color: rgb(135,110,222); }
td.TdClassName
{
border-color: #876EDE;
}
.TagClassName
{
border-color: #876EDE;
}
</style>