Shades of Trendy Pink #84507F
Tints of Trendy Pink #84507F
RGB
CMYK
RGB Variations
Color information
#84507F (or 0x84507F) is known color: Trendy Pink. HEX triplet: 84, 50 and 7F. RGB value is (132,80,127). Sum of RGB (Red+Green+Blue) = 132+80+127=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84507F is #7BAF80. Grayscale: #646464. Windows color (decimal): -8105857 or 8343684. OLE color: 8343684.
HSL color Cylindrical-coordinate representation of color #84507F: hue angle of 305.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84507F is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 127 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.48 |
| HSL | 305.77º | 0.25% | 0.42% | - |
| HSV(B) | 305.77º | 0.39% | 0.52% | - |
| XYZ | 16.22 | 12.18 | 21.57 | - |
| YUV | 100.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 127 | 0 | 0.39 | 0.04 | 0.48 | 305.77 | 0.25 | 0.42 |
| Hex | 84 | 50 | 7F | 0 | 27 | 4 | 30 | 132 | 19 | 2A |
| Octal | 204 | 120 | 177 | 0 | 47 | 4 | 60 | 462 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1111111 | 0 | 100111 | 100 | 110000 | 100110010 | 11001 | 101010 |
Color Harmonies of #84507F
Complementary color
Monochromatic Colors of #84507F
Black with #84507F
Text Example
Text Example
White with #84507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84507F; }
p { color: rgb(132,80,127); }
H1.HeaderClassName
{
color: #84507F;
}
.AnyTagClassName
{
color: #84507F;
}
</style>
background-color css
<style>
a { background-color: #84507F; }
a { background-color: rgb(132,80,127); }
div.DivClassName
{
background-color: #84507F;
}
.BgClassName
{
background-color: #84507F;
}
</style>
border-color css
<style>
span { border-color: #84507F; }
span { border-color: rgb(132,80,127); }
td.TdClassName
{
border-color: #84507F;
}
.TagClassName
{
border-color: #84507F;
}
</style>