Shades of Trendy Pink #896080
Tints of Trendy Pink #896080
RGB
CMYK
RGB Variations
Color information
#896080 (or 0x896080) is known color: Trendy Pink. HEX triplet: 89, 60 and 80. RGB value is (137,96,128). Sum of RGB (Red+Green+Blue) = 137+96+128=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #896080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896080 is #769F7F. Grayscale: #6F6F6F. Windows color (decimal): -7774080 or 8413321. OLE color: 8413321.
HSL color Cylindrical-coordinate representation of color #896080: hue angle of 313.17º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896080 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 128 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.46 |
| HSL | 313.17º | 0.18% | 0.46% | - |
| HSV(B) | 313.17º | 0.3% | 0.54% | - |
| XYZ | 18.4 | 15.24 | 22.39 | - |
| YUV | 111.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 128 | 0 | 0.30 | 0.07 | 0.46 | 313.17 | 0.18 | 0.46 |
| Hex | 89 | 60 | 80 | 0 | 1E | 7 | 2E | 139 | 12 | 2E |
| Octal | 211 | 140 | 200 | 0 | 36 | 7 | 56 | 471 | 22 | 56 |
| Binary | 10001001 | 1100000 | 10000000 | 0 | 11110 | 111 | 101110 | 100111001 | 10010 | 101110 |
Color Harmonies of #896080
Complementary color
Monochromatic Colors of #896080
Black with #896080
Text Example
Text Example
White with #896080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896080; }
p { color: rgb(137,96,128); }
H1.HeaderClassName
{
color: #896080;
}
.AnyTagClassName
{
color: #896080;
}
</style>
background-color css
<style>
a { background-color: #896080; }
a { background-color: rgb(137,96,128); }
div.DivClassName
{
background-color: #896080;
}
.BgClassName
{
background-color: #896080;
}
</style>
border-color css
<style>
span { border-color: #896080; }
span { border-color: rgb(137,96,128); }
td.TdClassName
{
border-color: #896080;
}
.TagClassName
{
border-color: #896080;
}
</style>