Shades of Trendy Pink #896488
Tints of Trendy Pink #896488
RGB
CMYK
RGB Variations
Color information
#896488 (or 0x896488) is known color: Trendy Pink. HEX triplet: 89, 64 and 88. RGB value is (137,100,136). Sum of RGB (Red+Green+Blue) = 137+100+136=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896488 is #769B77. Grayscale: #737373. Windows color (decimal): -7773048 or 8938633. OLE color: 8938633.
HSL color Cylindrical-coordinate representation of color #896488: hue angle of 301.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896488 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 136 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.46 |
| HSL | 301.62º | 0.16% | 0.46% | - |
| HSV(B) | 301.62º | 0.27% | 0.54% | - |
| XYZ | 19.32 | 16.21 | 25.4 | - |
| YUV | 115.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 136 | 0 | 0.27 | 0.01 | 0.46 | 301.62 | 0.16 | 0.46 |
| Hex | 89 | 64 | 88 | 0 | 1B | 1 | 2E | 12E | 10 | 2E |
| Octal | 211 | 144 | 210 | 0 | 33 | 1 | 56 | 456 | 20 | 56 |
| Binary | 10001001 | 1100100 | 10001000 | 0 | 11011 | 1 | 101110 | 100101110 | 10000 | 101110 |
Color Harmonies of #896488
Complementary color
Monochromatic Colors of #896488
Black with #896488
Text Example
Text Example
White with #896488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896488; }
p { color: rgb(137,100,136); }
H1.HeaderClassName
{
color: #896488;
}
.AnyTagClassName
{
color: #896488;
}
</style>
background-color css
<style>
a { background-color: #896488; }
a { background-color: rgb(137,100,136); }
div.DivClassName
{
background-color: #896488;
}
.BgClassName
{
background-color: #896488;
}
</style>
border-color css
<style>
span { border-color: #896488; }
span { border-color: rgb(137,100,136); }
td.TdClassName
{
border-color: #896488;
}
.TagClassName
{
border-color: #896488;
}
</style>