Shades of Trendy Pink #80497A
Tints of Trendy Pink #80497A
RGB
CMYK
RGB Variations
Color information
#80497A (or 0x80497A) is known color: Trendy Pink. HEX triplet: 80, 49 and 7A. RGB value is (128,73,122). Sum of RGB (Red+Green+Blue) = 128+73+122=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80497A is #7FB685. Grayscale: #5E5E5E. Windows color (decimal): -8369798 or 8014208. OLE color: 8014208.
HSL color Cylindrical-coordinate representation of color #80497A: hue angle of 306.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80497A is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 122 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.50 |
| HSL | 306.55º | 0.27% | 0.39% | - |
| HSV(B) | 306.55º | 0.43% | 0.5% | - |
| XYZ | 14.8 | 10.76 | 19.71 | - |
| YUV | 95.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 122 | 0 | 0.43 | 0.05 | 0.50 | 306.55 | 0.27 | 0.39 |
| Hex | 80 | 49 | 7A | 0 | 2B | 5 | 32 | 133 | 1B | 27 |
| Octal | 200 | 111 | 172 | 0 | 53 | 5 | 62 | 463 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1111010 | 0 | 101011 | 101 | 110010 | 100110011 | 11011 | 100111 |
Color Harmonies of #80497A
Complementary color
Monochromatic Colors of #80497A
Black with #80497A
Text Example
Text Example
White with #80497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80497A; }
p { color: rgb(128,73,122); }
H1.HeaderClassName
{
color: #80497A;
}
.AnyTagClassName
{
color: #80497A;
}
</style>
background-color css
<style>
a { background-color: #80497A; }
a { background-color: rgb(128,73,122); }
div.DivClassName
{
background-color: #80497A;
}
.BgClassName
{
background-color: #80497A;
}
</style>
border-color css
<style>
span { border-color: #80497A; }
span { border-color: rgb(128,73,122); }
td.TdClassName
{
border-color: #80497A;
}
.TagClassName
{
border-color: #80497A;
}
</style>