Shades of Trendy Pink #866F87
Tints of Trendy Pink #866F87
RGB
CMYK
RGB Variations
Color information
#866F87 (or 0x866F87) is known color: Trendy Pink. HEX triplet: 86, 6F and 87. RGB value is (134,111,135). Sum of RGB (Red+Green+Blue) = 134+111+135=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 135 - color contains mainly: blue. Hex color #866F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F87 is #799078. Grayscale: #787878. Windows color (decimal): -7966841 or 8875910. OLE color: 8875910.
HSL color Cylindrical-coordinate representation of color #866F87: hue angle of 297.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #866F87 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 135 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.47 |
| HSL | 297.5º | 0.1% | 0.48% | - |
| HSV(B) | 297.5º | 0.18% | 0.53% | - |
| XYZ | 19.89 | 18.19 | 25.38 | - |
| YUV | 120.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 135 | 0.01 | 0.18 | 0 | 0.47 | 297.5 | 0.1 | 0.48 |
| Hex | 86 | 6F | 87 | 1 | 12 | 0 | 2F | 12A | A | 30 |
| Octal | 206 | 157 | 207 | 1 | 22 | 0 | 57 | 452 | 12 | 60 |
| Binary | 10000110 | 1101111 | 10000111 | 1 | 10010 | 0 | 101111 | 100101010 | 1010 | 110000 |
Color Harmonies of #866F87
Complementary color
Monochromatic Colors of #866F87
Black with #866F87
Text Example
Text Example
White with #866F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F87; }
p { color: rgb(134,111,135); }
H1.HeaderClassName
{
color: #866F87;
}
.AnyTagClassName
{
color: #866F87;
}
</style>
background-color css
<style>
a { background-color: #866F87; }
a { background-color: rgb(134,111,135); }
div.DivClassName
{
background-color: #866F87;
}
.BgClassName
{
background-color: #866F87;
}
</style>
border-color css
<style>
span { border-color: #866F87; }
span { border-color: rgb(134,111,135); }
td.TdClassName
{
border-color: #866F87;
}
.TagClassName
{
border-color: #866F87;
}
</style>