Shades of Trendy Pink #876591
Tints of Trendy Pink #876591
RGB
CMYK
RGB Variations
Color information
#876591 (or 0x876591) is known color: Trendy Pink. HEX triplet: 87, 65 and 91. RGB value is (135,101,145). Sum of RGB (Red+Green+Blue) = 135+101+145=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #876591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876591 is #789A6E. Grayscale: #747474. Windows color (decimal): -7903855 or 9528711. OLE color: 9528711.
HSL color Cylindrical-coordinate representation of color #876591: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #876591 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 101 | 145 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.43 |
| HSL | 286.36º | 0.18% | 0.48% | - |
| HSV(B) | 286.36º | 0.3% | 0.57% | - |
| XYZ | 19.76 | 16.5 | 28.93 | - |
| YUV | 116.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 145 | 0.07 | 0.30 | 0 | 0.43 | 286.36 | 0.18 | 0.48 |
| Hex | 87 | 65 | 91 | 7 | 1E | 0 | 2B | 11E | 12 | 30 |
| Octal | 207 | 145 | 221 | 7 | 36 | 0 | 53 | 436 | 22 | 60 |
| Binary | 10000111 | 1100101 | 10010001 | 111 | 11110 | 0 | 101011 | 100011110 | 10010 | 110000 |
Color Harmonies of #876591
Complementary color
Monochromatic Colors of #876591
Black with #876591
Text Example
Text Example
White with #876591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876591; }
p { color: rgb(135,101,145); }
H1.HeaderClassName
{
color: #876591;
}
.AnyTagClassName
{
color: #876591;
}
</style>
background-color css
<style>
a { background-color: #876591; }
a { background-color: rgb(135,101,145); }
div.DivClassName
{
background-color: #876591;
}
.BgClassName
{
background-color: #876591;
}
</style>
border-color css
<style>
span { border-color: #876591; }
span { border-color: rgb(135,101,145); }
td.TdClassName
{
border-color: #876591;
}
.TagClassName
{
border-color: #876591;
}
</style>