Shades of Trendy Pink #87597A
Tints of Trendy Pink #87597A
RGB
CMYK
RGB Variations
Color information
#87597A (or 0x87597A) is known color: Trendy Pink. HEX triplet: 87, 59 and 7A. RGB value is (135,89,122). Sum of RGB (Red+Green+Blue) = 135+89+122=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87597A is #78A685. Grayscale: #6A6A6A. Windows color (decimal): -7906950 or 8018311. OLE color: 8018311.
HSL color Cylindrical-coordinate representation of color #87597A: hue angle of 316.96º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87597A is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 122 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.47 |
| HSL | 316.96º | 0.21% | 0.44% | - |
| HSV(B) | 316.96º | 0.34% | 0.53% | - |
| XYZ | 17.08 | 13.7 | 20.16 | - |
| YUV | 106.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 122 | 0 | 0.34 | 0.10 | 0.47 | 316.96 | 0.21 | 0.44 |
| Hex | 87 | 59 | 7A | 0 | 22 | A | 2F | 13D | 15 | 2C |
| Octal | 207 | 131 | 172 | 0 | 42 | 12 | 57 | 475 | 25 | 54 |
| Binary | 10000111 | 1011001 | 1111010 | 0 | 100010 | 1010 | 101111 | 100111101 | 10101 | 101100 |
Color Harmonies of #87597A
Complementary color
Monochromatic Colors of #87597A
Black with #87597A
Text Example
Text Example
White with #87597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87597A; }
p { color: rgb(135,89,122); }
H1.HeaderClassName
{
color: #87597A;
}
.AnyTagClassName
{
color: #87597A;
}
</style>
background-color css
<style>
a { background-color: #87597A; }
a { background-color: rgb(135,89,122); }
div.DivClassName
{
background-color: #87597A;
}
.BgClassName
{
background-color: #87597A;
}
</style>
border-color css
<style>
span { border-color: #87597A; }
span { border-color: rgb(135,89,122); }
td.TdClassName
{
border-color: #87597A;
}
.TagClassName
{
border-color: #87597A;
}
</style>