Shades of Medium Purple #876FDD
Tints of Medium Purple #876FDD
RGB
CMYK
RGB Variations
Color information
#876FDD (or 0x876FDD) is known color: Medium Purple. HEX triplet: 87, 6F and DD. RGB value is (135,111,221). Sum of RGB (Red+Green+Blue) = 135+111+221=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #876FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FDD is #789022. Grayscale: #828282. Windows color (decimal): -7901219 or 14512007. OLE color: 14512007.
HSL color Cylindrical-coordinate representation of color #876FDD: hue angle of 253.09º degrees, saturation: 0.62, 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 #876FDD is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 111 | 221 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 253.09º | 0.62% | 0.65% | - |
| HSV(B) | 253.09º | 0.5% | 0.87% | - |
| XYZ | 28.73 | 21.74 | 71.09 | - |
| YUV | 130.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 221 | 0.39 | 0.50 | 0 | 0.13 | 253.09 | 0.62 | 0.65 |
| Hex | 87 | 6F | DD | 27 | 32 | 0 | D | FD | 3E | 41 |
| Octal | 207 | 157 | 335 | 47 | 62 | 0 | 15 | 375 | 76 | 101 |
| Binary | 10000111 | 1101111 | 11011101 | 100111 | 110010 | 0 | 1101 | 11111101 | 111110 | 1000001 |
Color Harmonies of #876FDD
Complementary color
Monochromatic Colors of #876FDD
Black with #876FDD
Text Example
Text Example
White with #876FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FDD; }
p { color: rgb(135,111,221); }
H1.HeaderClassName
{
color: #876FDD;
}
.AnyTagClassName
{
color: #876FDD;
}
</style>
background-color css
<style>
a { background-color: #876FDD; }
a { background-color: rgb(135,111,221); }
div.DivClassName
{
background-color: #876FDD;
}
.BgClassName
{
background-color: #876FDD;
}
</style>
border-color css
<style>
span { border-color: #876FDD; }
span { border-color: rgb(135,111,221); }
td.TdClassName
{
border-color: #876FDD;
}
.TagClassName
{
border-color: #876FDD;
}
</style>