Shades of Trendy Pink #80517A
Tints of Trendy Pink #80517A
RGB
CMYK
RGB Variations
Color information
#80517A (or 0x80517A) is known color: Trendy Pink. HEX triplet: 80, 51 and 7A. RGB value is (128,81,122). Sum of RGB (Red+Green+Blue) = 128+81+122=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #80517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80517A is #7FAE85. Grayscale: #636363. Windows color (decimal): -8367750 or 8016256. OLE color: 8016256.
HSL color Cylindrical-coordinate representation of color #80517A: hue angle of 307.66º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80517A is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 122 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.50 |
| HSL | 307.66º | 0.22% | 0.41% | - |
| HSV(B) | 307.66º | 0.37% | 0.5% | - |
| XYZ | 15.36 | 11.88 | 19.9 | - |
| YUV | 99.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 122 | 0 | 0.37 | 0.05 | 0.50 | 307.66 | 0.22 | 0.41 |
| Hex | 80 | 51 | 7A | 0 | 25 | 5 | 32 | 134 | 16 | 29 |
| Octal | 200 | 121 | 172 | 0 | 45 | 5 | 62 | 464 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1111010 | 0 | 100101 | 101 | 110010 | 100110100 | 10110 | 101001 |
Color Harmonies of #80517A
Complementary color
Monochromatic Colors of #80517A
Black with #80517A
Text Example
Text Example
White with #80517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80517A; }
p { color: rgb(128,81,122); }
H1.HeaderClassName
{
color: #80517A;
}
.AnyTagClassName
{
color: #80517A;
}
</style>
background-color css
<style>
a { background-color: #80517A; }
a { background-color: rgb(128,81,122); }
div.DivClassName
{
background-color: #80517A;
}
.BgClassName
{
background-color: #80517A;
}
</style>
border-color css
<style>
span { border-color: #80517A; }
span { border-color: rgb(128,81,122); }
td.TdClassName
{
border-color: #80517A;
}
.TagClassName
{
border-color: #80517A;
}
</style>