Shades of Trendy Pink #895080
Tints of Trendy Pink #895080
RGB
CMYK
RGB Variations
Color information
#895080 (or 0x895080) is known color: Trendy Pink. HEX triplet: 89, 50 and 80. RGB value is (137,80,128). Sum of RGB (Red+Green+Blue) = 137+80+128=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895080 is #76AF7F. Grayscale: #666666. Windows color (decimal): -7778176 or 8409225. OLE color: 8409225.
HSL color Cylindrical-coordinate representation of color #895080: hue angle of 309.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895080 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 128 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.46 |
| HSL | 309.47º | 0.26% | 0.43% | - |
| HSV(B) | 309.47º | 0.42% | 0.54% | - |
| XYZ | 17.08 | 12.61 | 21.96 | - |
| YUV | 102.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 128 | 0 | 0.42 | 0.07 | 0.46 | 309.47 | 0.26 | 0.43 |
| Hex | 89 | 50 | 80 | 0 | 2A | 7 | 2E | 135 | 1A | 2B |
| Octal | 211 | 120 | 200 | 0 | 52 | 7 | 56 | 465 | 32 | 53 |
| Binary | 10001001 | 1010000 | 10000000 | 0 | 101010 | 111 | 101110 | 100110101 | 11010 | 101011 |
Color Harmonies of #895080
Complementary color
Monochromatic Colors of #895080
Black with #895080
Text Example
Text Example
White with #895080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895080; }
p { color: rgb(137,80,128); }
H1.HeaderClassName
{
color: #895080;
}
.AnyTagClassName
{
color: #895080;
}
</style>
background-color css
<style>
a { background-color: #895080; }
a { background-color: rgb(137,80,128); }
div.DivClassName
{
background-color: #895080;
}
.BgClassName
{
background-color: #895080;
}
</style>
border-color css
<style>
span { border-color: #895080; }
span { border-color: rgb(137,80,128); }
td.TdClassName
{
border-color: #895080;
}
.TagClassName
{
border-color: #895080;
}
</style>