Shades of Trendy Pink #874E84
Tints of Trendy Pink #874E84
RGB
CMYK
RGB Variations
Color information
#874E84 (or 0x874E84) is known color: Trendy Pink. HEX triplet: 87, 4E and 84. RGB value is (135,78,132). Sum of RGB (Red+Green+Blue) = 135+78+132=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #874E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E84 is #78B17B. Grayscale: #656565. Windows color (decimal): -7909756 or 8670855. OLE color: 8670855.
HSL color Cylindrical-coordinate representation of color #874E84: hue angle of 303.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E84 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 132 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.47 |
| HSL | 303.16º | 0.27% | 0.42% | - |
| HSV(B) | 303.16º | 0.42% | 0.53% | - |
| XYZ | 16.88 | 12.27 | 23.31 | - |
| YUV | 101.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 132 | 0 | 0.42 | 0.02 | 0.47 | 303.16 | 0.27 | 0.42 |
| Hex | 87 | 4E | 84 | 0 | 2A | 2 | 2F | 12F | 1B | 2A |
| Octal | 207 | 116 | 204 | 0 | 52 | 2 | 57 | 457 | 33 | 52 |
| Binary | 10000111 | 1001110 | 10000100 | 0 | 101010 | 10 | 101111 | 100101111 | 11011 | 101010 |
Color Harmonies of #874E84
Complementary color
Monochromatic Colors of #874E84
Black with #874E84
Text Example
Text Example
White with #874E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E84; }
p { color: rgb(135,78,132); }
H1.HeaderClassName
{
color: #874E84;
}
.AnyTagClassName
{
color: #874E84;
}
</style>
background-color css
<style>
a { background-color: #874E84; }
a { background-color: rgb(135,78,132); }
div.DivClassName
{
background-color: #874E84;
}
.BgClassName
{
background-color: #874E84;
}
</style>
border-color css
<style>
span { border-color: #874E84; }
span { border-color: rgb(135,78,132); }
td.TdClassName
{
border-color: #874E84;
}
.TagClassName
{
border-color: #874E84;
}
</style>