Shades of Trendy Pink #894584
Tints of Trendy Pink #894584
RGB
CMYK
RGB Variations
Color information
#894584 (or 0x894584) is known color: Trendy Pink. HEX triplet: 89, 45 and 84. RGB value is (137,69,132). Sum of RGB (Red+Green+Blue) = 137+69+132=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #894584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894584 is #76BA7B. Grayscale: #606060. Windows color (decimal): -7780988 or 8668553. OLE color: 8668553.
HSL color Cylindrical-coordinate representation of color #894584: hue angle of 304.41º degrees, saturation: 0.33, 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 #894584 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 132 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.46 |
| HSL | 304.41º | 0.33% | 0.4% | - |
| HSV(B) | 304.41º | 0.5% | 0.54% | - |
| XYZ | 16.61 | 11.24 | 23.12 | - |
| YUV | 96.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 132 | 0 | 0.50 | 0.04 | 0.46 | 304.41 | 0.33 | 0.4 |
| Hex | 89 | 45 | 84 | 0 | 32 | 4 | 2E | 130 | 21 | 28 |
| Octal | 211 | 105 | 204 | 0 | 62 | 4 | 56 | 460 | 41 | 50 |
| Binary | 10001001 | 1000101 | 10000100 | 0 | 110010 | 100 | 101110 | 100110000 | 100001 | 101000 |
Color Harmonies of #894584
Complementary color
Monochromatic Colors of #894584
Black with #894584
Text Example
Text Example
White with #894584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894584; }
p { color: rgb(137,69,132); }
H1.HeaderClassName
{
color: #894584;
}
.AnyTagClassName
{
color: #894584;
}
</style>
background-color css
<style>
a { background-color: #894584; }
a { background-color: rgb(137,69,132); }
div.DivClassName
{
background-color: #894584;
}
.BgClassName
{
background-color: #894584;
}
</style>
border-color css
<style>
span { border-color: #894584; }
span { border-color: rgb(137,69,132); }
td.TdClassName
{
border-color: #894584;
}
.TagClassName
{
border-color: #894584;
}
</style>