Shades of Trendy Pink #865C86
Tints of Trendy Pink #865C86
RGB
CMYK
RGB Variations
Color information
#865C86 (or 0x865C86) is known color: Trendy Pink. HEX triplet: 86, 5C and 86. RGB value is (134,92,134). Sum of RGB (Red+Green+Blue) = 134+92+134=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #865C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C86 is #79A379. Grayscale: #6D6D6D. Windows color (decimal): -7971706 or 8805510. OLE color: 8805510.
HSL color Cylindrical-coordinate representation of color #865C86: hue angle of 300º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C86 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 134 | - |
| CMYK | 0 | 0.31 | 0 | 0.47 |
| HSL | 300º | 0.19% | 0.44% | - |
| HSV(B) | 300º | 0.31% | 0.53% | - |
| XYZ | 17.96 | 14.44 | 24.4 | - |
| YUV | 109.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 134 | 0 | 0.31 | 0 | 0.47 | 300 | 0.19 | 0.44 |
| Hex | 86 | 5C | 86 | 0 | 1F | 0 | 2F | 12C | 13 | 2C |
| Octal | 206 | 134 | 206 | 0 | 37 | 0 | 57 | 454 | 23 | 54 |
| Binary | 10000110 | 1011100 | 10000110 | 0 | 11111 | 0 | 101111 | 100101100 | 10011 | 101100 |
Color Harmonies of #865C86
Complementary color
Monochromatic Colors of #865C86
Black with #865C86
Text Example
Text Example
White with #865C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C86; }
p { color: rgb(134,92,134); }
H1.HeaderClassName
{
color: #865C86;
}
.AnyTagClassName
{
color: #865C86;
}
</style>
background-color css
<style>
a { background-color: #865C86; }
a { background-color: rgb(134,92,134); }
div.DivClassName
{
background-color: #865C86;
}
.BgClassName
{
background-color: #865C86;
}
</style>
border-color css
<style>
span { border-color: #865C86; }
span { border-color: rgb(134,92,134); }
td.TdClassName
{
border-color: #865C86;
}
.TagClassName
{
border-color: #865C86;
}
</style>