Shades of Trendy Pink #84547C
Tints of Trendy Pink #84547C
RGB
CMYK
RGB Variations
Color information
#84547C (or 0x84547C) is known color: Trendy Pink. HEX triplet: 84, 54 and 7C. RGB value is (132,84,124). Sum of RGB (Red+Green+Blue) = 132+84+124=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84547C is #7BAB83. Grayscale: #666666. Windows color (decimal): -8104836 or 8148100. OLE color: 8148100.
HSL color Cylindrical-coordinate representation of color #84547C: hue angle of 310º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84547C is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 124 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.48 |
| HSL | 310º | 0.22% | 0.42% | - |
| HSV(B) | 310º | 0.36% | 0.52% | - |
| XYZ | 16.32 | 12.7 | 20.66 | - |
| YUV | 102.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 124 | 0 | 0.36 | 0.06 | 0.48 | 310 | 0.22 | 0.42 |
| Hex | 84 | 54 | 7C | 0 | 24 | 6 | 30 | 136 | 16 | 2A |
| Octal | 204 | 124 | 174 | 0 | 44 | 6 | 60 | 466 | 26 | 52 |
| Binary | 10000100 | 1010100 | 1111100 | 0 | 100100 | 110 | 110000 | 100110110 | 10110 | 101010 |
Color Harmonies of #84547C
Complementary color
Monochromatic Colors of #84547C
Black with #84547C
Text Example
Text Example
White with #84547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84547C; }
p { color: rgb(132,84,124); }
H1.HeaderClassName
{
color: #84547C;
}
.AnyTagClassName
{
color: #84547C;
}
</style>
background-color css
<style>
a { background-color: #84547C; }
a { background-color: rgb(132,84,124); }
div.DivClassName
{
background-color: #84547C;
}
.BgClassName
{
background-color: #84547C;
}
</style>
border-color css
<style>
span { border-color: #84547C; }
span { border-color: rgb(132,84,124); }
td.TdClassName
{
border-color: #84547C;
}
.TagClassName
{
border-color: #84547C;
}
</style>