Shades of Trendy Pink #875C84
Tints of Trendy Pink #875C84
RGB
CMYK
RGB Variations
Color information
#875C84 (or 0x875C84) is known color: Trendy Pink. HEX triplet: 87, 5C and 84. RGB value is (135,92,132). Sum of RGB (Red+Green+Blue) = 135+92+132=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #875C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C84 is #78A37B. Grayscale: #6D6D6D. Windows color (decimal): -7906172 or 8674439. OLE color: 8674439.
HSL color Cylindrical-coordinate representation of color #875C84: hue angle of 304.19º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C84 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 132 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.47 |
| HSL | 304.19º | 0.19% | 0.45% | - |
| HSV(B) | 304.19º | 0.32% | 0.53% | - |
| XYZ | 17.98 | 14.47 | 23.68 | - |
| YUV | 109.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 132 | 0 | 0.32 | 0.02 | 0.47 | 304.19 | 0.19 | 0.45 |
| Hex | 87 | 5C | 84 | 0 | 20 | 2 | 2F | 130 | 13 | 2D |
| Octal | 207 | 134 | 204 | 0 | 40 | 2 | 57 | 460 | 23 | 55 |
| Binary | 10000111 | 1011100 | 10000100 | 0 | 100000 | 10 | 101111 | 100110000 | 10011 | 101101 |
Color Harmonies of #875C84
Complementary color
Monochromatic Colors of #875C84
Black with #875C84
Text Example
Text Example
White with #875C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C84; }
p { color: rgb(135,92,132); }
H1.HeaderClassName
{
color: #875C84;
}
.AnyTagClassName
{
color: #875C84;
}
</style>
background-color css
<style>
a { background-color: #875C84; }
a { background-color: rgb(135,92,132); }
div.DivClassName
{
background-color: #875C84;
}
.BgClassName
{
background-color: #875C84;
}
</style>
border-color css
<style>
span { border-color: #875C84; }
span { border-color: rgb(135,92,132); }
td.TdClassName
{
border-color: #875C84;
}
.TagClassName
{
border-color: #875C84;
}
</style>