Shades of Trendy Pink #876E8B
Tints of Trendy Pink #876E8B
RGB
CMYK
RGB Variations
Color information
#876E8B (or 0x876E8B) is known color: Trendy Pink. HEX triplet: 87, 6E and 8B. RGB value is (135,110,139). Sum of RGB (Red+Green+Blue) = 135+110+139=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #876E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876E8B is #789174. Grayscale: #787878. Windows color (decimal): -7901557 or 9137799. OLE color: 9137799.
HSL color Cylindrical-coordinate representation of color #876E8B: hue angle of 291.72º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876E8B is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 110 | 139 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.45 |
| HSL | 291.72º | 0.12% | 0.49% | - |
| HSV(B) | 291.72º | 0.21% | 0.55% | - |
| XYZ | 20.23 | 18.17 | 26.87 | - |
| YUV | 120.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 139 | 0.03 | 0.21 | 0 | 0.45 | 291.72 | 0.12 | 0.49 |
| Hex | 87 | 6E | 8B | 3 | 15 | 0 | 2D | 124 | C | 31 |
| Octal | 207 | 156 | 213 | 3 | 25 | 0 | 55 | 444 | 14 | 61 |
| Binary | 10000111 | 1101110 | 10001011 | 11 | 10101 | 0 | 101101 | 100100100 | 1100 | 110001 |
Color Harmonies of #876E8B
Complementary color
Monochromatic Colors of #876E8B
Black with #876E8B
Text Example
Text Example
White with #876E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E8B; }
p { color: rgb(135,110,139); }
H1.HeaderClassName
{
color: #876E8B;
}
.AnyTagClassName
{
color: #876E8B;
}
</style>
background-color css
<style>
a { background-color: #876E8B; }
a { background-color: rgb(135,110,139); }
div.DivClassName
{
background-color: #876E8B;
}
.BgClassName
{
background-color: #876E8B;
}
</style>
border-color css
<style>
span { border-color: #876E8B; }
span { border-color: rgb(135,110,139); }
td.TdClassName
{
border-color: #876E8B;
}
.TagClassName
{
border-color: #876E8B;
}
</style>