Shades of Medium Purple #876CDD
Tints of Medium Purple #876CDD
RGB
CMYK
RGB Variations
Color information
#876CDD (or 0x876CDD) is known color: Medium Purple. HEX triplet: 87, 6C and DD. RGB value is (135,108,221). Sum of RGB (Red+Green+Blue) = 135+108+221=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #876CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CDD is #789322. Grayscale: #808080. Windows color (decimal): -7901987 or 14511239. OLE color: 14511239.
HSL color Cylindrical-coordinate representation of color #876CDD: hue angle of 254.34º degrees, saturation: 0.62, 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 #876CDD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 108 | 221 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.13 |
| HSL | 254.34º | 0.62% | 0.65% | - |
| HSV(B) | 254.34º | 0.51% | 0.87% | - |
| XYZ | 28.41 | 21.1 | 70.98 | - |
| YUV | 128.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 221 | 0.39 | 0.51 | 0 | 0.13 | 254.34 | 0.62 | 0.65 |
| Hex | 87 | 6C | DD | 27 | 33 | 0 | D | FE | 3E | 41 |
| Octal | 207 | 154 | 335 | 47 | 63 | 0 | 15 | 376 | 76 | 101 |
| Binary | 10000111 | 1101100 | 11011101 | 100111 | 110011 | 0 | 1101 | 11111110 | 111110 | 1000001 |
Color Harmonies of #876CDD
Complementary color
Monochromatic Colors of #876CDD
Black with #876CDD
Text Example
Text Example
White with #876CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CDD; }
p { color: rgb(135,108,221); }
H1.HeaderClassName
{
color: #876CDD;
}
.AnyTagClassName
{
color: #876CDD;
}
</style>
background-color css
<style>
a { background-color: #876CDD; }
a { background-color: rgb(135,108,221); }
div.DivClassName
{
background-color: #876CDD;
}
.BgClassName
{
background-color: #876CDD;
}
</style>
border-color css
<style>
span { border-color: #876CDD; }
span { border-color: rgb(135,108,221); }
td.TdClassName
{
border-color: #876CDD;
}
.TagClassName
{
border-color: #876CDD;
}
</style>