Shades of Medium Purple #876ADE
Tints of Medium Purple #876ADE
RGB
CMYK
RGB Variations
Color information
#876ADE (or 0x876ADE) is known color: Medium Purple. HEX triplet: 87, 6A and DE. RGB value is (135,106,222). Sum of RGB (Red+Green+Blue) = 135+106+222=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #876ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ADE is #789521. Grayscale: #7F7F7F. Windows color (decimal): -7902498 or 14576263. OLE color: 14576263.
HSL color Cylindrical-coordinate representation of color #876ADE: hue angle of 255º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #876ADE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 106 | 222 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.13 |
| HSL | 255º | 0.64% | 0.64% | - |
| HSV(B) | 255º | 0.52% | 0.87% | - |
| XYZ | 28.33 | 20.73 | 71.62 | - |
| YUV | 127.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 222 | 0.39 | 0.52 | 0 | 0.13 | 255 | 0.64 | 0.64 |
| Hex | 87 | 6A | DE | 27 | 34 | 0 | D | FF | 40 | 40 |
| Octal | 207 | 152 | 336 | 47 | 64 | 0 | 15 | 377 | 100 | 100 |
| Binary | 10000111 | 1101010 | 11011110 | 100111 | 110100 | 0 | 1101 | 11111111 | 1000000 | 1000000 |
Color Harmonies of #876ADE
Complementary color
Monochromatic Colors of #876ADE
Black with #876ADE
Text Example
Text Example
White with #876ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ADE; }
p { color: rgb(135,106,222); }
H1.HeaderClassName
{
color: #876ADE;
}
.AnyTagClassName
{
color: #876ADE;
}
</style>
background-color css
<style>
a { background-color: #876ADE; }
a { background-color: rgb(135,106,222); }
div.DivClassName
{
background-color: #876ADE;
}
.BgClassName
{
background-color: #876ADE;
}
</style>
border-color css
<style>
span { border-color: #876ADE; }
span { border-color: rgb(135,106,222); }
td.TdClassName
{
border-color: #876ADE;
}
.TagClassName
{
border-color: #876ADE;
}
</style>