Shades of Trendy Pink #894884
Tints of Trendy Pink #894884
RGB
CMYK
RGB Variations
Color information
#894884 (or 0x894884) is known color: Trendy Pink. HEX triplet: 89, 48 and 84. RGB value is (137,72,132). Sum of RGB (Red+Green+Blue) = 137+72+132=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #894884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894884 is #76B77B. Grayscale: #626262. Windows color (decimal): -7780220 or 8669321. OLE color: 8669321.
HSL color Cylindrical-coordinate representation of color #894884: hue angle of 304.62º degrees, saturation: 0.31, 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 #894884 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 132 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.46 |
| HSL | 304.62º | 0.31% | 0.41% | - |
| HSV(B) | 304.62º | 0.47% | 0.54% | - |
| XYZ | 16.8 | 11.62 | 23.19 | - |
| YUV | 98.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 132 | 0 | 0.47 | 0.04 | 0.46 | 304.62 | 0.31 | 0.41 |
| Hex | 89 | 48 | 84 | 0 | 2F | 4 | 2E | 131 | 1F | 29 |
| Octal | 211 | 110 | 204 | 0 | 57 | 4 | 56 | 461 | 37 | 51 |
| Binary | 10001001 | 1001000 | 10000100 | 0 | 101111 | 100 | 101110 | 100110001 | 11111 | 101001 |
Color Harmonies of #894884
Complementary color
Monochromatic Colors of #894884
Black with #894884
Text Example
Text Example
White with #894884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894884; }
p { color: rgb(137,72,132); }
H1.HeaderClassName
{
color: #894884;
}
.AnyTagClassName
{
color: #894884;
}
</style>
background-color css
<style>
a { background-color: #894884; }
a { background-color: rgb(137,72,132); }
div.DivClassName
{
background-color: #894884;
}
.BgClassName
{
background-color: #894884;
}
</style>
border-color css
<style>
span { border-color: #894884; }
span { border-color: rgb(137,72,132); }
td.TdClassName
{
border-color: #894884;
}
.TagClassName
{
border-color: #894884;
}
</style>