Shades of Trendy Pink #895988
Tints of Trendy Pink #895988
RGB
CMYK
RGB Variations
Color information
#895988 (or 0x895988) is known color: Trendy Pink. HEX triplet: 89, 59 and 88. RGB value is (137,89,136). Sum of RGB (Red+Green+Blue) = 137+89+136=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #895988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895988 is #76A677. Grayscale: #6C6C6C. Windows color (decimal): -7775864 or 8935817. OLE color: 8935817.
HSL color Cylindrical-coordinate representation of color #895988: hue angle of 301.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 #895988 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 136 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.46 |
| HSL | 301.25º | 0.21% | 0.44% | - |
| HSV(B) | 301.25º | 0.35% | 0.54% | - |
| XYZ | 18.33 | 14.24 | 25.08 | - |
| YUV | 108.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 136 | 0 | 0.35 | 0.01 | 0.46 | 301.25 | 0.21 | 0.44 |
| Hex | 89 | 59 | 88 | 0 | 23 | 1 | 2E | 12D | 15 | 2C |
| Octal | 211 | 131 | 210 | 0 | 43 | 1 | 56 | 455 | 25 | 54 |
| Binary | 10001001 | 1011001 | 10001000 | 0 | 100011 | 1 | 101110 | 100101101 | 10101 | 101100 |
Color Harmonies of #895988
Complementary color
Monochromatic Colors of #895988
Black with #895988
Text Example
Text Example
White with #895988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895988; }
p { color: rgb(137,89,136); }
H1.HeaderClassName
{
color: #895988;
}
.AnyTagClassName
{
color: #895988;
}
</style>
background-color css
<style>
a { background-color: #895988; }
a { background-color: rgb(137,89,136); }
div.DivClassName
{
background-color: #895988;
}
.BgClassName
{
background-color: #895988;
}
</style>
border-color css
<style>
span { border-color: #895988; }
span { border-color: rgb(137,89,136); }
td.TdClassName
{
border-color: #895988;
}
.TagClassName
{
border-color: #895988;
}
</style>