Shades of Trendy Pink #894D7B
Tints of Trendy Pink #894D7B
RGB
CMYK
RGB Variations
Color information
#894D7B (or 0x894D7B) is known color: Trendy Pink. HEX triplet: 89, 4D and 7B. RGB value is (137,77,123). Sum of RGB (Red+Green+Blue) = 137+77+123=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #894D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D7B is #76B284. Grayscale: #646464. Windows color (decimal): -7778949 or 8080777. OLE color: 8080777.
HSL color Cylindrical-coordinate representation of color #894D7B: hue angle of 314º 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 #894D7B is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 123 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.46 |
| HSL | 314º | 0.28% | 0.42% | - |
| HSV(B) | 314º | 0.44% | 0.54% | - |
| XYZ | 16.55 | 12.06 | 20.19 | - |
| YUV | 100.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 123 | 0 | 0.44 | 0.10 | 0.46 | 314 | 0.28 | 0.42 |
| Hex | 89 | 4D | 7B | 0 | 2C | A | 2E | 13A | 1C | 2A |
| Octal | 211 | 115 | 173 | 0 | 54 | 12 | 56 | 472 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1111011 | 0 | 101100 | 1010 | 101110 | 100111010 | 11100 | 101010 |
Color Harmonies of #894D7B
Complementary color
Monochromatic Colors of #894D7B
Black with #894D7B
Text Example
Text Example
White with #894D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D7B; }
p { color: rgb(137,77,123); }
H1.HeaderClassName
{
color: #894D7B;
}
.AnyTagClassName
{
color: #894D7B;
}
</style>
background-color css
<style>
a { background-color: #894D7B; }
a { background-color: rgb(137,77,123); }
div.DivClassName
{
background-color: #894D7B;
}
.BgClassName
{
background-color: #894D7B;
}
</style>
border-color css
<style>
span { border-color: #894D7B; }
span { border-color: rgb(137,77,123); }
td.TdClassName
{
border-color: #894D7B;
}
.TagClassName
{
border-color: #894D7B;
}
</style>