Shades of Trendy Pink #894981
Tints of Trendy Pink #894981
RGB
CMYK
RGB Variations
Color information
#894981 (or 0x894981) is known color: Trendy Pink. HEX triplet: 89, 49 and 81. RGB value is (137,73,129). Sum of RGB (Red+Green+Blue) = 137+73+129=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #894981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894981 is #76B67E. Grayscale: #626262. Windows color (decimal): -7779967 or 8472969. OLE color: 8472969.
HSL color Cylindrical-coordinate representation of color #894981: hue angle of 307.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894981 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 129 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.46 |
| HSL | 307.5º | 0.3% | 0.41% | - |
| HSV(B) | 307.5º | 0.47% | 0.54% | - |
| XYZ | 16.66 | 11.67 | 22.14 | - |
| YUV | 98.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 129 | 0 | 0.47 | 0.06 | 0.46 | 307.5 | 0.3 | 0.41 |
| Hex | 89 | 49 | 81 | 0 | 2F | 6 | 2E | 134 | 1E | 29 |
| Octal | 211 | 111 | 201 | 0 | 57 | 6 | 56 | 464 | 36 | 51 |
| Binary | 10001001 | 1001001 | 10000001 | 0 | 101111 | 110 | 101110 | 100110100 | 11110 | 101001 |
Color Harmonies of #894981
Complementary color
Monochromatic Colors of #894981
Black with #894981
Text Example
Text Example
White with #894981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894981; }
p { color: rgb(137,73,129); }
H1.HeaderClassName
{
color: #894981;
}
.AnyTagClassName
{
color: #894981;
}
</style>
background-color css
<style>
a { background-color: #894981; }
a { background-color: rgb(137,73,129); }
div.DivClassName
{
background-color: #894981;
}
.BgClassName
{
background-color: #894981;
}
</style>
border-color css
<style>
span { border-color: #894981; }
span { border-color: rgb(137,73,129); }
td.TdClassName
{
border-color: #894981;
}
.TagClassName
{
border-color: #894981;
}
</style>