Shades of Trendy Pink #874A85
Tints of Trendy Pink #874A85
RGB
CMYK
RGB Variations
Color information
#874A85 (or 0x874A85) is known color: Trendy Pink. HEX triplet: 87, 4A and 85. RGB value is (135,74,133). Sum of RGB (Red+Green+Blue) = 135+74+133=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #874A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A85 is #78B57A. Grayscale: #626262. Windows color (decimal): -7910779 or 8735367. OLE color: 8735367.
HSL color Cylindrical-coordinate representation of color #874A85: hue angle of 301.97º 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 #874A85 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 133 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.47 |
| HSL | 301.97º | 0.29% | 0.41% | - |
| HSV(B) | 301.97º | 0.45% | 0.53% | - |
| XYZ | 16.67 | 11.74 | 23.58 | - |
| YUV | 98.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 133 | 0 | 0.45 | 0.01 | 0.47 | 301.97 | 0.29 | 0.41 |
| Hex | 87 | 4A | 85 | 0 | 2D | 1 | 2F | 12E | 1D | 29 |
| Octal | 207 | 112 | 205 | 0 | 55 | 1 | 57 | 456 | 35 | 51 |
| Binary | 10000111 | 1001010 | 10000101 | 0 | 101101 | 1 | 101111 | 100101110 | 11101 | 101001 |
Color Harmonies of #874A85
Complementary color
Monochromatic Colors of #874A85
Black with #874A85
Text Example
Text Example
White with #874A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A85; }
p { color: rgb(135,74,133); }
H1.HeaderClassName
{
color: #874A85;
}
.AnyTagClassName
{
color: #874A85;
}
</style>
background-color css
<style>
a { background-color: #874A85; }
a { background-color: rgb(135,74,133); }
div.DivClassName
{
background-color: #874A85;
}
.BgClassName
{
background-color: #874A85;
}
</style>
border-color css
<style>
span { border-color: #874A85; }
span { border-color: rgb(135,74,133); }
td.TdClassName
{
border-color: #874A85;
}
.TagClassName
{
border-color: #874A85;
}
</style>