Shades of Trendy Pink #80537C
Tints of Trendy Pink #80537C
RGB
CMYK
RGB Variations
Color information
#80537C (or 0x80537C) is known color: Trendy Pink. HEX triplet: 80, 53 and 7C. RGB value is (128,83,124). Sum of RGB (Red+Green+Blue) = 128+83+124=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80537C is #7FAC83. Grayscale: #656565. Windows color (decimal): -8367236 or 8147840. OLE color: 8147840.
HSL color Cylindrical-coordinate representation of color #80537C: hue angle of 305.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 #80537C is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 124 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.50 |
| HSL | 305.33º | 0.21% | 0.41% | - |
| HSV(B) | 305.33º | 0.35% | 0.5% | - |
| XYZ | 15.63 | 12.23 | 20.61 | - |
| YUV | 101.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 124 | 0 | 0.35 | 0.03 | 0.50 | 305.33 | 0.21 | 0.41 |
| Hex | 80 | 53 | 7C | 0 | 23 | 3 | 32 | 131 | 15 | 29 |
| Octal | 200 | 123 | 174 | 0 | 43 | 3 | 62 | 461 | 25 | 51 |
| Binary | 10000000 | 1010011 | 1111100 | 0 | 100011 | 11 | 110010 | 100110001 | 10101 | 101001 |
Color Harmonies of #80537C
Complementary color
Monochromatic Colors of #80537C
Black with #80537C
Text Example
Text Example
White with #80537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80537C; }
p { color: rgb(128,83,124); }
H1.HeaderClassName
{
color: #80537C;
}
.AnyTagClassName
{
color: #80537C;
}
</style>
background-color css
<style>
a { background-color: #80537C; }
a { background-color: rgb(128,83,124); }
div.DivClassName
{
background-color: #80537C;
}
.BgClassName
{
background-color: #80537C;
}
</style>
border-color css
<style>
span { border-color: #80537C; }
span { border-color: rgb(128,83,124); }
td.TdClassName
{
border-color: #80537C;
}
.TagClassName
{
border-color: #80537C;
}
</style>