Shades of Trendy Pink #866389
Tints of Trendy Pink #866389
RGB
CMYK
RGB Variations
Color information
#866389 (or 0x866389) is known color: Trendy Pink. HEX triplet: 86, 63 and 89. RGB value is (134,99,137). Sum of RGB (Red+Green+Blue) = 134+99+137=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #866389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866389 is #799C76. Grayscale: #717171. Windows color (decimal): -7969911 or 9003910. OLE color: 9003910.
HSL color Cylindrical-coordinate representation of color #866389: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866389 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 99 | 137 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.46 |
| HSL | 295.26º | 0.16% | 0.46% | - |
| HSV(B) | 295.26º | 0.28% | 0.54% | - |
| XYZ | 18.81 | 15.8 | 25.72 | - |
| YUV | 113.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 137 | 0.02 | 0.28 | 0 | 0.46 | 295.26 | 0.16 | 0.46 |
| Hex | 86 | 63 | 89 | 2 | 1C | 0 | 2E | 127 | 10 | 2E |
| Octal | 206 | 143 | 211 | 2 | 34 | 0 | 56 | 447 | 20 | 56 |
| Binary | 10000110 | 1100011 | 10001001 | 10 | 11100 | 0 | 101110 | 100100111 | 10000 | 101110 |
Color Harmonies of #866389
Complementary color
Monochromatic Colors of #866389
Black with #866389
Text Example
Text Example
White with #866389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866389; }
p { color: rgb(134,99,137); }
H1.HeaderClassName
{
color: #866389;
}
.AnyTagClassName
{
color: #866389;
}
</style>
background-color css
<style>
a { background-color: #866389; }
a { background-color: rgb(134,99,137); }
div.DivClassName
{
background-color: #866389;
}
.BgClassName
{
background-color: #866389;
}
</style>
border-color css
<style>
span { border-color: #866389; }
span { border-color: rgb(134,99,137); }
td.TdClassName
{
border-color: #866389;
}
.TagClassName
{
border-color: #866389;
}
</style>