Shades of Trendy Pink #874881
Tints of Trendy Pink #874881
RGB
CMYK
RGB Variations
Color information
#874881 (or 0x874881) is known color: Trendy Pink. HEX triplet: 87, 48 and 81. RGB value is (135,72,129). Sum of RGB (Red+Green+Blue) = 135+72+129=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874881 is #78B77E. Grayscale: #616161. Windows color (decimal): -7911295 or 8472711. OLE color: 8472711.
HSL color Cylindrical-coordinate representation of color #874881: hue angle of 305.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874881 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 129 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.47 |
| HSL | 305.71º | 0.3% | 0.41% | - |
| HSV(B) | 305.71º | 0.47% | 0.53% | - |
| XYZ | 16.27 | 11.37 | 22.11 | - |
| YUV | 97.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 129 | 0 | 0.47 | 0.04 | 0.47 | 305.71 | 0.3 | 0.41 |
| Hex | 87 | 48 | 81 | 0 | 2F | 4 | 2F | 132 | 1E | 29 |
| Octal | 207 | 110 | 201 | 0 | 57 | 4 | 57 | 462 | 36 | 51 |
| Binary | 10000111 | 1001000 | 10000001 | 0 | 101111 | 100 | 101111 | 100110010 | 11110 | 101001 |
Color Harmonies of #874881
Complementary color
Monochromatic Colors of #874881
Black with #874881
Text Example
Text Example
White with #874881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874881; }
p { color: rgb(135,72,129); }
H1.HeaderClassName
{
color: #874881;
}
.AnyTagClassName
{
color: #874881;
}
</style>
background-color css
<style>
a { background-color: #874881; }
a { background-color: rgb(135,72,129); }
div.DivClassName
{
background-color: #874881;
}
.BgClassName
{
background-color: #874881;
}
</style>
border-color css
<style>
span { border-color: #874881; }
span { border-color: rgb(135,72,129); }
td.TdClassName
{
border-color: #874881;
}
.TagClassName
{
border-color: #874881;
}
</style>