Shades of Trendy Pink #894585
Tints of Trendy Pink #894585
RGB
CMYK
RGB Variations
Color information
#894585 (or 0x894585) is known color: Trendy Pink. HEX triplet: 89, 45 and 85. RGB value is (137,69,133). Sum of RGB (Red+Green+Blue) = 137+69+133=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #894585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894585 is #76BA7A. Grayscale: #606060. Windows color (decimal): -7780987 or 8734089. OLE color: 8734089.
HSL color Cylindrical-coordinate representation of color #894585: hue angle of 303.53º 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 #894585 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 133 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.46 |
| HSL | 303.53º | 0.33% | 0.4% | - |
| HSV(B) | 303.53º | 0.5% | 0.54% | - |
| XYZ | 16.68 | 11.27 | 23.49 | - |
| YUV | 96.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 133 | 0 | 0.50 | 0.03 | 0.46 | 303.53 | 0.33 | 0.4 |
| Hex | 89 | 45 | 85 | 0 | 32 | 3 | 2E | 130 | 21 | 28 |
| Octal | 211 | 105 | 205 | 0 | 62 | 3 | 56 | 460 | 41 | 50 |
| Binary | 10001001 | 1000101 | 10000101 | 0 | 110010 | 11 | 101110 | 100110000 | 100001 | 101000 |
Color Harmonies of #894585
Complementary color
Monochromatic Colors of #894585
Black with #894585
Text Example
Text Example
White with #894585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894585; }
p { color: rgb(137,69,133); }
H1.HeaderClassName
{
color: #894585;
}
.AnyTagClassName
{
color: #894585;
}
</style>
background-color css
<style>
a { background-color: #894585; }
a { background-color: rgb(137,69,133); }
div.DivClassName
{
background-color: #894585;
}
.BgClassName
{
background-color: #894585;
}
</style>
border-color css
<style>
span { border-color: #894585; }
span { border-color: rgb(137,69,133); }
td.TdClassName
{
border-color: #894585;
}
.TagClassName
{
border-color: #894585;
}
</style>