Shades of Trendy Pink #87518B
Tints of Trendy Pink #87518B
RGB
CMYK
RGB Variations
Color information
#87518B (or 0x87518B) is known color: Trendy Pink. HEX triplet: 87, 51 and 8B. RGB value is (135,81,139). Sum of RGB (Red+Green+Blue) = 135+81+139=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #87518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87518B is #78AE74. Grayscale: #676767. Windows color (decimal): -7908981 or 9130375. OLE color: 9130375.
HSL color Cylindrical-coordinate representation of color #87518B: hue angle of 295.86º degrees, saturation: 0.26, 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 #87518B is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 81 | 139 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.45 |
| HSL | 295.86º | 0.26% | 0.43% | - |
| HSV(B) | 295.86º | 0.42% | 0.55% | - |
| XYZ | 17.59 | 12.9 | 25.99 | - |
| YUV | 103.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 139 | 0.03 | 0.42 | 0 | 0.45 | 295.86 | 0.26 | 0.43 |
| Hex | 87 | 51 | 8B | 3 | 2A | 0 | 2D | 128 | 1A | 2B |
| Octal | 207 | 121 | 213 | 3 | 52 | 0 | 55 | 450 | 32 | 53 |
| Binary | 10000111 | 1010001 | 10001011 | 11 | 101010 | 0 | 101101 | 100101000 | 11010 | 101011 |
Color Harmonies of #87518B
Complementary color
Monochromatic Colors of #87518B
Black with #87518B
Text Example
Text Example
White with #87518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87518B; }
p { color: rgb(135,81,139); }
H1.HeaderClassName
{
color: #87518B;
}
.AnyTagClassName
{
color: #87518B;
}
</style>
background-color css
<style>
a { background-color: #87518B; }
a { background-color: rgb(135,81,139); }
div.DivClassName
{
background-color: #87518B;
}
.BgClassName
{
background-color: #87518B;
}
</style>
border-color css
<style>
span { border-color: #87518B; }
span { border-color: rgb(135,81,139); }
td.TdClassName
{
border-color: #87518B;
}
.TagClassName
{
border-color: #87518B;
}
</style>