Shades of Trendy Pink #87518C
Tints of Trendy Pink #87518C
RGB
CMYK
RGB Variations
Color information
#87518C (or 0x87518C) is known color: Trendy Pink. HEX triplet: 87, 51 and 8C. RGB value is (135,81,140). Sum of RGB (Red+Green+Blue) = 135+81+140=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #87518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87518C is #78AE73. Grayscale: #676767. Windows color (decimal): -7908980 or 9195911. OLE color: 9195911.
HSL color Cylindrical-coordinate representation of color #87518C: hue angle of 294.92º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87518C is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 81 | 140 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.45 |
| HSL | 294.92º | 0.27% | 0.43% | - |
| HSV(B) | 294.92º | 0.42% | 0.55% | - |
| XYZ | 17.67 | 12.93 | 26.38 | - |
| YUV | 103.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 140 | 0.04 | 0.42 | 0 | 0.45 | 294.92 | 0.27 | 0.43 |
| Hex | 87 | 51 | 8C | 4 | 2A | 0 | 2D | 127 | 1B | 2B |
| Octal | 207 | 121 | 214 | 4 | 52 | 0 | 55 | 447 | 33 | 53 |
| Binary | 10000111 | 1010001 | 10001100 | 100 | 101010 | 0 | 101101 | 100100111 | 11011 | 101011 |
Color Harmonies of #87518C
Complementary color
Monochromatic Colors of #87518C
Black with #87518C
Text Example
Text Example
White with #87518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87518C; }
p { color: rgb(135,81,140); }
H1.HeaderClassName
{
color: #87518C;
}
.AnyTagClassName
{
color: #87518C;
}
</style>
background-color css
<style>
a { background-color: #87518C; }
a { background-color: rgb(135,81,140); }
div.DivClassName
{
background-color: #87518C;
}
.BgClassName
{
background-color: #87518C;
}
</style>
border-color css
<style>
span { border-color: #87518C; }
span { border-color: rgb(135,81,140); }
td.TdClassName
{
border-color: #87518C;
}
.TagClassName
{
border-color: #87518C;
}
</style>