Shades of Trendy Pink #894A7E
Tints of Trendy Pink #894A7E
RGB
CMYK
RGB Variations
Color information
#894A7E (or 0x894A7E) is known color: Trendy Pink. HEX triplet: 89, 4A and 7E. RGB value is (137,74,126). Sum of RGB (Red+Green+Blue) = 137+74+126=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #894A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A7E is #76B581. Grayscale: #626262. Windows color (decimal): -7779714 or 8276617. OLE color: 8276617.
HSL color Cylindrical-coordinate representation of color #894A7E: hue angle of 310.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A7E is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 74 | 126 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.46 |
| HSL | 310.48º | 0.3% | 0.41% | - |
| HSV(B) | 310.48º | 0.46% | 0.54% | - |
| XYZ | 16.53 | 11.72 | 21.13 | - |
| YUV | 98.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 126 | 0 | 0.46 | 0.08 | 0.46 | 310.48 | 0.3 | 0.41 |
| Hex | 89 | 4A | 7E | 0 | 2E | 8 | 2E | 136 | 1E | 29 |
| Octal | 211 | 112 | 176 | 0 | 56 | 10 | 56 | 466 | 36 | 51 |
| Binary | 10001001 | 1001010 | 1111110 | 0 | 101110 | 1000 | 101110 | 100110110 | 11110 | 101001 |
Color Harmonies of #894A7E
Complementary color
Monochromatic Colors of #894A7E
Black with #894A7E
Text Example
Text Example
White with #894A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894A7E; }
p { color: rgb(137,74,126); }
H1.HeaderClassName
{
color: #894A7E;
}
.AnyTagClassName
{
color: #894A7E;
}
</style>
background-color css
<style>
a { background-color: #894A7E; }
a { background-color: rgb(137,74,126); }
div.DivClassName
{
background-color: #894A7E;
}
.BgClassName
{
background-color: #894A7E;
}
</style>
border-color css
<style>
span { border-color: #894A7E; }
span { border-color: rgb(137,74,126); }
td.TdClassName
{
border-color: #894A7E;
}
.TagClassName
{
border-color: #894A7E;
}
</style>