Shades of Trendy Pink #874481
Tints of Trendy Pink #874481
RGB
CMYK
RGB Variations
Color information
#874481 (or 0x874481) is known color: Trendy Pink. HEX triplet: 87, 44 and 81. RGB value is (135,68,129). Sum of RGB (Red+Green+Blue) = 135+68+129=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #874481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874481 is #78BB7E. Grayscale: #5E5E5E. Windows color (decimal): -7912319 or 8471687. OLE color: 8471687.
HSL color Cylindrical-coordinate representation of color #874481: hue angle of 305.37º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874481 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 129 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.47 |
| HSL | 305.37º | 0.33% | 0.4% | - |
| HSV(B) | 305.37º | 0.5% | 0.53% | - |
| XYZ | 16.02 | 10.87 | 22.02 | - |
| YUV | 94.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 129 | 0 | 0.50 | 0.04 | 0.47 | 305.37 | 0.33 | 0.4 |
| Hex | 87 | 44 | 81 | 0 | 32 | 4 | 2F | 131 | 21 | 28 |
| Octal | 207 | 104 | 201 | 0 | 62 | 4 | 57 | 461 | 41 | 50 |
| Binary | 10000111 | 1000100 | 10000001 | 0 | 110010 | 100 | 101111 | 100110001 | 100001 | 101000 |
Color Harmonies of #874481
Complementary color
Monochromatic Colors of #874481
Black with #874481
Text Example
Text Example
White with #874481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874481; }
p { color: rgb(135,68,129); }
H1.HeaderClassName
{
color: #874481;
}
.AnyTagClassName
{
color: #874481;
}
</style>
background-color css
<style>
a { background-color: #874481; }
a { background-color: rgb(135,68,129); }
div.DivClassName
{
background-color: #874481;
}
.BgClassName
{
background-color: #874481;
}
</style>
border-color css
<style>
span { border-color: #874481; }
span { border-color: rgb(135,68,129); }
td.TdClassName
{
border-color: #874481;
}
.TagClassName
{
border-color: #874481;
}
</style>