Shades of Trendy Pink #84547B
Tints of Trendy Pink #84547B
RGB
CMYK
RGB Variations
Color information
#84547B (or 0x84547B) is known color: Trendy Pink. HEX triplet: 84, 54 and 7B. RGB value is (132,84,123). Sum of RGB (Red+Green+Blue) = 132+84+123=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84547B is #7BAB84. Grayscale: #666666. Windows color (decimal): -8104837 or 8082564. OLE color: 8082564.
HSL color Cylindrical-coordinate representation of color #84547B: hue angle of 311.25º 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 #84547B is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 123 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.48 |
| HSL | 311.25º | 0.22% | 0.42% | - |
| HSV(B) | 311.25º | 0.36% | 0.52% | - |
| XYZ | 16.26 | 12.68 | 20.33 | - |
| YUV | 102.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 123 | 0 | 0.36 | 0.07 | 0.48 | 311.25 | 0.22 | 0.42 |
| Hex | 84 | 54 | 7B | 0 | 24 | 7 | 30 | 137 | 16 | 2A |
| Octal | 204 | 124 | 173 | 0 | 44 | 7 | 60 | 467 | 26 | 52 |
| Binary | 10000100 | 1010100 | 1111011 | 0 | 100100 | 111 | 110000 | 100110111 | 10110 | 101010 |
Color Harmonies of #84547B
Complementary color
Monochromatic Colors of #84547B
Black with #84547B
Text Example
Text Example
White with #84547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84547B; }
p { color: rgb(132,84,123); }
H1.HeaderClassName
{
color: #84547B;
}
.AnyTagClassName
{
color: #84547B;
}
</style>
background-color css
<style>
a { background-color: #84547B; }
a { background-color: rgb(132,84,123); }
div.DivClassName
{
background-color: #84547B;
}
.BgClassName
{
background-color: #84547B;
}
</style>
border-color css
<style>
span { border-color: #84547B; }
span { border-color: rgb(132,84,123); }
td.TdClassName
{
border-color: #84547B;
}
.TagClassName
{
border-color: #84547B;
}
</style>