Shades of Trendy Pink #80597F
Tints of Trendy Pink #80597F
RGB
CMYK
RGB Variations
Color information
#80597F (or 0x80597F) is known color: Trendy Pink. HEX triplet: 80, 59 and 7F. RGB value is (128,89,127). Sum of RGB (Red+Green+Blue) = 128+89+127=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #80597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80597F is #7FA680. Grayscale: #686868. Windows color (decimal): -8365697 or 8345984. OLE color: 8345984.
HSL color Cylindrical-coordinate representation of color #80597F: hue angle of 301.54º 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 #80597F is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 127 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.50 |
| HSL | 301.54º | 0.18% | 0.43% | - |
| HSV(B) | 301.54º | 0.3% | 0.5% | - |
| XYZ | 16.31 | 13.27 | 21.78 | - |
| YUV | 104.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 127 | 0 | 0.30 | 0.01 | 0.50 | 301.54 | 0.18 | 0.43 |
| Hex | 80 | 59 | 7F | 0 | 1E | 1 | 32 | 12E | 12 | 2B |
| Octal | 200 | 131 | 177 | 0 | 36 | 1 | 62 | 456 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1111111 | 0 | 11110 | 1 | 110010 | 100101110 | 10010 | 101011 |
Color Harmonies of #80597F
Complementary color
Monochromatic Colors of #80597F
Black with #80597F
Text Example
Text Example
White with #80597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80597F; }
p { color: rgb(128,89,127); }
H1.HeaderClassName
{
color: #80597F;
}
.AnyTagClassName
{
color: #80597F;
}
</style>
background-color css
<style>
a { background-color: #80597F; }
a { background-color: rgb(128,89,127); }
div.DivClassName
{
background-color: #80597F;
}
.BgClassName
{
background-color: #80597F;
}
</style>
border-color css
<style>
span { border-color: #80597F; }
span { border-color: rgb(128,89,127); }
td.TdClassName
{
border-color: #80597F;
}
.TagClassName
{
border-color: #80597F;
}
</style>