Shades of Medium Purple #876DDB
Tints of Medium Purple #876DDB
RGB
CMYK
RGB Variations
Color information
#876DDB (or 0x876DDB) is known color: Medium Purple. HEX triplet: 87, 6D and DB. RGB value is (135,109,219). Sum of RGB (Red+Green+Blue) = 135+109+219=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #876DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DDB is #789224. Grayscale: #808080. Windows color (decimal): -7901733 or 14380423. OLE color: 14380423.
HSL color Cylindrical-coordinate representation of color #876DDB: hue angle of 254.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876DDB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 109 | 219 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.14 |
| HSL | 254.18º | 0.6% | 0.64% | - |
| HSV(B) | 254.18º | 0.5% | 0.86% | - |
| XYZ | 28.25 | 21.2 | 69.62 | - |
| YUV | 129.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 219 | 0.38 | 0.50 | 0 | 0.14 | 254.18 | 0.6 | 0.64 |
| Hex | 87 | 6D | DB | 26 | 32 | 0 | E | FE | 3C | 40 |
| Octal | 207 | 155 | 333 | 46 | 62 | 0 | 16 | 376 | 74 | 100 |
| Binary | 10000111 | 1101101 | 11011011 | 100110 | 110010 | 0 | 1110 | 11111110 | 111100 | 1000000 |
Color Harmonies of #876DDB
Complementary color
Monochromatic Colors of #876DDB
Black with #876DDB
Text Example
Text Example
White with #876DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DDB; }
p { color: rgb(135,109,219); }
H1.HeaderClassName
{
color: #876DDB;
}
.AnyTagClassName
{
color: #876DDB;
}
</style>
background-color css
<style>
a { background-color: #876DDB; }
a { background-color: rgb(135,109,219); }
div.DivClassName
{
background-color: #876DDB;
}
.BgClassName
{
background-color: #876DDB;
}
</style>
border-color css
<style>
span { border-color: #876DDB; }
span { border-color: rgb(135,109,219); }
td.TdClassName
{
border-color: #876DDB;
}
.TagClassName
{
border-color: #876DDB;
}
</style>