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