Shades of Trendy Pink #80537F
Tints of Trendy Pink #80537F
RGB
CMYK
RGB Variations
Color information
#80537F (or 0x80537F) is known color: Trendy Pink. HEX triplet: 80, 53 and 7F. RGB value is (128,83,127). Sum of RGB (Red+Green+Blue) = 128+83+127=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80537F is #7FAC80. Grayscale: #656565. Windows color (decimal): -8367233 or 8344448. OLE color: 8344448.
HSL color Cylindrical-coordinate representation of color #80537F: hue angle of 301.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80537F is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 127 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.50 |
| HSL | 301.33º | 0.21% | 0.41% | - |
| HSV(B) | 301.33º | 0.35% | 0.5% | - |
| XYZ | 15.83 | 12.31 | 21.62 | - |
| YUV | 101.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 127 | 0 | 0.35 | 0.01 | 0.50 | 301.33 | 0.21 | 0.41 |
| Hex | 80 | 53 | 7F | 0 | 23 | 1 | 32 | 12D | 15 | 29 |
| Octal | 200 | 123 | 177 | 0 | 43 | 1 | 62 | 455 | 25 | 51 |
| Binary | 10000000 | 1010011 | 1111111 | 0 | 100011 | 1 | 110010 | 100101101 | 10101 | 101001 |
Color Harmonies of #80537F
Complementary color
Monochromatic Colors of #80537F
Black with #80537F
Text Example
Text Example
White with #80537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80537F; }
p { color: rgb(128,83,127); }
H1.HeaderClassName
{
color: #80537F;
}
.AnyTagClassName
{
color: #80537F;
}
</style>
background-color css
<style>
a { background-color: #80537F; }
a { background-color: rgb(128,83,127); }
div.DivClassName
{
background-color: #80537F;
}
.BgClassName
{
background-color: #80537F;
}
</style>
border-color css
<style>
span { border-color: #80537F; }
span { border-color: rgb(128,83,127); }
td.TdClassName
{
border-color: #80537F;
}
.TagClassName
{
border-color: #80537F;
}
</style>