Shades of Trendy Pink #84578D
Tints of Trendy Pink #84578D
RGB
CMYK
RGB Variations
Color information
#84578D (or 0x84578D) is known color: Trendy Pink. HEX triplet: 84, 57 and 8D. RGB value is (132,87,141). Sum of RGB (Red+Green+Blue) = 132+87+141=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #84578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84578D is #7BA872. Grayscale: #6A6A6A. Windows color (decimal): -8104051 or 9262980. OLE color: 9262980.
HSL color Cylindrical-coordinate representation of color #84578D: hue angle of 290º degrees, saturation: 0.24, 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 #84578D is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 87 | 141 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.45 |
| HSL | 290º | 0.24% | 0.45% | - |
| HSV(B) | 290º | 0.38% | 0.55% | - |
| XYZ | 17.73 | 13.65 | 26.9 | - |
| YUV | 106.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 141 | 0.06 | 0.38 | 0 | 0.45 | 290 | 0.24 | 0.45 |
| Hex | 84 | 57 | 8D | 6 | 26 | 0 | 2D | 122 | 18 | 2D |
| Octal | 204 | 127 | 215 | 6 | 46 | 0 | 55 | 442 | 30 | 55 |
| Binary | 10000100 | 1010111 | 10001101 | 110 | 100110 | 0 | 101101 | 100100010 | 11000 | 101101 |
Color Harmonies of #84578D
Complementary color
Monochromatic Colors of #84578D
Black with #84578D
Text Example
Text Example
White with #84578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84578D; }
p { color: rgb(132,87,141); }
H1.HeaderClassName
{
color: #84578D;
}
.AnyTagClassName
{
color: #84578D;
}
</style>
background-color css
<style>
a { background-color: #84578D; }
a { background-color: rgb(132,87,141); }
div.DivClassName
{
background-color: #84578D;
}
.BgClassName
{
background-color: #84578D;
}
</style>
border-color css
<style>
span { border-color: #84578D; }
span { border-color: rgb(132,87,141); }
td.TdClassName
{
border-color: #84578D;
}
.TagClassName
{
border-color: #84578D;
}
</style>