Shades of Trendy Pink #84457A
Tints of Trendy Pink #84457A
RGB
CMYK
RGB Variations
Color information
#84457A (or 0x84457A) is known color: Trendy Pink. HEX triplet: 84, 45 and 7A. RGB value is (132,69,122). Sum of RGB (Red+Green+Blue) = 132+69+122=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84457A is #7BBA85. Grayscale: #5D5D5D. Windows color (decimal): -8108678 or 8013188. OLE color: 8013188.
HSL color Cylindrical-coordinate representation of color #84457A: hue angle of 309.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84457A is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 122 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.48 |
| HSL | 309.52º | 0.31% | 0.39% | - |
| HSV(B) | 309.52º | 0.48% | 0.52% | - |
| XYZ | 15.16 | 10.57 | 19.65 | - |
| YUV | 93.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 122 | 0 | 0.48 | 0.08 | 0.48 | 309.52 | 0.31 | 0.39 |
| Hex | 84 | 45 | 7A | 0 | 30 | 8 | 30 | 136 | 1F | 27 |
| Octal | 204 | 105 | 172 | 0 | 60 | 10 | 60 | 466 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1111010 | 0 | 110000 | 1000 | 110000 | 100110110 | 11111 | 100111 |
Color Harmonies of #84457A
Complementary color
Monochromatic Colors of #84457A
Black with #84457A
Text Example
Text Example
White with #84457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84457A; }
p { color: rgb(132,69,122); }
H1.HeaderClassName
{
color: #84457A;
}
.AnyTagClassName
{
color: #84457A;
}
</style>
background-color css
<style>
a { background-color: #84457A; }
a { background-color: rgb(132,69,122); }
div.DivClassName
{
background-color: #84457A;
}
.BgClassName
{
background-color: #84457A;
}
</style>
border-color css
<style>
span { border-color: #84457A; }
span { border-color: rgb(132,69,122); }
td.TdClassName
{
border-color: #84457A;
}
.TagClassName
{
border-color: #84457A;
}
</style>