Shades of Trendy Pink #874D84
Tints of Trendy Pink #874D84
RGB
CMYK
RGB Variations
Color information
#874D84 (or 0x874D84) is known color: Trendy Pink. HEX triplet: 87, 4D and 84. RGB value is (135,77,132). Sum of RGB (Red+Green+Blue) = 135+77+132=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #874D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D84 is #78B27B. Grayscale: #646464. Windows color (decimal): -7910012 or 8670599. OLE color: 8670599.
HSL color Cylindrical-coordinate representation of color #874D84: hue angle of 303.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D84 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 132 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.47 |
| HSL | 303.1º | 0.27% | 0.42% | - |
| HSV(B) | 303.1º | 0.43% | 0.53% | - |
| XYZ | 16.81 | 12.12 | 23.28 | - |
| YUV | 100.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 132 | 0 | 0.43 | 0.02 | 0.47 | 303.1 | 0.27 | 0.42 |
| Hex | 87 | 4D | 84 | 0 | 2B | 2 | 2F | 12F | 1B | 2A |
| Octal | 207 | 115 | 204 | 0 | 53 | 2 | 57 | 457 | 33 | 52 |
| Binary | 10000111 | 1001101 | 10000100 | 0 | 101011 | 10 | 101111 | 100101111 | 11011 | 101010 |
Color Harmonies of #874D84
Complementary color
Monochromatic Colors of #874D84
Black with #874D84
Text Example
Text Example
White with #874D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D84; }
p { color: rgb(135,77,132); }
H1.HeaderClassName
{
color: #874D84;
}
.AnyTagClassName
{
color: #874D84;
}
</style>
background-color css
<style>
a { background-color: #874D84; }
a { background-color: rgb(135,77,132); }
div.DivClassName
{
background-color: #874D84;
}
.BgClassName
{
background-color: #874D84;
}
</style>
border-color css
<style>
span { border-color: #874D84; }
span { border-color: rgb(135,77,132); }
td.TdClassName
{
border-color: #874D84;
}
.TagClassName
{
border-color: #874D84;
}
</style>