Shades of Trendy Pink #894580
Tints of Trendy Pink #894580
RGB
CMYK
RGB Variations
Color information
#894580 (or 0x894580) is known color: Trendy Pink. HEX triplet: 89, 45 and 80. RGB value is (137,69,128). Sum of RGB (Red+Green+Blue) = 137+69+128=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #894580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894580 is #76BA7F. Grayscale: #5F5F5F. Windows color (decimal): -7780992 or 8406409. OLE color: 8406409.
HSL color Cylindrical-coordinate representation of color #894580: hue angle of 307.94º 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 #894580 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 128 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.46 |
| HSL | 307.94º | 0.33% | 0.4% | - |
| HSV(B) | 307.94º | 0.5% | 0.54% | - |
| XYZ | 16.34 | 11.13 | 21.71 | - |
| YUV | 96.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 128 | 0 | 0.50 | 0.07 | 0.46 | 307.94 | 0.33 | 0.4 |
| Hex | 89 | 45 | 80 | 0 | 32 | 7 | 2E | 134 | 21 | 28 |
| Octal | 211 | 105 | 200 | 0 | 62 | 7 | 56 | 464 | 41 | 50 |
| Binary | 10001001 | 1000101 | 10000000 | 0 | 110010 | 111 | 101110 | 100110100 | 100001 | 101000 |
Color Harmonies of #894580
Complementary color
Monochromatic Colors of #894580
Black with #894580
Text Example
Text Example
White with #894580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894580; }
p { color: rgb(137,69,128); }
H1.HeaderClassName
{
color: #894580;
}
.AnyTagClassName
{
color: #894580;
}
</style>
background-color css
<style>
a { background-color: #894580; }
a { background-color: rgb(137,69,128); }
div.DivClassName
{
background-color: #894580;
}
.BgClassName
{
background-color: #894580;
}
</style>
border-color css
<style>
span { border-color: #894580; }
span { border-color: rgb(137,69,128); }
td.TdClassName
{
border-color: #894580;
}
.TagClassName
{
border-color: #894580;
}
</style>