Shades of Trendy Pink #845980
Tints of Trendy Pink #845980
RGB
CMYK
RGB Variations
Color information
#845980 (or 0x845980) is known color: Trendy Pink. HEX triplet: 84, 59 and 80. RGB value is (132,89,128). Sum of RGB (Red+Green+Blue) = 132+89+128=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845980 is #7BA67F. Grayscale: #6A6A6A. Windows color (decimal): -8103552 or 8411524. OLE color: 8411524.
HSL color Cylindrical-coordinate representation of color #845980: hue angle of 305.58º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845980 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 128 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.48 |
| HSL | 305.58º | 0.19% | 0.43% | - |
| HSV(B) | 305.58º | 0.33% | 0.52% | - |
| XYZ | 16.98 | 13.61 | 22.15 | - |
| YUV | 106.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 128 | 0 | 0.33 | 0.03 | 0.48 | 305.58 | 0.19 | 0.43 |
| Hex | 84 | 59 | 80 | 0 | 21 | 3 | 30 | 132 | 13 | 2B |
| Octal | 204 | 131 | 200 | 0 | 41 | 3 | 60 | 462 | 23 | 53 |
| Binary | 10000100 | 1011001 | 10000000 | 0 | 100001 | 11 | 110000 | 100110010 | 10011 | 101011 |
Color Harmonies of #845980
Complementary color
Monochromatic Colors of #845980
Black with #845980
Text Example
Text Example
White with #845980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845980; }
p { color: rgb(132,89,128); }
H1.HeaderClassName
{
color: #845980;
}
.AnyTagClassName
{
color: #845980;
}
</style>
background-color css
<style>
a { background-color: #845980; }
a { background-color: rgb(132,89,128); }
div.DivClassName
{
background-color: #845980;
}
.BgClassName
{
background-color: #845980;
}
</style>
border-color css
<style>
span { border-color: #845980; }
span { border-color: rgb(132,89,128); }
td.TdClassName
{
border-color: #845980;
}
.TagClassName
{
border-color: #845980;
}
</style>