Shades of Trendy Pink #84578C
Tints of Trendy Pink #84578C
RGB
CMYK
RGB Variations
Color information
#84578C (or 0x84578C) is known color: Trendy Pink. HEX triplet: 84, 57 and 8C. RGB value is (132,87,140). Sum of RGB (Red+Green+Blue) = 132+87+140=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #84578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84578C is #7BA873. Grayscale: #6A6A6A. Windows color (decimal): -8104052 or 9197444. OLE color: 9197444.
HSL color Cylindrical-coordinate representation of color #84578C: hue angle of 290.94º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84578C is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 87 | 140 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.45 |
| HSL | 290.94º | 0.23% | 0.45% | - |
| HSV(B) | 290.94º | 0.38% | 0.55% | - |
| XYZ | 17.66 | 13.62 | 26.51 | - |
| YUV | 106.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 140 | 0.06 | 0.38 | 0 | 0.45 | 290.94 | 0.23 | 0.45 |
| Hex | 84 | 57 | 8C | 6 | 26 | 0 | 2D | 123 | 17 | 2D |
| Octal | 204 | 127 | 214 | 6 | 46 | 0 | 55 | 443 | 27 | 55 |
| Binary | 10000100 | 1010111 | 10001100 | 110 | 100110 | 0 | 101101 | 100100011 | 10111 | 101101 |
Color Harmonies of #84578C
Complementary color
Monochromatic Colors of #84578C
Black with #84578C
Text Example
Text Example
White with #84578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84578C; }
p { color: rgb(132,87,140); }
H1.HeaderClassName
{
color: #84578C;
}
.AnyTagClassName
{
color: #84578C;
}
</style>
background-color css
<style>
a { background-color: #84578C; }
a { background-color: rgb(132,87,140); }
div.DivClassName
{
background-color: #84578C;
}
.BgClassName
{
background-color: #84578C;
}
</style>
border-color css
<style>
span { border-color: #84578C; }
span { border-color: rgb(132,87,140); }
td.TdClassName
{
border-color: #84578C;
}
.TagClassName
{
border-color: #84578C;
}
</style>