Shades of Medium Purple #876BDC
Tints of Medium Purple #876BDC
RGB
CMYK
RGB Variations
Color information
#876BDC (or 0x876BDC) is known color: Medium Purple. HEX triplet: 87, 6B and DC. RGB value is (135,107,220). Sum of RGB (Red+Green+Blue) = 135+107+220=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #876BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BDC is #789423. Grayscale: #7F7F7F. Windows color (decimal): -7902244 or 14445447. OLE color: 14445447.
HSL color Cylindrical-coordinate representation of color #876BDC: hue angle of 254.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876BDC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 107 | 220 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.14 |
| HSL | 254.87º | 0.62% | 0.64% | - |
| HSV(B) | 254.87º | 0.51% | 0.86% | - |
| XYZ | 28.17 | 20.83 | 70.25 | - |
| YUV | 128.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 220 | 0.39 | 0.51 | 0 | 0.14 | 254.87 | 0.62 | 0.64 |
| Hex | 87 | 6B | DC | 27 | 33 | 0 | E | FF | 3E | 40 |
| Octal | 207 | 153 | 334 | 47 | 63 | 0 | 16 | 377 | 76 | 100 |
| Binary | 10000111 | 1101011 | 11011100 | 100111 | 110011 | 0 | 1110 | 11111111 | 111110 | 1000000 |
Color Harmonies of #876BDC
Complementary color
Monochromatic Colors of #876BDC
Black with #876BDC
Text Example
Text Example
White with #876BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876BDC; }
p { color: rgb(135,107,220); }
H1.HeaderClassName
{
color: #876BDC;
}
.AnyTagClassName
{
color: #876BDC;
}
</style>
background-color css
<style>
a { background-color: #876BDC; }
a { background-color: rgb(135,107,220); }
div.DivClassName
{
background-color: #876BDC;
}
.BgClassName
{
background-color: #876BDC;
}
</style>
border-color css
<style>
span { border-color: #876BDC; }
span { border-color: rgb(135,107,220); }
td.TdClassName
{
border-color: #876BDC;
}
.TagClassName
{
border-color: #876BDC;
}
</style>