Shades of Trendy Pink #86598B
Tints of Trendy Pink #86598B
RGB
CMYK
RGB Variations
Color information
#86598B (or 0x86598B) is known color: Trendy Pink. HEX triplet: 86, 59 and 8B. RGB value is (134,89,139). Sum of RGB (Red+Green+Blue) = 134+89+139=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #86598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86598B is #79A674. Grayscale: #6C6C6C. Windows color (decimal): -7972469 or 9132422. OLE color: 9132422.
HSL color Cylindrical-coordinate representation of color #86598B: hue angle of 294º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86598B is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 89 | 139 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.45 |
| HSL | 294º | 0.22% | 0.45% | - |
| HSV(B) | 294º | 0.36% | 0.55% | - |
| XYZ | 18.06 | 14.08 | 26.19 | - |
| YUV | 108.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 139 | 0.04 | 0.36 | 0 | 0.45 | 294 | 0.22 | 0.45 |
| Hex | 86 | 59 | 8B | 4 | 24 | 0 | 2D | 126 | 16 | 2D |
| Octal | 206 | 131 | 213 | 4 | 44 | 0 | 55 | 446 | 26 | 55 |
| Binary | 10000110 | 1011001 | 10001011 | 100 | 100100 | 0 | 101101 | 100100110 | 10110 | 101101 |
Color Harmonies of #86598B
Complementary color
Monochromatic Colors of #86598B
Black with #86598B
Text Example
Text Example
White with #86598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86598B; }
p { color: rgb(134,89,139); }
H1.HeaderClassName
{
color: #86598B;
}
.AnyTagClassName
{
color: #86598B;
}
</style>
background-color css
<style>
a { background-color: #86598B; }
a { background-color: rgb(134,89,139); }
div.DivClassName
{
background-color: #86598B;
}
.BgClassName
{
background-color: #86598B;
}
</style>
border-color css
<style>
span { border-color: #86598B; }
span { border-color: rgb(134,89,139); }
td.TdClassName
{
border-color: #86598B;
}
.TagClassName
{
border-color: #86598B;
}
</style>