Shades of Trendy Pink #86618B
Tints of Trendy Pink #86618B
RGB
CMYK
RGB Variations
Color information
#86618B (or 0x86618B) is known color: Trendy Pink. HEX triplet: 86, 61 and 8B. RGB value is (134,97,139). Sum of RGB (Red+Green+Blue) = 134+97+139=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #86618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86618B is #799E74. Grayscale: #707070. Windows color (decimal): -7970421 or 9134470. OLE color: 9134470.
HSL color Cylindrical-coordinate representation of color #86618B: hue angle of 292.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86618B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 97 | 139 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.45 |
| HSL | 292.86º | 0.18% | 0.46% | - |
| HSV(B) | 292.86º | 0.3% | 0.55% | - |
| XYZ | 18.77 | 15.48 | 26.43 | - |
| YUV | 112.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 139 | 0.04 | 0.30 | 0 | 0.45 | 292.86 | 0.18 | 0.46 |
| Hex | 86 | 61 | 8B | 4 | 1E | 0 | 2D | 125 | 12 | 2E |
| Octal | 206 | 141 | 213 | 4 | 36 | 0 | 55 | 445 | 22 | 56 |
| Binary | 10000110 | 1100001 | 10001011 | 100 | 11110 | 0 | 101101 | 100100101 | 10010 | 101110 |
Color Harmonies of #86618B
Complementary color
Monochromatic Colors of #86618B
Black with #86618B
Text Example
Text Example
White with #86618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86618B; }
p { color: rgb(134,97,139); }
H1.HeaderClassName
{
color: #86618B;
}
.AnyTagClassName
{
color: #86618B;
}
</style>
background-color css
<style>
a { background-color: #86618B; }
a { background-color: rgb(134,97,139); }
div.DivClassName
{
background-color: #86618B;
}
.BgClassName
{
background-color: #86618B;
}
</style>
border-color css
<style>
span { border-color: #86618B; }
span { border-color: rgb(134,97,139); }
td.TdClassName
{
border-color: #86618B;
}
.TagClassName
{
border-color: #86618B;
}
</style>