Shades of Medium Purple #876EDF
Tints of Medium Purple #876EDF
RGB
CMYK
RGB Variations
Color information
#876EDF (or 0x876EDF) is known color: Medium Purple. HEX triplet: 87, 6E and DF. RGB value is (135,110,223). Sum of RGB (Red+Green+Blue) = 135+110+223=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #876EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EDF is #789120. Grayscale: #818181. Windows color (decimal): -7901473 or 14642823. OLE color: 14642823.
HSL color Cylindrical-coordinate representation of color #876EDF: hue angle of 253.27º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876EDF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 110 | 223 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.13 |
| HSL | 253.27º | 0.64% | 0.65% | - |
| HSV(B) | 253.27º | 0.51% | 0.87% | - |
| XYZ | 28.89 | 21.63 | 72.46 | - |
| YUV | 130.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 223 | 0.39 | 0.51 | 0 | 0.13 | 253.27 | 0.64 | 0.65 |
| Hex | 87 | 6E | DF | 27 | 33 | 0 | D | FD | 40 | 41 |
| Octal | 207 | 156 | 337 | 47 | 63 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10000111 | 1101110 | 11011111 | 100111 | 110011 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #876EDF
Complementary color
Monochromatic Colors of #876EDF
Black with #876EDF
Text Example
Text Example
White with #876EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EDF; }
p { color: rgb(135,110,223); }
H1.HeaderClassName
{
color: #876EDF;
}
.AnyTagClassName
{
color: #876EDF;
}
</style>
background-color css
<style>
a { background-color: #876EDF; }
a { background-color: rgb(135,110,223); }
div.DivClassName
{
background-color: #876EDF;
}
.BgClassName
{
background-color: #876EDF;
}
</style>
border-color css
<style>
span { border-color: #876EDF; }
span { border-color: rgb(135,110,223); }
td.TdClassName
{
border-color: #876EDF;
}
.TagClassName
{
border-color: #876EDF;
}
</style>