Shades of Trendy Pink #80597E
Tints of Trendy Pink #80597E
RGB
CMYK
RGB Variations
Color information
#80597E (or 0x80597E) is known color: Trendy Pink. HEX triplet: 80, 59 and 7E. RGB value is (128,89,126). Sum of RGB (Red+Green+Blue) = 128+89+126=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #80597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80597E is #7FA681. Grayscale: #686868. Windows color (decimal): -8365698 or 8280448. OLE color: 8280448.
HSL color Cylindrical-coordinate representation of color #80597E: hue angle of 303.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80597E is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 126 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.50 |
| HSL | 303.08º | 0.18% | 0.43% | - |
| HSV(B) | 303.08º | 0.3% | 0.5% | - |
| XYZ | 16.24 | 13.24 | 21.44 | - |
| YUV | 104.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 126 | 0 | 0.30 | 0.02 | 0.50 | 303.08 | 0.18 | 0.43 |
| Hex | 80 | 59 | 7E | 0 | 1E | 2 | 32 | 12F | 12 | 2B |
| Octal | 200 | 131 | 176 | 0 | 36 | 2 | 62 | 457 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1111110 | 0 | 11110 | 10 | 110010 | 100101111 | 10010 | 101011 |
Color Harmonies of #80597E
Complementary color
Monochromatic Colors of #80597E
Black with #80597E
Text Example
Text Example
White with #80597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80597E; }
p { color: rgb(128,89,126); }
H1.HeaderClassName
{
color: #80597E;
}
.AnyTagClassName
{
color: #80597E;
}
</style>
background-color css
<style>
a { background-color: #80597E; }
a { background-color: rgb(128,89,126); }
div.DivClassName
{
background-color: #80597E;
}
.BgClassName
{
background-color: #80597E;
}
</style>
border-color css
<style>
span { border-color: #80597E; }
span { border-color: rgb(128,89,126); }
td.TdClassName
{
border-color: #80597E;
}
.TagClassName
{
border-color: #80597E;
}
</style>