Shades of Medium Purple #876EDA
Tints of Medium Purple #876EDA
RGB
CMYK
RGB Variations
Color information
#876EDA (or 0x876EDA) is known color: Medium Purple. HEX triplet: 87, 6E and DA. RGB value is (135,110,218). Sum of RGB (Red+Green+Blue) = 135+110+218=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #876EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EDA is #789125. Grayscale: #818181. Windows color (decimal): -7901478 or 14315143. OLE color: 14315143.
HSL color Cylindrical-coordinate representation of color #876EDA: hue angle of 253.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876EDA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 110 | 218 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.15 |
| HSL | 253.89º | 0.59% | 0.64% | - |
| HSV(B) | 253.89º | 0.5% | 0.85% | - |
| XYZ | 28.22 | 21.36 | 68.97 | - |
| YUV | 129.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 218 | 0.38 | 0.50 | 0 | 0.15 | 253.89 | 0.59 | 0.64 |
| Hex | 87 | 6E | DA | 26 | 32 | 0 | F | FE | 3B | 40 |
| Octal | 207 | 156 | 332 | 46 | 62 | 0 | 17 | 376 | 73 | 100 |
| Binary | 10000111 | 1101110 | 11011010 | 100110 | 110010 | 0 | 1111 | 11111110 | 111011 | 1000000 |
Color Harmonies of #876EDA
Complementary color
Monochromatic Colors of #876EDA
Black with #876EDA
Text Example
Text Example
White with #876EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EDA; }
p { color: rgb(135,110,218); }
H1.HeaderClassName
{
color: #876EDA;
}
.AnyTagClassName
{
color: #876EDA;
}
</style>
background-color css
<style>
a { background-color: #876EDA; }
a { background-color: rgb(135,110,218); }
div.DivClassName
{
background-color: #876EDA;
}
.BgClassName
{
background-color: #876EDA;
}
</style>
border-color css
<style>
span { border-color: #876EDA; }
span { border-color: rgb(135,110,218); }
td.TdClassName
{
border-color: #876EDA;
}
.TagClassName
{
border-color: #876EDA;
}
</style>