Shades of Trendy Pink #87517C
Tints of Trendy Pink #87517C
RGB
CMYK
RGB Variations
Color information
#87517C (or 0x87517C) is known color: Trendy Pink. HEX triplet: 87, 51 and 7C. RGB value is (135,81,124). Sum of RGB (Red+Green+Blue) = 135+81+124=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87517C is #78AE83. Grayscale: #656565. Windows color (decimal): -7908996 or 8147335. OLE color: 8147335.
HSL color Cylindrical-coordinate representation of color #87517C: hue angle of 312.22º 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 #87517C is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 124 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.47 |
| HSL | 312.22º | 0.25% | 0.42% | - |
| HSV(B) | 312.22º | 0.4% | 0.53% | - |
| XYZ | 16.57 | 12.49 | 20.61 | - |
| YUV | 102.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 124 | 0 | 0.40 | 0.08 | 0.47 | 312.22 | 0.25 | 0.42 |
| Hex | 87 | 51 | 7C | 0 | 28 | 8 | 2F | 138 | 19 | 2A |
| Octal | 207 | 121 | 174 | 0 | 50 | 10 | 57 | 470 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1111100 | 0 | 101000 | 1000 | 101111 | 100111000 | 11001 | 101010 |
Color Harmonies of #87517C
Complementary color
Monochromatic Colors of #87517C
Black with #87517C
Text Example
Text Example
White with #87517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87517C; }
p { color: rgb(135,81,124); }
H1.HeaderClassName
{
color: #87517C;
}
.AnyTagClassName
{
color: #87517C;
}
</style>
background-color css
<style>
a { background-color: #87517C; }
a { background-color: rgb(135,81,124); }
div.DivClassName
{
background-color: #87517C;
}
.BgClassName
{
background-color: #87517C;
}
</style>
border-color css
<style>
span { border-color: #87517C; }
span { border-color: rgb(135,81,124); }
td.TdClassName
{
border-color: #87517C;
}
.TagClassName
{
border-color: #87517C;
}
</style>