Shades of Trendy Pink #875982
Tints of Trendy Pink #875982
RGB
CMYK
RGB Variations
Color information
#875982 (or 0x875982) is known color: Trendy Pink. HEX triplet: 87, 59 and 82. RGB value is (135,89,130). Sum of RGB (Red+Green+Blue) = 135+89+130=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #875982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875982 is #78A67D. Grayscale: #6B6B6B. Windows color (decimal): -7906942 or 8542599. OLE color: 8542599.
HSL color Cylindrical-coordinate representation of color #875982: hue angle of 306.52º 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 #875982 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 130 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.47 |
| HSL | 306.52º | 0.21% | 0.44% | - |
| HSV(B) | 306.52º | 0.34% | 0.53% | - |
| XYZ | 17.59 | 13.91 | 22.88 | - |
| YUV | 107.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 130 | 0 | 0.34 | 0.04 | 0.47 | 306.52 | 0.21 | 0.44 |
| Hex | 87 | 59 | 82 | 0 | 22 | 4 | 2F | 133 | 15 | 2C |
| Octal | 207 | 131 | 202 | 0 | 42 | 4 | 57 | 463 | 25 | 54 |
| Binary | 10000111 | 1011001 | 10000010 | 0 | 100010 | 100 | 101111 | 100110011 | 10101 | 101100 |
Color Harmonies of #875982
Complementary color
Monochromatic Colors of #875982
Black with #875982
Text Example
Text Example
White with #875982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875982; }
p { color: rgb(135,89,130); }
H1.HeaderClassName
{
color: #875982;
}
.AnyTagClassName
{
color: #875982;
}
</style>
background-color css
<style>
a { background-color: #875982; }
a { background-color: rgb(135,89,130); }
div.DivClassName
{
background-color: #875982;
}
.BgClassName
{
background-color: #875982;
}
</style>
border-color css
<style>
span { border-color: #875982; }
span { border-color: rgb(135,89,130); }
td.TdClassName
{
border-color: #875982;
}
.TagClassName
{
border-color: #875982;
}
</style>