Shades of Trendy Pink #86558A
Tints of Trendy Pink #86558A
RGB
CMYK
RGB Variations
Color information
#86558A (or 0x86558A) is known color: Trendy Pink. HEX triplet: 86, 55 and 8A. RGB value is (134,85,138). Sum of RGB (Red+Green+Blue) = 134+85+138=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #86558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86558A is #79AA75. Grayscale: #696969. Windows color (decimal): -7973494 or 9065862. OLE color: 9065862.
HSL color Cylindrical-coordinate representation of color #86558A: hue angle of 295.47º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86558A is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 85 | 138 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.46 |
| HSL | 295.47º | 0.24% | 0.44% | - |
| HSV(B) | 295.47º | 0.38% | 0.54% | - |
| XYZ | 17.67 | 13.4 | 25.7 | - |
| YUV | 105.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 138 | 0.03 | 0.38 | 0 | 0.46 | 295.47 | 0.24 | 0.44 |
| Hex | 86 | 55 | 8A | 3 | 26 | 0 | 2E | 127 | 18 | 2C |
| Octal | 206 | 125 | 212 | 3 | 46 | 0 | 56 | 447 | 30 | 54 |
| Binary | 10000110 | 1010101 | 10001010 | 11 | 100110 | 0 | 101110 | 100100111 | 11000 | 101100 |
Color Harmonies of #86558A
Complementary color
Monochromatic Colors of #86558A
Black with #86558A
Text Example
Text Example
White with #86558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86558A; }
p { color: rgb(134,85,138); }
H1.HeaderClassName
{
color: #86558A;
}
.AnyTagClassName
{
color: #86558A;
}
</style>
background-color css
<style>
a { background-color: #86558A; }
a { background-color: rgb(134,85,138); }
div.DivClassName
{
background-color: #86558A;
}
.BgClassName
{
background-color: #86558A;
}
</style>
border-color css
<style>
span { border-color: #86558A; }
span { border-color: rgb(134,85,138); }
td.TdClassName
{
border-color: #86558A;
}
.TagClassName
{
border-color: #86558A;
}
</style>