Shades of Trendy Pink #84598E
Tints of Trendy Pink #84598E
RGB
CMYK
RGB Variations
Color information
#84598E (or 0x84598E) is known color: Trendy Pink. HEX triplet: 84, 59 and 8E. RGB value is (132,89,142). Sum of RGB (Red+Green+Blue) = 132+89+142=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #84598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84598E is #7BA671. Grayscale: #6B6B6B. Windows color (decimal): -8103538 or 9329028. OLE color: 9329028.
HSL color Cylindrical-coordinate representation of color #84598E: hue angle of 288.68º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84598E is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 89 | 142 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.44 |
| HSL | 288.68º | 0.23% | 0.45% | - |
| HSV(B) | 288.68º | 0.37% | 0.56% | - |
| XYZ | 17.97 | 14 | 27.35 | - |
| YUV | 107.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 142 | 0.07 | 0.37 | 0 | 0.44 | 288.68 | 0.23 | 0.45 |
| Hex | 84 | 59 | 8E | 7 | 25 | 0 | 2C | 121 | 17 | 2D |
| Octal | 204 | 131 | 216 | 7 | 45 | 0 | 54 | 441 | 27 | 55 |
| Binary | 10000100 | 1011001 | 10001110 | 111 | 100101 | 0 | 101100 | 100100001 | 10111 | 101101 |
Color Harmonies of #84598E
Complementary color
Monochromatic Colors of #84598E
Black with #84598E
Text Example
Text Example
White with #84598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84598E; }
p { color: rgb(132,89,142); }
H1.HeaderClassName
{
color: #84598E;
}
.AnyTagClassName
{
color: #84598E;
}
</style>
background-color css
<style>
a { background-color: #84598E; }
a { background-color: rgb(132,89,142); }
div.DivClassName
{
background-color: #84598E;
}
.BgClassName
{
background-color: #84598E;
}
</style>
border-color css
<style>
span { border-color: #84598E; }
span { border-color: rgb(132,89,142); }
td.TdClassName
{
border-color: #84598E;
}
.TagClassName
{
border-color: #84598E;
}
</style>