Shades of Medium Purple #876ADB
Tints of Medium Purple #876ADB
RGB
CMYK
RGB Variations
Color information
#876ADB (or 0x876ADB) is known color: Medium Purple. HEX triplet: 87, 6A and DB. RGB value is (135,106,219). Sum of RGB (Red+Green+Blue) = 135+106+219=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #876ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ADB is #789524. Grayscale: #7F7F7F. Windows color (decimal): -7902501 or 14379655. OLE color: 14379655.
HSL color Cylindrical-coordinate representation of color #876ADB: hue angle of 255.4º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #876ADB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 106 | 219 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.14 |
| HSL | 255.4º | 0.61% | 0.64% | - |
| HSV(B) | 255.4º | 0.52% | 0.86% | - |
| XYZ | 27.93 | 20.57 | 69.52 | - |
| YUV | 127.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 219 | 0.38 | 0.52 | 0 | 0.14 | 255.4 | 0.61 | 0.64 |
| Hex | 87 | 6A | DB | 26 | 34 | 0 | E | FF | 3D | 40 |
| Octal | 207 | 152 | 333 | 46 | 64 | 0 | 16 | 377 | 75 | 100 |
| Binary | 10000111 | 1101010 | 11011011 | 100110 | 110100 | 0 | 1110 | 11111111 | 111101 | 1000000 |
Color Harmonies of #876ADB
Complementary color
Monochromatic Colors of #876ADB
Black with #876ADB
Text Example
Text Example
White with #876ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ADB; }
p { color: rgb(135,106,219); }
H1.HeaderClassName
{
color: #876ADB;
}
.AnyTagClassName
{
color: #876ADB;
}
</style>
background-color css
<style>
a { background-color: #876ADB; }
a { background-color: rgb(135,106,219); }
div.DivClassName
{
background-color: #876ADB;
}
.BgClassName
{
background-color: #876ADB;
}
</style>
border-color css
<style>
span { border-color: #876ADB; }
span { border-color: rgb(135,106,219); }
td.TdClassName
{
border-color: #876ADB;
}
.TagClassName
{
border-color: #876ADB;
}
</style>