Shades of Trendy Pink #86617F
Tints of Trendy Pink #86617F
RGB
CMYK
RGB Variations
Color information
#86617F (or 0x86617F) is known color: Trendy Pink. HEX triplet: 86, 61 and 7F. RGB value is (134,97,127). Sum of RGB (Red+Green+Blue) = 134+97+127=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86617F is #799E80. Grayscale: #6F6F6F. Windows color (decimal): -7970433 or 8348038. OLE color: 8348038.
HSL color Cylindrical-coordinate representation of color #86617F: hue angle of 311.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86617F is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 127 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.47 |
| HSL | 311.35º | 0.16% | 0.45% | - |
| HSV(B) | 311.35º | 0.28% | 0.53% | - |
| XYZ | 17.94 | 15.15 | 22.06 | - |
| YUV | 111.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 127 | 0 | 0.28 | 0.05 | 0.47 | 311.35 | 0.16 | 0.45 |
| Hex | 86 | 61 | 7F | 0 | 1C | 5 | 2F | 137 | 10 | 2D |
| Octal | 206 | 141 | 177 | 0 | 34 | 5 | 57 | 467 | 20 | 55 |
| Binary | 10000110 | 1100001 | 1111111 | 0 | 11100 | 101 | 101111 | 100110111 | 10000 | 101101 |
Color Harmonies of #86617F
Complementary color
Monochromatic Colors of #86617F
Black with #86617F
Text Example
Text Example
White with #86617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86617F; }
p { color: rgb(134,97,127); }
H1.HeaderClassName
{
color: #86617F;
}
.AnyTagClassName
{
color: #86617F;
}
</style>
background-color css
<style>
a { background-color: #86617F; }
a { background-color: rgb(134,97,127); }
div.DivClassName
{
background-color: #86617F;
}
.BgClassName
{
background-color: #86617F;
}
</style>
border-color css
<style>
span { border-color: #86617F; }
span { border-color: rgb(134,97,127); }
td.TdClassName
{
border-color: #86617F;
}
.TagClassName
{
border-color: #86617F;
}
</style>