Shades of Trendy Pink #876291
Tints of Trendy Pink #876291
RGB
CMYK
RGB Variations
Color information
#876291 (or 0x876291) is known color: Trendy Pink. HEX triplet: 87, 62 and 91. RGB value is (135,98,145). Sum of RGB (Red+Green+Blue) = 135+98+145=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #876291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876291 is #789D6E. Grayscale: #727272. Windows color (decimal): -7904623 or 9527943. OLE color: 9527943.
HSL color Cylindrical-coordinate representation of color #876291: hue angle of 287.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876291 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 98 | 145 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.43 |
| HSL | 287.23º | 0.19% | 0.48% | - |
| HSV(B) | 287.23º | 0.32% | 0.57% | - |
| XYZ | 19.47 | 15.93 | 28.84 | - |
| YUV | 114.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 145 | 0.07 | 0.32 | 0 | 0.43 | 287.23 | 0.19 | 0.48 |
| Hex | 87 | 62 | 91 | 7 | 20 | 0 | 2B | 11F | 13 | 30 |
| Octal | 207 | 142 | 221 | 7 | 40 | 0 | 53 | 437 | 23 | 60 |
| Binary | 10000111 | 1100010 | 10010001 | 111 | 100000 | 0 | 101011 | 100011111 | 10011 | 110000 |
Color Harmonies of #876291
Complementary color
Monochromatic Colors of #876291
Black with #876291
Text Example
Text Example
White with #876291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876291; }
p { color: rgb(135,98,145); }
H1.HeaderClassName
{
color: #876291;
}
.AnyTagClassName
{
color: #876291;
}
</style>
background-color css
<style>
a { background-color: #876291; }
a { background-color: rgb(135,98,145); }
div.DivClassName
{
background-color: #876291;
}
.BgClassName
{
background-color: #876291;
}
</style>
border-color css
<style>
span { border-color: #876291; }
span { border-color: rgb(135,98,145); }
td.TdClassName
{
border-color: #876291;
}
.TagClassName
{
border-color: #876291;
}
</style>