Shades of Trendy Pink #866D89
Tints of Trendy Pink #866D89
RGB
CMYK
RGB Variations
Color information
#866D89 (or 0x866D89) is known color: Trendy Pink. HEX triplet: 86, 6D and 89. RGB value is (134,109,137). Sum of RGB (Red+Green+Blue) = 134+109+137=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #866D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D89 is #799276. Grayscale: #777777. Windows color (decimal): -7967351 or 9006470. OLE color: 9006470.
HSL color Cylindrical-coordinate representation of color #866D89: hue angle of 293.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866D89 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 109 | 137 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.46 |
| HSL | 293.57º | 0.11% | 0.48% | - |
| HSV(B) | 293.57º | 0.2% | 0.54% | - |
| XYZ | 19.82 | 17.81 | 26.06 | - |
| YUV | 119.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 137 | 0.02 | 0.20 | 0 | 0.46 | 293.57 | 0.11 | 0.48 |
| Hex | 86 | 6D | 89 | 2 | 14 | 0 | 2E | 126 | B | 30 |
| Octal | 206 | 155 | 211 | 2 | 24 | 0 | 56 | 446 | 13 | 60 |
| Binary | 10000110 | 1101101 | 10001001 | 10 | 10100 | 0 | 101110 | 100100110 | 1011 | 110000 |
Color Harmonies of #866D89
Complementary color
Monochromatic Colors of #866D89
Black with #866D89
Text Example
Text Example
White with #866D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D89; }
p { color: rgb(134,109,137); }
H1.HeaderClassName
{
color: #866D89;
}
.AnyTagClassName
{
color: #866D89;
}
</style>
background-color css
<style>
a { background-color: #866D89; }
a { background-color: rgb(134,109,137); }
div.DivClassName
{
background-color: #866D89;
}
.BgClassName
{
background-color: #866D89;
}
</style>
border-color css
<style>
span { border-color: #866D89; }
span { border-color: rgb(134,109,137); }
td.TdClassName
{
border-color: #866D89;
}
.TagClassName
{
border-color: #866D89;
}
</style>