Shades of Trendy Pink #80557E
Tints of Trendy Pink #80557E
RGB
CMYK
RGB Variations
Color information
#80557E (or 0x80557E) is known color: Trendy Pink. HEX triplet: 80, 55 and 7E. RGB value is (128,85,126). Sum of RGB (Red+Green+Blue) = 128+85+126=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80557E is #7FAA81. Grayscale: #666666. Windows color (decimal): -8366722 or 8279424. OLE color: 8279424.
HSL color Cylindrical-coordinate representation of color #80557E: hue angle of 302.79º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80557E is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 126 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.50 |
| HSL | 302.79º | 0.2% | 0.42% | - |
| HSV(B) | 302.79º | 0.34% | 0.5% | - |
| XYZ | 15.92 | 12.59 | 21.33 | - |
| YUV | 102.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 126 | 0 | 0.34 | 0.02 | 0.50 | 302.79 | 0.2 | 0.42 |
| Hex | 80 | 55 | 7E | 0 | 22 | 2 | 32 | 12F | 14 | 2A |
| Octal | 200 | 125 | 176 | 0 | 42 | 2 | 62 | 457 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1111110 | 0 | 100010 | 10 | 110010 | 100101111 | 10100 | 101010 |
Color Harmonies of #80557E
Complementary color
Monochromatic Colors of #80557E
Black with #80557E
Text Example
Text Example
White with #80557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80557E; }
p { color: rgb(128,85,126); }
H1.HeaderClassName
{
color: #80557E;
}
.AnyTagClassName
{
color: #80557E;
}
</style>
background-color css
<style>
a { background-color: #80557E; }
a { background-color: rgb(128,85,126); }
div.DivClassName
{
background-color: #80557E;
}
.BgClassName
{
background-color: #80557E;
}
</style>
border-color css
<style>
span { border-color: #80557E; }
span { border-color: rgb(128,85,126); }
td.TdClassName
{
border-color: #80557E;
}
.TagClassName
{
border-color: #80557E;
}
</style>