Shades of Trendy Pink #84497F
Tints of Trendy Pink #84497F
RGB
CMYK
RGB Variations
Color information
#84497F (or 0x84497F) is known color: Trendy Pink. HEX triplet: 84, 49 and 7F. RGB value is (132,73,127). Sum of RGB (Red+Green+Blue) = 132+73+127=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #84497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84497F is #7BB680. Grayscale: #606060. Windows color (decimal): -8107649 or 8341892. OLE color: 8341892.
HSL color Cylindrical-coordinate representation of color #84497F: hue angle of 305.08º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84497F is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 127 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.48 |
| HSL | 305.08º | 0.29% | 0.4% | - |
| HSV(B) | 305.08º | 0.45% | 0.52% | - |
| XYZ | 15.73 | 11.2 | 21.41 | - |
| YUV | 96.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 127 | 0 | 0.45 | 0.04 | 0.48 | 305.08 | 0.29 | 0.4 |
| Hex | 84 | 49 | 7F | 0 | 2D | 4 | 30 | 131 | 1D | 28 |
| Octal | 204 | 111 | 177 | 0 | 55 | 4 | 60 | 461 | 35 | 50 |
| Binary | 10000100 | 1001001 | 1111111 | 0 | 101101 | 100 | 110000 | 100110001 | 11101 | 101000 |
Color Harmonies of #84497F
Complementary color
Monochromatic Colors of #84497F
Black with #84497F
Text Example
Text Example
White with #84497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84497F; }
p { color: rgb(132,73,127); }
H1.HeaderClassName
{
color: #84497F;
}
.AnyTagClassName
{
color: #84497F;
}
</style>
background-color css
<style>
a { background-color: #84497F; }
a { background-color: rgb(132,73,127); }
div.DivClassName
{
background-color: #84497F;
}
.BgClassName
{
background-color: #84497F;
}
</style>
border-color css
<style>
span { border-color: #84497F; }
span { border-color: rgb(132,73,127); }
td.TdClassName
{
border-color: #84497F;
}
.TagClassName
{
border-color: #84497F;
}
</style>