Shades of Trendy Pink #86618C
Tints of Trendy Pink #86618C
RGB
CMYK
RGB Variations
Color information
#86618C (or 0x86618C) is known color: Trendy Pink. HEX triplet: 86, 61 and 8C. RGB value is (134,97,140). Sum of RGB (Red+Green+Blue) = 134+97+140=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #86618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86618C is #799E73. Grayscale: #707070. Windows color (decimal): -7970420 or 9200006. OLE color: 9200006.
HSL color Cylindrical-coordinate representation of color #86618C: hue angle of 291.63º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86618C is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 97 | 140 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.45 |
| HSL | 291.63º | 0.18% | 0.46% | - |
| HSV(B) | 291.63º | 0.31% | 0.55% | - |
| XYZ | 18.84 | 15.51 | 26.81 | - |
| YUV | 112.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 140 | 0.04 | 0.31 | 0 | 0.45 | 291.63 | 0.18 | 0.46 |
| Hex | 86 | 61 | 8C | 4 | 1F | 0 | 2D | 124 | 12 | 2E |
| Octal | 206 | 141 | 214 | 4 | 37 | 0 | 55 | 444 | 22 | 56 |
| Binary | 10000110 | 1100001 | 10001100 | 100 | 11111 | 0 | 101101 | 100100100 | 10010 | 101110 |
Color Harmonies of #86618C
Complementary color
Monochromatic Colors of #86618C
Black with #86618C
Text Example
Text Example
White with #86618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86618C; }
p { color: rgb(134,97,140); }
H1.HeaderClassName
{
color: #86618C;
}
.AnyTagClassName
{
color: #86618C;
}
</style>
background-color css
<style>
a { background-color: #86618C; }
a { background-color: rgb(134,97,140); }
div.DivClassName
{
background-color: #86618C;
}
.BgClassName
{
background-color: #86618C;
}
</style>
border-color css
<style>
span { border-color: #86618C; }
span { border-color: rgb(134,97,140); }
td.TdClassName
{
border-color: #86618C;
}
.TagClassName
{
border-color: #86618C;
}
</style>