Shades of Medium Purple #876FDB
Tints of Medium Purple #876FDB
RGB
CMYK
RGB Variations
Color information
#876FDB (or 0x876FDB) is known color: Medium Purple. HEX triplet: 87, 6F and DB. RGB value is (135,111,219). Sum of RGB (Red+Green+Blue) = 135+111+219=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #876FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FDB is #789024. Grayscale: #828282. Windows color (decimal): -7901221 or 14380935. OLE color: 14380935.
HSL color Cylindrical-coordinate representation of color #876FDB: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876FDB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 111 | 219 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.14 |
| HSL | 253.33º | 0.6% | 0.65% | - |
| HSV(B) | 253.33º | 0.49% | 0.86% | - |
| XYZ | 28.46 | 21.63 | 69.69 | - |
| YUV | 130.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 219 | 0.38 | 0.49 | 0 | 0.14 | 253.33 | 0.6 | 0.65 |
| Hex | 87 | 6F | DB | 26 | 31 | 0 | E | FD | 3C | 41 |
| Octal | 207 | 157 | 333 | 46 | 61 | 0 | 16 | 375 | 74 | 101 |
| Binary | 10000111 | 1101111 | 11011011 | 100110 | 110001 | 0 | 1110 | 11111101 | 111100 | 1000001 |
Color Harmonies of #876FDB
Complementary color
Monochromatic Colors of #876FDB
Black with #876FDB
Text Example
Text Example
White with #876FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FDB; }
p { color: rgb(135,111,219); }
H1.HeaderClassName
{
color: #876FDB;
}
.AnyTagClassName
{
color: #876FDB;
}
</style>
background-color css
<style>
a { background-color: #876FDB; }
a { background-color: rgb(135,111,219); }
div.DivClassName
{
background-color: #876FDB;
}
.BgClassName
{
background-color: #876FDB;
}
</style>
border-color css
<style>
span { border-color: #876FDB; }
span { border-color: rgb(135,111,219); }
td.TdClassName
{
border-color: #876FDB;
}
.TagClassName
{
border-color: #876FDB;
}
</style>