Shades of Trendy Pink #86618A
Tints of Trendy Pink #86618A
RGB
CMYK
RGB Variations
Color information
#86618A (or 0x86618A) is known color: Trendy Pink. HEX triplet: 86, 61 and 8A. RGB value is (134,97,138). Sum of RGB (Red+Green+Blue) = 134+97+138=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #86618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86618A is #799E75. Grayscale: #707070. Windows color (decimal): -7970422 or 9068934. OLE color: 9068934.
HSL color Cylindrical-coordinate representation of color #86618A: hue angle of 294.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86618A is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 97 | 138 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.46 |
| HSL | 294.15º | 0.17% | 0.46% | - |
| HSV(B) | 294.15º | 0.3% | 0.54% | - |
| XYZ | 18.69 | 15.45 | 26.04 | - |
| YUV | 112.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 138 | 0.03 | 0.30 | 0 | 0.46 | 294.15 | 0.17 | 0.46 |
| Hex | 86 | 61 | 8A | 3 | 1E | 0 | 2E | 126 | 11 | 2E |
| Octal | 206 | 141 | 212 | 3 | 36 | 0 | 56 | 446 | 21 | 56 |
| Binary | 10000110 | 1100001 | 10001010 | 11 | 11110 | 0 | 101110 | 100100110 | 10001 | 101110 |
Color Harmonies of #86618A
Complementary color
Monochromatic Colors of #86618A
Black with #86618A
Text Example
Text Example
White with #86618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86618A; }
p { color: rgb(134,97,138); }
H1.HeaderClassName
{
color: #86618A;
}
.AnyTagClassName
{
color: #86618A;
}
</style>
background-color css
<style>
a { background-color: #86618A; }
a { background-color: rgb(134,97,138); }
div.DivClassName
{
background-color: #86618A;
}
.BgClassName
{
background-color: #86618A;
}
</style>
border-color css
<style>
span { border-color: #86618A; }
span { border-color: rgb(134,97,138); }
td.TdClassName
{
border-color: #86618A;
}
.TagClassName
{
border-color: #86618A;
}
</style>