Shades of Trendy Pink #876C8E
Tints of Trendy Pink #876C8E
RGB
CMYK
RGB Variations
Color information
#876C8E (or 0x876C8E) is known color: Trendy Pink. HEX triplet: 87, 6C and 8E. RGB value is (135,108,142). Sum of RGB (Red+Green+Blue) = 135+108+142=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #876C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C8E is #789371. Grayscale: #777777. Windows color (decimal): -7902066 or 9333895. OLE color: 9333895.
HSL color Cylindrical-coordinate representation of color #876C8E: hue angle of 287.65º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876C8E is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 108 | 142 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.44 |
| HSL | 287.65º | 0.14% | 0.49% | - |
| HSV(B) | 287.65º | 0.24% | 0.56% | - |
| XYZ | 20.24 | 17.83 | 27.97 | - |
| YUV | 119.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 142 | 0.05 | 0.24 | 0 | 0.44 | 287.65 | 0.14 | 0.49 |
| Hex | 87 | 6C | 8E | 5 | 18 | 0 | 2C | 120 | E | 31 |
| Octal | 207 | 154 | 216 | 5 | 30 | 0 | 54 | 440 | 16 | 61 |
| Binary | 10000111 | 1101100 | 10001110 | 101 | 11000 | 0 | 101100 | 100100000 | 1110 | 110001 |
Color Harmonies of #876C8E
Complementary color
Monochromatic Colors of #876C8E
Black with #876C8E
Text Example
Text Example
White with #876C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C8E; }
p { color: rgb(135,108,142); }
H1.HeaderClassName
{
color: #876C8E;
}
.AnyTagClassName
{
color: #876C8E;
}
</style>
background-color css
<style>
a { background-color: #876C8E; }
a { background-color: rgb(135,108,142); }
div.DivClassName
{
background-color: #876C8E;
}
.BgClassName
{
background-color: #876C8E;
}
</style>
border-color css
<style>
span { border-color: #876C8E; }
span { border-color: rgb(135,108,142); }
td.TdClassName
{
border-color: #876C8E;
}
.TagClassName
{
border-color: #876C8E;
}
</style>