Shades of Trendy Pink #80577F
Tints of Trendy Pink #80577F
RGB
CMYK
RGB Variations
Color information
#80577F (or 0x80577F) is known color: Trendy Pink. HEX triplet: 80, 57 and 7F. RGB value is (128,87,127). Sum of RGB (Red+Green+Blue) = 128+87+127=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80577F is #7FA880. Grayscale: #676767. Windows color (decimal): -8366209 or 8345472. OLE color: 8345472.
HSL color Cylindrical-coordinate representation of color #80577F: hue angle of 301.46º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80577F is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 127 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.50 |
| HSL | 301.46º | 0.19% | 0.42% | - |
| HSV(B) | 301.46º | 0.32% | 0.5% | - |
| XYZ | 16.14 | 12.94 | 21.73 | - |
| YUV | 103.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 127 | 0 | 0.32 | 0.01 | 0.50 | 301.46 | 0.19 | 0.42 |
| Hex | 80 | 57 | 7F | 0 | 20 | 1 | 32 | 12D | 13 | 2A |
| Octal | 200 | 127 | 177 | 0 | 40 | 1 | 62 | 455 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1111111 | 0 | 100000 | 1 | 110010 | 100101101 | 10011 | 101010 |
Color Harmonies of #80577F
Complementary color
Monochromatic Colors of #80577F
Black with #80577F
Text Example
Text Example
White with #80577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80577F; }
p { color: rgb(128,87,127); }
H1.HeaderClassName
{
color: #80577F;
}
.AnyTagClassName
{
color: #80577F;
}
</style>
background-color css
<style>
a { background-color: #80577F; }
a { background-color: rgb(128,87,127); }
div.DivClassName
{
background-color: #80577F;
}
.BgClassName
{
background-color: #80577F;
}
</style>
border-color css
<style>
span { border-color: #80577F; }
span { border-color: rgb(128,87,127); }
td.TdClassName
{
border-color: #80577F;
}
.TagClassName
{
border-color: #80577F;
}
</style>