Shades of Trendy Pink #875F84
Tints of Trendy Pink #875F84
RGB
CMYK
RGB Variations
Color information
#875F84 (or 0x875F84) is known color: Trendy Pink. HEX triplet: 87, 5F and 84. RGB value is (135,95,132). Sum of RGB (Red+Green+Blue) = 135+95+132=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #875F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F84 is #78A07B. Grayscale: #6F6F6F. Windows color (decimal): -7905404 or 8675207. OLE color: 8675207.
HSL color Cylindrical-coordinate representation of color #875F84: hue angle of 304.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F84 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 132 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.47 |
| HSL | 304.5º | 0.17% | 0.45% | - |
| HSV(B) | 304.5º | 0.3% | 0.53% | - |
| XYZ | 18.25 | 15 | 23.76 | - |
| YUV | 111.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 132 | 0 | 0.30 | 0.02 | 0.47 | 304.5 | 0.17 | 0.45 |
| Hex | 87 | 5F | 84 | 0 | 1E | 2 | 2F | 130 | 11 | 2D |
| Octal | 207 | 137 | 204 | 0 | 36 | 2 | 57 | 460 | 21 | 55 |
| Binary | 10000111 | 1011111 | 10000100 | 0 | 11110 | 10 | 101111 | 100110000 | 10001 | 101101 |
Color Harmonies of #875F84
Complementary color
Monochromatic Colors of #875F84
Black with #875F84
Text Example
Text Example
White with #875F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F84; }
p { color: rgb(135,95,132); }
H1.HeaderClassName
{
color: #875F84;
}
.AnyTagClassName
{
color: #875F84;
}
</style>
background-color css
<style>
a { background-color: #875F84; }
a { background-color: rgb(135,95,132); }
div.DivClassName
{
background-color: #875F84;
}
.BgClassName
{
background-color: #875F84;
}
</style>
border-color css
<style>
span { border-color: #875F84; }
span { border-color: rgb(135,95,132); }
td.TdClassName
{
border-color: #875F84;
}
.TagClassName
{
border-color: #875F84;
}
</style>