Shades of Trendy Pink #87517F
Tints of Trendy Pink #87517F
RGB
CMYK
RGB Variations
Color information
#87517F (or 0x87517F) is known color: Trendy Pink. HEX triplet: 87, 51 and 7F. RGB value is (135,81,127). Sum of RGB (Red+Green+Blue) = 135+81+127=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87517F is #78AE80. Grayscale: #666666. Windows color (decimal): -7908993 or 8343943. OLE color: 8343943.
HSL color Cylindrical-coordinate representation of color #87517F: hue angle of 308.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87517F is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 127 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.47 |
| HSL | 308.89º | 0.25% | 0.42% | - |
| HSV(B) | 308.89º | 0.4% | 0.53% | - |
| XYZ | 16.76 | 12.57 | 21.62 | - |
| YUV | 102.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 127 | 0 | 0.40 | 0.06 | 0.47 | 308.89 | 0.25 | 0.42 |
| Hex | 87 | 51 | 7F | 0 | 28 | 6 | 2F | 135 | 19 | 2A |
| Octal | 207 | 121 | 177 | 0 | 50 | 6 | 57 | 465 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1111111 | 0 | 101000 | 110 | 101111 | 100110101 | 11001 | 101010 |
Color Harmonies of #87517F
Complementary color
Monochromatic Colors of #87517F
Black with #87517F
Text Example
Text Example
White with #87517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87517F; }
p { color: rgb(135,81,127); }
H1.HeaderClassName
{
color: #87517F;
}
.AnyTagClassName
{
color: #87517F;
}
</style>
background-color css
<style>
a { background-color: #87517F; }
a { background-color: rgb(135,81,127); }
div.DivClassName
{
background-color: #87517F;
}
.BgClassName
{
background-color: #87517F;
}
</style>
border-color css
<style>
span { border-color: #87517F; }
span { border-color: rgb(135,81,127); }
td.TdClassName
{
border-color: #87517F;
}
.TagClassName
{
border-color: #87517F;
}
</style>