Shades of Trendy Pink #894A89
Tints of Trendy Pink #894A89
RGB
CMYK
RGB Variations
Color information
#894A89 (or 0x894A89) is known color: Trendy Pink. HEX triplet: 89, 4A and 89. RGB value is (137,74,137). Sum of RGB (Red+Green+Blue) = 137+74+137=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #894A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894A89 is #76B576. Grayscale: #636363. Windows color (decimal): -7779703 or 8997513. OLE color: 8997513.
HSL color Cylindrical-coordinate representation of color #894A89: hue angle of 300º 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 #894A89 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 74 | 137 | - |
| CMYK | 0 | 0.46 | 0 | 0.46 |
| HSL | 300º | 0.3% | 0.41% | - |
| HSV(B) | 300º | 0.46% | 0.54% | - |
| XYZ | 17.28 | 12.02 | 25.08 | - |
| YUV | 100.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 137 | 0 | 0.46 | 0 | 0.46 | 300 | 0.3 | 0.41 |
| Hex | 89 | 4A | 89 | 0 | 2E | 0 | 2E | 12C | 1E | 29 |
| Octal | 211 | 112 | 211 | 0 | 56 | 0 | 56 | 454 | 36 | 51 |
| Binary | 10001001 | 1001010 | 10001001 | 0 | 101110 | 0 | 101110 | 100101100 | 11110 | 101001 |
Color Harmonies of #894A89
Complementary color
Monochromatic Colors of #894A89
Black with #894A89
Text Example
Text Example
White with #894A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894A89; }
p { color: rgb(137,74,137); }
H1.HeaderClassName
{
color: #894A89;
}
.AnyTagClassName
{
color: #894A89;
}
</style>
background-color css
<style>
a { background-color: #894A89; }
a { background-color: rgb(137,74,137); }
div.DivClassName
{
background-color: #894A89;
}
.BgClassName
{
background-color: #894A89;
}
</style>
border-color css
<style>
span { border-color: #894A89; }
span { border-color: rgb(137,74,137); }
td.TdClassName
{
border-color: #894A89;
}
.TagClassName
{
border-color: #894A89;
}
</style>