Shades of Trendy Pink #84467E
Tints of Trendy Pink #84467E
RGB
CMYK
RGB Variations
Color information
#84467E (or 0x84467E) is known color: Trendy Pink. HEX triplet: 84, 46 and 7E. RGB value is (132,70,126). Sum of RGB (Red+Green+Blue) = 132+70+126=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84467E is #7BB981. Grayscale: #5E5E5E. Windows color (decimal): -8108418 or 8275588. OLE color: 8275588.
HSL color Cylindrical-coordinate representation of color #84467E: hue angle of 305.81º 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 #84467E is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 126 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.48 |
| HSL | 305.81º | 0.31% | 0.4% | - |
| HSV(B) | 305.81º | 0.47% | 0.52% | - |
| XYZ | 15.47 | 10.79 | 21.01 | - |
| YUV | 94.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 126 | 0 | 0.47 | 0.05 | 0.48 | 305.81 | 0.31 | 0.4 |
| Hex | 84 | 46 | 7E | 0 | 2F | 5 | 30 | 132 | 1F | 28 |
| Octal | 204 | 106 | 176 | 0 | 57 | 5 | 60 | 462 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1111110 | 0 | 101111 | 101 | 110000 | 100110010 | 11111 | 101000 |
Color Harmonies of #84467E
Complementary color
Monochromatic Colors of #84467E
Black with #84467E
Text Example
Text Example
White with #84467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84467E; }
p { color: rgb(132,70,126); }
H1.HeaderClassName
{
color: #84467E;
}
.AnyTagClassName
{
color: #84467E;
}
</style>
background-color css
<style>
a { background-color: #84467E; }
a { background-color: rgb(132,70,126); }
div.DivClassName
{
background-color: #84467E;
}
.BgClassName
{
background-color: #84467E;
}
</style>
border-color css
<style>
span { border-color: #84467E; }
span { border-color: rgb(132,70,126); }
td.TdClassName
{
border-color: #84467E;
}
.TagClassName
{
border-color: #84467E;
}
</style>