Shades of Trendy Pink #84557E
Tints of Trendy Pink #84557E
RGB
CMYK
RGB Variations
Color information
#84557E (or 0x84557E) is known color: Trendy Pink. HEX triplet: 84, 55 and 7E. RGB value is (132,85,126). Sum of RGB (Red+Green+Blue) = 132+85+126=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84557E is #7BAA81. Grayscale: #676767. Windows color (decimal): -8104578 or 8279428. OLE color: 8279428.
HSL color Cylindrical-coordinate representation of color #84557E: hue angle of 307.66º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84557E is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 126 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.48 |
| HSL | 307.66º | 0.22% | 0.43% | - |
| HSV(B) | 307.66º | 0.36% | 0.52% | - |
| XYZ | 16.53 | 12.91 | 21.36 | - |
| YUV | 103.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 126 | 0 | 0.36 | 0.05 | 0.48 | 307.66 | 0.22 | 0.43 |
| Hex | 84 | 55 | 7E | 0 | 24 | 5 | 30 | 134 | 16 | 2B |
| Octal | 204 | 125 | 176 | 0 | 44 | 5 | 60 | 464 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1111110 | 0 | 100100 | 101 | 110000 | 100110100 | 10110 | 101011 |
Color Harmonies of #84557E
Complementary color
Monochromatic Colors of #84557E
Black with #84557E
Text Example
Text Example
White with #84557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84557E; }
p { color: rgb(132,85,126); }
H1.HeaderClassName
{
color: #84557E;
}
.AnyTagClassName
{
color: #84557E;
}
</style>
background-color css
<style>
a { background-color: #84557E; }
a { background-color: rgb(132,85,126); }
div.DivClassName
{
background-color: #84557E;
}
.BgClassName
{
background-color: #84557E;
}
</style>
border-color css
<style>
span { border-color: #84557E; }
span { border-color: rgb(132,85,126); }
td.TdClassName
{
border-color: #84557E;
}
.TagClassName
{
border-color: #84557E;
}
</style>