Shades of Trendy Pink #894D80
Tints of Trendy Pink #894D80
RGB
CMYK
RGB Variations
Color information
#894D80 (or 0x894D80) is known color: Trendy Pink. HEX triplet: 89, 4D and 80. RGB value is (137,77,128). Sum of RGB (Red+Green+Blue) = 137+77+128=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #894D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894D80 is #76B27F. Grayscale: #646464. Windows color (decimal): -7778944 or 8408457. OLE color: 8408457.
HSL color Cylindrical-coordinate representation of color #894D80: hue angle of 309º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D80 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 128 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.46 |
| HSL | 309º | 0.28% | 0.42% | - |
| HSV(B) | 309º | 0.44% | 0.54% | - |
| XYZ | 16.87 | 12.18 | 21.88 | - |
| YUV | 100.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 128 | 0 | 0.44 | 0.07 | 0.46 | 309 | 0.28 | 0.42 |
| Hex | 89 | 4D | 80 | 0 | 2C | 7 | 2E | 135 | 1C | 2A |
| Octal | 211 | 115 | 200 | 0 | 54 | 7 | 56 | 465 | 34 | 52 |
| Binary | 10001001 | 1001101 | 10000000 | 0 | 101100 | 111 | 101110 | 100110101 | 11100 | 101010 |
Color Harmonies of #894D80
Complementary color
Monochromatic Colors of #894D80
Black with #894D80
Text Example
Text Example
White with #894D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D80; }
p { color: rgb(137,77,128); }
H1.HeaderClassName
{
color: #894D80;
}
.AnyTagClassName
{
color: #894D80;
}
</style>
background-color css
<style>
a { background-color: #894D80; }
a { background-color: rgb(137,77,128); }
div.DivClassName
{
background-color: #894D80;
}
.BgClassName
{
background-color: #894D80;
}
</style>
border-color css
<style>
span { border-color: #894D80; }
span { border-color: rgb(137,77,128); }
td.TdClassName
{
border-color: #894D80;
}
.TagClassName
{
border-color: #894D80;
}
</style>