Shades of Trendy Pink #874A84
Tints of Trendy Pink #874A84
RGB
CMYK
RGB Variations
Color information
#874A84 (or 0x874A84) is known color: Trendy Pink. HEX triplet: 87, 4A and 84. RGB value is (135,74,132). Sum of RGB (Red+Green+Blue) = 135+74+132=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #874A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A84 is #78B57B. Grayscale: #626262. Windows color (decimal): -7910780 or 8669831. OLE color: 8669831.
HSL color Cylindrical-coordinate representation of color #874A84: hue angle of 302.95º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A84 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 132 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.47 |
| HSL | 302.95º | 0.29% | 0.41% | - |
| HSV(B) | 302.95º | 0.45% | 0.53% | - |
| XYZ | 16.61 | 11.71 | 23.22 | - |
| YUV | 98.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 132 | 0 | 0.45 | 0.02 | 0.47 | 302.95 | 0.29 | 0.41 |
| Hex | 87 | 4A | 84 | 0 | 2D | 2 | 2F | 12F | 1D | 29 |
| Octal | 207 | 112 | 204 | 0 | 55 | 2 | 57 | 457 | 35 | 51 |
| Binary | 10000111 | 1001010 | 10000100 | 0 | 101101 | 10 | 101111 | 100101111 | 11101 | 101001 |
Color Harmonies of #874A84
Complementary color
Monochromatic Colors of #874A84
Black with #874A84
Text Example
Text Example
White with #874A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A84; }
p { color: rgb(135,74,132); }
H1.HeaderClassName
{
color: #874A84;
}
.AnyTagClassName
{
color: #874A84;
}
</style>
background-color css
<style>
a { background-color: #874A84; }
a { background-color: rgb(135,74,132); }
div.DivClassName
{
background-color: #874A84;
}
.BgClassName
{
background-color: #874A84;
}
</style>
border-color css
<style>
span { border-color: #874A84; }
span { border-color: rgb(135,74,132); }
td.TdClassName
{
border-color: #874A84;
}
.TagClassName
{
border-color: #874A84;
}
</style>