Shades of Trendy Pink #87547D
Tints of Trendy Pink #87547D
RGB
CMYK
RGB Variations
Color information
#87547D (or 0x87547D) is known color: Trendy Pink. HEX triplet: 87, 54 and 7D. RGB value is (135,84,125). Sum of RGB (Red+Green+Blue) = 135+84+125=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87547D is #78AB82. Grayscale: #676767. Windows color (decimal): -7908227 or 8213639. OLE color: 8213639.
HSL color Cylindrical-coordinate representation of color #87547D: hue angle of 311.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87547D is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 125 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.47 |
| HSL | 311.76º | 0.23% | 0.43% | - |
| HSV(B) | 311.76º | 0.38% | 0.53% | - |
| XYZ | 16.86 | 12.97 | 21.02 | - |
| YUV | 103.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 125 | 0 | 0.38 | 0.07 | 0.47 | 311.76 | 0.23 | 0.43 |
| Hex | 87 | 54 | 7D | 0 | 26 | 7 | 2F | 138 | 17 | 2B |
| Octal | 207 | 124 | 175 | 0 | 46 | 7 | 57 | 470 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1111101 | 0 | 100110 | 111 | 101111 | 100111000 | 10111 | 101011 |
Color Harmonies of #87547D
Complementary color
Monochromatic Colors of #87547D
Black with #87547D
Text Example
Text Example
White with #87547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87547D; }
p { color: rgb(135,84,125); }
H1.HeaderClassName
{
color: #87547D;
}
.AnyTagClassName
{
color: #87547D;
}
</style>
background-color css
<style>
a { background-color: #87547D; }
a { background-color: rgb(135,84,125); }
div.DivClassName
{
background-color: #87547D;
}
.BgClassName
{
background-color: #87547D;
}
</style>
border-color css
<style>
span { border-color: #87547D; }
span { border-color: rgb(135,84,125); }
td.TdClassName
{
border-color: #87547D;
}
.TagClassName
{
border-color: #87547D;
}
</style>