Shades of Trendy Pink #84467A
Tints of Trendy Pink #84467A
RGB
CMYK
RGB Variations
Color information
#84467A (or 0x84467A) is known color: Trendy Pink. HEX triplet: 84, 46 and 7A. RGB value is (132,70,122). Sum of RGB (Red+Green+Blue) = 132+70+122=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84467A is #7BB985. Grayscale: #5E5E5E. Windows color (decimal): -8108422 or 8013444. OLE color: 8013444.
HSL color Cylindrical-coordinate representation of color #84467A: hue angle of 309.68º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84467A is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 122 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.48 |
| HSL | 309.68º | 0.31% | 0.4% | - |
| HSV(B) | 309.68º | 0.47% | 0.52% | - |
| XYZ | 15.22 | 10.69 | 19.67 | - |
| YUV | 94.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 122 | 0 | 0.47 | 0.08 | 0.48 | 309.68 | 0.31 | 0.4 |
| Hex | 84 | 46 | 7A | 0 | 2F | 8 | 30 | 136 | 1F | 28 |
| Octal | 204 | 106 | 172 | 0 | 57 | 10 | 60 | 466 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1111010 | 0 | 101111 | 1000 | 110000 | 100110110 | 11111 | 101000 |
Color Harmonies of #84467A
Complementary color
Monochromatic Colors of #84467A
Black with #84467A
Text Example
Text Example
White with #84467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84467A; }
p { color: rgb(132,70,122); }
H1.HeaderClassName
{
color: #84467A;
}
.AnyTagClassName
{
color: #84467A;
}
</style>
background-color css
<style>
a { background-color: #84467A; }
a { background-color: rgb(132,70,122); }
div.DivClassName
{
background-color: #84467A;
}
.BgClassName
{
background-color: #84467A;
}
</style>
border-color css
<style>
span { border-color: #84467A; }
span { border-color: rgb(132,70,122); }
td.TdClassName
{
border-color: #84467A;
}
.TagClassName
{
border-color: #84467A;
}
</style>