Shades of Trendy Pink #80627E
Tints of Trendy Pink #80627E
RGB
CMYK
RGB Variations
Color information
#80627E (or 0x80627E) is known color: Trendy Pink. HEX triplet: 80, 62 and 7E. RGB value is (128,98,126). Sum of RGB (Red+Green+Blue) = 128+98+126=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #80627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80627E is #7F9D81. Grayscale: #6E6E6E. Windows color (decimal): -8363394 or 8282752. OLE color: 8282752.
HSL color Cylindrical-coordinate representation of color #80627E: hue angle of 304º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80627E is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 126 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.50 |
| HSL | 304º | 0.13% | 0.44% | - |
| HSV(B) | 304º | 0.23% | 0.5% | - |
| XYZ | 17.04 | 14.83 | 21.7 | - |
| YUV | 110.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 126 | 0 | 0.23 | 0.02 | 0.50 | 304 | 0.13 | 0.44 |
| Hex | 80 | 62 | 7E | 0 | 17 | 2 | 32 | 130 | D | 2C |
| Octal | 200 | 142 | 176 | 0 | 27 | 2 | 62 | 460 | 15 | 54 |
| Binary | 10000000 | 1100010 | 1111110 | 0 | 10111 | 10 | 110010 | 100110000 | 1101 | 101100 |
Color Harmonies of #80627E
Complementary color
Monochromatic Colors of #80627E
Black with #80627E
Text Example
Text Example
White with #80627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80627E; }
p { color: rgb(128,98,126); }
H1.HeaderClassName
{
color: #80627E;
}
.AnyTagClassName
{
color: #80627E;
}
</style>
background-color css
<style>
a { background-color: #80627E; }
a { background-color: rgb(128,98,126); }
div.DivClassName
{
background-color: #80627E;
}
.BgClassName
{
background-color: #80627E;
}
</style>
border-color css
<style>
span { border-color: #80627E; }
span { border-color: rgb(128,98,126); }
td.TdClassName
{
border-color: #80627E;
}
.TagClassName
{
border-color: #80627E;
}
</style>