Shades of Trendy Pink #895986
Tints of Trendy Pink #895986
RGB
CMYK
RGB Variations
Color information
#895986 (or 0x895986) is known color: Trendy Pink. HEX triplet: 89, 59 and 86. RGB value is (137,89,134). Sum of RGB (Red+Green+Blue) = 137+89+134=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #895986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895986 is #76A679. Grayscale: #6C6C6C. Windows color (decimal): -7775866 or 8804745. OLE color: 8804745.
HSL color Cylindrical-coordinate representation of color #895986: hue angle of 303.75º 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 #895986 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 134 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.46 |
| HSL | 303.75º | 0.21% | 0.44% | - |
| HSV(B) | 303.75º | 0.35% | 0.54% | - |
| XYZ | 18.19 | 14.18 | 24.33 | - |
| YUV | 108.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 134 | 0 | 0.35 | 0.02 | 0.46 | 303.75 | 0.21 | 0.44 |
| Hex | 89 | 59 | 86 | 0 | 23 | 2 | 2E | 130 | 15 | 2C |
| Octal | 211 | 131 | 206 | 0 | 43 | 2 | 56 | 460 | 25 | 54 |
| Binary | 10001001 | 1011001 | 10000110 | 0 | 100011 | 10 | 101110 | 100110000 | 10101 | 101100 |
Color Harmonies of #895986
Complementary color
Monochromatic Colors of #895986
Black with #895986
Text Example
Text Example
White with #895986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895986; }
p { color: rgb(137,89,134); }
H1.HeaderClassName
{
color: #895986;
}
.AnyTagClassName
{
color: #895986;
}
</style>
background-color css
<style>
a { background-color: #895986; }
a { background-color: rgb(137,89,134); }
div.DivClassName
{
background-color: #895986;
}
.BgClassName
{
background-color: #895986;
}
</style>
border-color css
<style>
span { border-color: #895986; }
span { border-color: rgb(137,89,134); }
td.TdClassName
{
border-color: #895986;
}
.TagClassName
{
border-color: #895986;
}
</style>