Shades of Trendy Pink #86588B
Tints of Trendy Pink #86588B
RGB
CMYK
RGB Variations
Color information
#86588B (or 0x86588B) is known color: Trendy Pink. HEX triplet: 86, 58 and 8B. RGB value is (134,88,139). Sum of RGB (Red+Green+Blue) = 134+88+139=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #86588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86588B is #79A774. Grayscale: #6B6B6B. Windows color (decimal): -7972725 or 9132166. OLE color: 9132166.
HSL color Cylindrical-coordinate representation of color #86588B: hue angle of 294.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86588B is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 88 | 139 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.45 |
| HSL | 294.12º | 0.22% | 0.45% | - |
| HSV(B) | 294.12º | 0.37% | 0.55% | - |
| XYZ | 17.98 | 13.91 | 26.16 | - |
| YUV | 107.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 139 | 0.04 | 0.37 | 0 | 0.45 | 294.12 | 0.22 | 0.45 |
| Hex | 86 | 58 | 8B | 4 | 25 | 0 | 2D | 126 | 16 | 2D |
| Octal | 206 | 130 | 213 | 4 | 45 | 0 | 55 | 446 | 26 | 55 |
| Binary | 10000110 | 1011000 | 10001011 | 100 | 100101 | 0 | 101101 | 100100110 | 10110 | 101101 |
Color Harmonies of #86588B
Complementary color
Monochromatic Colors of #86588B
Black with #86588B
Text Example
Text Example
White with #86588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86588B; }
p { color: rgb(134,88,139); }
H1.HeaderClassName
{
color: #86588B;
}
.AnyTagClassName
{
color: #86588B;
}
</style>
background-color css
<style>
a { background-color: #86588B; }
a { background-color: rgb(134,88,139); }
div.DivClassName
{
background-color: #86588B;
}
.BgClassName
{
background-color: #86588B;
}
</style>
border-color css
<style>
span { border-color: #86588B; }
span { border-color: rgb(134,88,139); }
td.TdClassName
{
border-color: #86588B;
}
.TagClassName
{
border-color: #86588B;
}
</style>