Shades of Trendy Pink #875987
Tints of Trendy Pink #875987
RGB
CMYK
RGB Variations
Color information
#875987 (or 0x875987) is known color: Trendy Pink. HEX triplet: 87, 59 and 87. RGB value is (135,89,135). Sum of RGB (Red+Green+Blue) = 135+89+135=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #875987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875987 is #78A678. Grayscale: #6B6B6B. Windows color (decimal): -7906937 or 8870279. OLE color: 8870279.
HSL color Cylindrical-coordinate representation of color #875987: hue angle of 300º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875987 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 135 | - |
| CMYK | 0 | 0.34 | 0 | 0.47 |
| HSL | 300º | 0.21% | 0.44% | - |
| HSV(B) | 300º | 0.34% | 0.53% | - |
| XYZ | 17.94 | 14.04 | 24.69 | - |
| YUV | 108 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 135 | 0 | 0.34 | 0 | 0.47 | 300 | 0.21 | 0.44 |
| Hex | 87 | 59 | 87 | 0 | 22 | 0 | 2F | 12C | 15 | 2C |
| Octal | 207 | 131 | 207 | 0 | 42 | 0 | 57 | 454 | 25 | 54 |
| Binary | 10000111 | 1011001 | 10000111 | 0 | 100010 | 0 | 101111 | 100101100 | 10101 | 101100 |
Color Harmonies of #875987
Complementary color
Monochromatic Colors of #875987
Black with #875987
Text Example
Text Example
White with #875987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875987; }
p { color: rgb(135,89,135); }
H1.HeaderClassName
{
color: #875987;
}
.AnyTagClassName
{
color: #875987;
}
</style>
background-color css
<style>
a { background-color: #875987; }
a { background-color: rgb(135,89,135); }
div.DivClassName
{
background-color: #875987;
}
.BgClassName
{
background-color: #875987;
}
</style>
border-color css
<style>
span { border-color: #875987; }
span { border-color: rgb(135,89,135); }
td.TdClassName
{
border-color: #875987;
}
.TagClassName
{
border-color: #875987;
}
</style>