Shades of Trendy Pink #894D7E
Tints of Trendy Pink #894D7E
RGB
CMYK
RGB Variations
Color information
#894D7E (or 0x894D7E) is known color: Trendy Pink. HEX triplet: 89, 4D and 7E. RGB value is (137,77,126). Sum of RGB (Red+Green+Blue) = 137+77+126=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #894D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D7E is #76B281. Grayscale: #646464. Windows color (decimal): -7778946 or 8277385. OLE color: 8277385.
HSL color Cylindrical-coordinate representation of color #894D7E: hue angle of 311º 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 #894D7E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 126 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.46 |
| HSL | 311º | 0.28% | 0.42% | - |
| HSV(B) | 311º | 0.44% | 0.54% | - |
| XYZ | 16.74 | 12.13 | 21.2 | - |
| YUV | 100.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 126 | 0 | 0.44 | 0.08 | 0.46 | 311 | 0.28 | 0.42 |
| Hex | 89 | 4D | 7E | 0 | 2C | 8 | 2E | 137 | 1C | 2A |
| Octal | 211 | 115 | 176 | 0 | 54 | 10 | 56 | 467 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1111110 | 0 | 101100 | 1000 | 101110 | 100110111 | 11100 | 101010 |
Color Harmonies of #894D7E
Complementary color
Monochromatic Colors of #894D7E
Black with #894D7E
Text Example
Text Example
White with #894D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D7E; }
p { color: rgb(137,77,126); }
H1.HeaderClassName
{
color: #894D7E;
}
.AnyTagClassName
{
color: #894D7E;
}
</style>
background-color css
<style>
a { background-color: #894D7E; }
a { background-color: rgb(137,77,126); }
div.DivClassName
{
background-color: #894D7E;
}
.BgClassName
{
background-color: #894D7E;
}
</style>
border-color css
<style>
span { border-color: #894D7E; }
span { border-color: rgb(137,77,126); }
td.TdClassName
{
border-color: #894D7E;
}
.TagClassName
{
border-color: #894D7E;
}
</style>