Shades of Trendy Pink #80547C
Tints of Trendy Pink #80547C
RGB
CMYK
RGB Variations
Color information
#80547C (or 0x80547C) is known color: Trendy Pink. HEX triplet: 80, 54 and 7C. RGB value is (128,84,124). Sum of RGB (Red+Green+Blue) = 128+84+124=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80547C is #7FAB83. Grayscale: #656565. Windows color (decimal): -8366980 or 8148096. OLE color: 8148096.
HSL color Cylindrical-coordinate representation of color #80547C: hue angle of 305.45º degrees, saturation: 0.21, 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 #80547C is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 124 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.50 |
| HSL | 305.45º | 0.21% | 0.42% | - |
| HSV(B) | 305.45º | 0.34% | 0.5% | - |
| XYZ | 15.71 | 12.39 | 20.63 | - |
| YUV | 101.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 124 | 0 | 0.34 | 0.03 | 0.50 | 305.45 | 0.21 | 0.42 |
| Hex | 80 | 54 | 7C | 0 | 22 | 3 | 32 | 131 | 15 | 2A |
| Octal | 200 | 124 | 174 | 0 | 42 | 3 | 62 | 461 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1111100 | 0 | 100010 | 11 | 110010 | 100110001 | 10101 | 101010 |
Color Harmonies of #80547C
Complementary color
Monochromatic Colors of #80547C
Black with #80547C
Text Example
Text Example
White with #80547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80547C; }
p { color: rgb(128,84,124); }
H1.HeaderClassName
{
color: #80547C;
}
.AnyTagClassName
{
color: #80547C;
}
</style>
background-color css
<style>
a { background-color: #80547C; }
a { background-color: rgb(128,84,124); }
div.DivClassName
{
background-color: #80547C;
}
.BgClassName
{
background-color: #80547C;
}
</style>
border-color css
<style>
span { border-color: #80547C; }
span { border-color: rgb(128,84,124); }
td.TdClassName
{
border-color: #80547C;
}
.TagClassName
{
border-color: #80547C;
}
</style>