Shades of Trendy Pink #84507A
Tints of Trendy Pink #84507A
RGB
CMYK
RGB Variations
Color information
#84507A (or 0x84507A) is known color: Trendy Pink. HEX triplet: 84, 50 and 7A. RGB value is (132,80,122). Sum of RGB (Red+Green+Blue) = 132+80+122=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #84507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84507A is #7BAF85. Grayscale: #646464. Windows color (decimal): -8105862 or 8016004. OLE color: 8016004.
HSL color Cylindrical-coordinate representation of color #84507A: hue angle of 311.54º 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 #84507A is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 122 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.48 |
| HSL | 311.54º | 0.25% | 0.42% | - |
| HSV(B) | 311.54º | 0.39% | 0.52% | - |
| XYZ | 15.9 | 12.05 | 19.9 | - |
| YUV | 100.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 122 | 0 | 0.39 | 0.08 | 0.48 | 311.54 | 0.25 | 0.42 |
| Hex | 84 | 50 | 7A | 0 | 27 | 8 | 30 | 138 | 19 | 2A |
| Octal | 204 | 120 | 172 | 0 | 47 | 10 | 60 | 470 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1111010 | 0 | 100111 | 1000 | 110000 | 100111000 | 11001 | 101010 |
Color Harmonies of #84507A
Complementary color
Monochromatic Colors of #84507A
Black with #84507A
Text Example
Text Example
White with #84507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84507A; }
p { color: rgb(132,80,122); }
H1.HeaderClassName
{
color: #84507A;
}
.AnyTagClassName
{
color: #84507A;
}
</style>
background-color css
<style>
a { background-color: #84507A; }
a { background-color: rgb(132,80,122); }
div.DivClassName
{
background-color: #84507A;
}
.BgClassName
{
background-color: #84507A;
}
</style>
border-color css
<style>
span { border-color: #84507A; }
span { border-color: rgb(132,80,122); }
td.TdClassName
{
border-color: #84507A;
}
.TagClassName
{
border-color: #84507A;
}
</style>