Shades of Trendy Pink #894481
Tints of Trendy Pink #894481
RGB
CMYK
RGB Variations
Color information
#894481 (or 0x894481) is known color: Trendy Pink. HEX triplet: 89, 44 and 81. RGB value is (137,68,129). Sum of RGB (Red+Green+Blue) = 137+68+129=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #894481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894481 is #76BB7E. Grayscale: #5F5F5F. Windows color (decimal): -7781247 or 8471689. OLE color: 8471689.
HSL color Cylindrical-coordinate representation of color #894481: hue angle of 306.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894481 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 129 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.46 |
| HSL | 306.96º | 0.34% | 0.4% | - |
| HSV(B) | 306.96º | 0.5% | 0.54% | - |
| XYZ | 16.35 | 11.04 | 22.04 | - |
| YUV | 95.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 129 | 0 | 0.50 | 0.06 | 0.46 | 306.96 | 0.34 | 0.4 |
| Hex | 89 | 44 | 81 | 0 | 32 | 6 | 2E | 133 | 22 | 28 |
| Octal | 211 | 104 | 201 | 0 | 62 | 6 | 56 | 463 | 42 | 50 |
| Binary | 10001001 | 1000100 | 10000001 | 0 | 110010 | 110 | 101110 | 100110011 | 100010 | 101000 |
Color Harmonies of #894481
Complementary color
Monochromatic Colors of #894481
Black with #894481
Text Example
Text Example
White with #894481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894481; }
p { color: rgb(137,68,129); }
H1.HeaderClassName
{
color: #894481;
}
.AnyTagClassName
{
color: #894481;
}
</style>
background-color css
<style>
a { background-color: #894481; }
a { background-color: rgb(137,68,129); }
div.DivClassName
{
background-color: #894481;
}
.BgClassName
{
background-color: #894481;
}
</style>
border-color css
<style>
span { border-color: #894481; }
span { border-color: rgb(137,68,129); }
td.TdClassName
{
border-color: #894481;
}
.TagClassName
{
border-color: #894481;
}
</style>