Shades of Trendy Pink #84557B
Tints of Trendy Pink #84557B
RGB
CMYK
RGB Variations
Color information
#84557B (or 0x84557B) is known color: Trendy Pink. HEX triplet: 84, 55 and 7B. RGB value is (132,85,123). Sum of RGB (Red+Green+Blue) = 132+85+123=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84557B is #7BAA84. Grayscale: #676767. Windows color (decimal): -8104581 or 8082820. OLE color: 8082820.
HSL color Cylindrical-coordinate representation of color #84557B: hue angle of 311.49º 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 #84557B is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 123 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.48 |
| HSL | 311.49º | 0.22% | 0.43% | - |
| HSV(B) | 311.49º | 0.36% | 0.52% | - |
| XYZ | 16.34 | 12.83 | 20.35 | - |
| YUV | 103.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 123 | 0 | 0.36 | 0.07 | 0.48 | 311.49 | 0.22 | 0.43 |
| Hex | 84 | 55 | 7B | 0 | 24 | 7 | 30 | 137 | 16 | 2B |
| Octal | 204 | 125 | 173 | 0 | 44 | 7 | 60 | 467 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1111011 | 0 | 100100 | 111 | 110000 | 100110111 | 10110 | 101011 |
Color Harmonies of #84557B
Complementary color
Monochromatic Colors of #84557B
Black with #84557B
Text Example
Text Example
White with #84557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84557B; }
p { color: rgb(132,85,123); }
H1.HeaderClassName
{
color: #84557B;
}
.AnyTagClassName
{
color: #84557B;
}
</style>
background-color css
<style>
a { background-color: #84557B; }
a { background-color: rgb(132,85,123); }
div.DivClassName
{
background-color: #84557B;
}
.BgClassName
{
background-color: #84557B;
}
</style>
border-color css
<style>
span { border-color: #84557B; }
span { border-color: rgb(132,85,123); }
td.TdClassName
{
border-color: #84557B;
}
.TagClassName
{
border-color: #84557B;
}
</style>