Shades of Trendy Pink #844A80
Tints of Trendy Pink #844A80
RGB
CMYK
RGB Variations
Color information
#844A80 (or 0x844A80) is known color: Trendy Pink. HEX triplet: 84, 4A and 80. RGB value is (132,74,128). Sum of RGB (Red+Green+Blue) = 132+74+128=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #844A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844A80 is #7BB57F. Grayscale: #616161. Windows color (decimal): -8107392 or 8407684. OLE color: 8407684.
HSL color Cylindrical-coordinate representation of color #844A80: hue angle of 304.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A80 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 128 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.48 |
| HSL | 304.14º | 0.28% | 0.4% | - |
| HSV(B) | 304.14º | 0.44% | 0.52% | - |
| XYZ | 15.86 | 11.36 | 21.78 | - |
| YUV | 97.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 128 | 0 | 0.44 | 0.03 | 0.48 | 304.14 | 0.28 | 0.4 |
| Hex | 84 | 4A | 80 | 0 | 2C | 3 | 30 | 130 | 1C | 28 |
| Octal | 204 | 112 | 200 | 0 | 54 | 3 | 60 | 460 | 34 | 50 |
| Binary | 10000100 | 1001010 | 10000000 | 0 | 101100 | 11 | 110000 | 100110000 | 11100 | 101000 |
Color Harmonies of #844A80
Complementary color
Monochromatic Colors of #844A80
Black with #844A80
Text Example
Text Example
White with #844A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A80; }
p { color: rgb(132,74,128); }
H1.HeaderClassName
{
color: #844A80;
}
.AnyTagClassName
{
color: #844A80;
}
</style>
background-color css
<style>
a { background-color: #844A80; }
a { background-color: rgb(132,74,128); }
div.DivClassName
{
background-color: #844A80;
}
.BgClassName
{
background-color: #844A80;
}
</style>
border-color css
<style>
span { border-color: #844A80; }
span { border-color: rgb(132,74,128); }
td.TdClassName
{
border-color: #844A80;
}
.TagClassName
{
border-color: #844A80;
}
</style>