Shades of Trendy Pink #844580
Tints of Trendy Pink #844580
RGB
CMYK
RGB Variations
Color information
#844580 (or 0x844580) is known color: Trendy Pink. HEX triplet: 84, 45 and 80. RGB value is (132,69,128). Sum of RGB (Red+Green+Blue) = 132+69+128=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #844580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844580 is #7BBA7F. Grayscale: #5E5E5E. Windows color (decimal): -8108672 or 8406404. OLE color: 8406404.
HSL color Cylindrical-coordinate representation of color #844580: hue angle of 303.81º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844580 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 128 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.48 |
| HSL | 303.81º | 0.31% | 0.39% | - |
| HSV(B) | 303.81º | 0.48% | 0.52% | - |
| XYZ | 15.54 | 10.72 | 21.67 | - |
| YUV | 94.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 128 | 0 | 0.48 | 0.03 | 0.48 | 303.81 | 0.31 | 0.39 |
| Hex | 84 | 45 | 80 | 0 | 30 | 3 | 30 | 130 | 1F | 27 |
| Octal | 204 | 105 | 200 | 0 | 60 | 3 | 60 | 460 | 37 | 47 |
| Binary | 10000100 | 1000101 | 10000000 | 0 | 110000 | 11 | 110000 | 100110000 | 11111 | 100111 |
Color Harmonies of #844580
Complementary color
Monochromatic Colors of #844580
Black with #844580
Text Example
Text Example
White with #844580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844580; }
p { color: rgb(132,69,128); }
H1.HeaderClassName
{
color: #844580;
}
.AnyTagClassName
{
color: #844580;
}
</style>
background-color css
<style>
a { background-color: #844580; }
a { background-color: rgb(132,69,128); }
div.DivClassName
{
background-color: #844580;
}
.BgClassName
{
background-color: #844580;
}
</style>
border-color css
<style>
span { border-color: #844580; }
span { border-color: rgb(132,69,128); }
td.TdClassName
{
border-color: #844580;
}
.TagClassName
{
border-color: #844580;
}
</style>