Shades of Trendy Pink #865987
Tints of Trendy Pink #865987
RGB
CMYK
RGB Variations
Color information
#865987 (or 0x865987) is known color: Trendy Pink. HEX triplet: 86, 59 and 87. RGB value is (134,89,135). Sum of RGB (Red+Green+Blue) = 134+89+135=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #865987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865987 is #79A678. Grayscale: #6B6B6B. Windows color (decimal): -7972473 or 8870278. OLE color: 8870278.
HSL color Cylindrical-coordinate representation of color #865987: hue angle of 298.7º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865987 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 135 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.47 |
| HSL | 298.7º | 0.21% | 0.44% | - |
| HSV(B) | 298.7º | 0.34% | 0.53% | - |
| XYZ | 17.78 | 13.96 | 24.68 | - |
| YUV | 107.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 135 | 0.01 | 0.34 | 0 | 0.47 | 298.7 | 0.21 | 0.44 |
| Hex | 86 | 59 | 87 | 1 | 22 | 0 | 2F | 12B | 15 | 2C |
| Octal | 206 | 131 | 207 | 1 | 42 | 0 | 57 | 453 | 25 | 54 |
| Binary | 10000110 | 1011001 | 10000111 | 1 | 100010 | 0 | 101111 | 100101011 | 10101 | 101100 |
Color Harmonies of #865987
Complementary color
Monochromatic Colors of #865987
Black with #865987
Text Example
Text Example
White with #865987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865987; }
p { color: rgb(134,89,135); }
H1.HeaderClassName
{
color: #865987;
}
.AnyTagClassName
{
color: #865987;
}
</style>
background-color css
<style>
a { background-color: #865987; }
a { background-color: rgb(134,89,135); }
div.DivClassName
{
background-color: #865987;
}
.BgClassName
{
background-color: #865987;
}
</style>
border-color css
<style>
span { border-color: #865987; }
span { border-color: rgb(134,89,135); }
td.TdClassName
{
border-color: #865987;
}
.TagClassName
{
border-color: #865987;
}
</style>