Shades of Trendy Pink #895980
Tints of Trendy Pink #895980
RGB
CMYK
RGB Variations
Color information
#895980 (or 0x895980) is known color: Trendy Pink. HEX triplet: 89, 59 and 80. RGB value is (137,89,128). Sum of RGB (Red+Green+Blue) = 137+89+128=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #895980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895980 is #76A67F. Grayscale: #6B6B6B. Windows color (decimal): -7775872 or 8411529. OLE color: 8411529.
HSL color Cylindrical-coordinate representation of color #895980: hue angle of 311.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895980 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 128 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.46 |
| HSL | 311.25º | 0.21% | 0.44% | - |
| HSV(B) | 311.25º | 0.35% | 0.54% | - |
| XYZ | 17.79 | 14.02 | 22.19 | - |
| YUV | 107.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 128 | 0 | 0.35 | 0.07 | 0.46 | 311.25 | 0.21 | 0.44 |
| Hex | 89 | 59 | 80 | 0 | 23 | 7 | 2E | 137 | 15 | 2C |
| Octal | 211 | 131 | 200 | 0 | 43 | 7 | 56 | 467 | 25 | 54 |
| Binary | 10001001 | 1011001 | 10000000 | 0 | 100011 | 111 | 101110 | 100110111 | 10101 | 101100 |
Color Harmonies of #895980
Complementary color
Monochromatic Colors of #895980
Black with #895980
Text Example
Text Example
White with #895980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895980; }
p { color: rgb(137,89,128); }
H1.HeaderClassName
{
color: #895980;
}
.AnyTagClassName
{
color: #895980;
}
</style>
background-color css
<style>
a { background-color: #895980; }
a { background-color: rgb(137,89,128); }
div.DivClassName
{
background-color: #895980;
}
.BgClassName
{
background-color: #895980;
}
</style>
border-color css
<style>
span { border-color: #895980; }
span { border-color: rgb(137,89,128); }
td.TdClassName
{
border-color: #895980;
}
.TagClassName
{
border-color: #895980;
}
</style>