Shades of Trendy Pink #804C85
Tints of Trendy Pink #804C85
RGB
CMYK
RGB Variations
Color information
#804C85 (or 0x804C85) is known color: Trendy Pink. HEX triplet: 80, 4C and 85. RGB value is (128,76,133). Sum of RGB (Red+Green+Blue) = 128+76+133=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #804C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804C85 is #7FB37A. Grayscale: #616161. Windows color (decimal): -8369019 or 8735872. OLE color: 8735872.
HSL color Cylindrical-coordinate representation of color #804C85: hue angle of 294.74º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804C85 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 76 | 133 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.48 |
| HSL | 294.74º | 0.27% | 0.41% | - |
| HSV(B) | 294.74º | 0.43% | 0.52% | - |
| XYZ | 15.72 | 11.45 | 23.57 | - |
| YUV | 98.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 133 | 0.04 | 0.43 | 0 | 0.48 | 294.74 | 0.27 | 0.41 |
| Hex | 80 | 4C | 85 | 4 | 2B | 0 | 30 | 127 | 1B | 29 |
| Octal | 200 | 114 | 205 | 4 | 53 | 0 | 60 | 447 | 33 | 51 |
| Binary | 10000000 | 1001100 | 10000101 | 100 | 101011 | 0 | 110000 | 100100111 | 11011 | 101001 |
Color Harmonies of #804C85
Complementary color
Monochromatic Colors of #804C85
Black with #804C85
Text Example
Text Example
White with #804C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C85; }
p { color: rgb(128,76,133); }
H1.HeaderClassName
{
color: #804C85;
}
.AnyTagClassName
{
color: #804C85;
}
</style>
background-color css
<style>
a { background-color: #804C85; }
a { background-color: rgb(128,76,133); }
div.DivClassName
{
background-color: #804C85;
}
.BgClassName
{
background-color: #804C85;
}
</style>
border-color css
<style>
span { border-color: #804C85; }
span { border-color: rgb(128,76,133); }
td.TdClassName
{
border-color: #804C85;
}
.TagClassName
{
border-color: #804C85;
}
</style>