Shades of Trendy Pink #894582
Tints of Trendy Pink #894582
RGB
CMYK
RGB Variations
Color information
#894582 (or 0x894582) is known color: Trendy Pink. HEX triplet: 89, 45 and 82. RGB value is (137,69,130). Sum of RGB (Red+Green+Blue) = 137+69+130=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #894582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894582 is #76BA7D. Grayscale: #606060. Windows color (decimal): -7780990 or 8537481. OLE color: 8537481.
HSL color Cylindrical-coordinate representation of color #894582: hue angle of 306.18º 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 #894582 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 130 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.46 |
| HSL | 306.18º | 0.33% | 0.4% | - |
| HSV(B) | 306.18º | 0.5% | 0.54% | - |
| XYZ | 16.47 | 11.19 | 22.41 | - |
| YUV | 96.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 130 | 0 | 0.50 | 0.05 | 0.46 | 306.18 | 0.33 | 0.4 |
| Hex | 89 | 45 | 82 | 0 | 32 | 5 | 2E | 132 | 21 | 28 |
| Octal | 211 | 105 | 202 | 0 | 62 | 5 | 56 | 462 | 41 | 50 |
| Binary | 10001001 | 1000101 | 10000010 | 0 | 110010 | 101 | 101110 | 100110010 | 100001 | 101000 |
Color Harmonies of #894582
Complementary color
Monochromatic Colors of #894582
Black with #894582
Text Example
Text Example
White with #894582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894582; }
p { color: rgb(137,69,130); }
H1.HeaderClassName
{
color: #894582;
}
.AnyTagClassName
{
color: #894582;
}
</style>
background-color css
<style>
a { background-color: #894582; }
a { background-color: rgb(137,69,130); }
div.DivClassName
{
background-color: #894582;
}
.BgClassName
{
background-color: #894582;
}
</style>
border-color css
<style>
span { border-color: #894582; }
span { border-color: rgb(137,69,130); }
td.TdClassName
{
border-color: #894582;
}
.TagClassName
{
border-color: #894582;
}
</style>