Shades of Trendy Pink #865F85
Tints of Trendy Pink #865F85
RGB
CMYK
RGB Variations
Color information
#865F85 (or 0x865F85) is known color: Trendy Pink. HEX triplet: 86, 5F and 85. RGB value is (134,95,133). Sum of RGB (Red+Green+Blue) = 134+95+133=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #865F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F85 is #79A07A. Grayscale: #6E6E6E. Windows color (decimal): -7970939 or 8740742. OLE color: 8740742.
HSL color Cylindrical-coordinate representation of color #865F85: hue angle of 301.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F85 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 133 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.47 |
| HSL | 301.54º | 0.17% | 0.45% | - |
| HSV(B) | 301.54º | 0.29% | 0.53% | - |
| XYZ | 18.16 | 14.95 | 24.12 | - |
| YUV | 110.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 133 | 0 | 0.29 | 0.01 | 0.47 | 301.54 | 0.17 | 0.45 |
| Hex | 86 | 5F | 85 | 0 | 1D | 1 | 2F | 12E | 11 | 2D |
| Octal | 206 | 137 | 205 | 0 | 35 | 1 | 57 | 456 | 21 | 55 |
| Binary | 10000110 | 1011111 | 10000101 | 0 | 11101 | 1 | 101111 | 100101110 | 10001 | 101101 |
Color Harmonies of #865F85
Complementary color
Monochromatic Colors of #865F85
Black with #865F85
Text Example
Text Example
White with #865F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F85; }
p { color: rgb(134,95,133); }
H1.HeaderClassName
{
color: #865F85;
}
.AnyTagClassName
{
color: #865F85;
}
</style>
background-color css
<style>
a { background-color: #865F85; }
a { background-color: rgb(134,95,133); }
div.DivClassName
{
background-color: #865F85;
}
.BgClassName
{
background-color: #865F85;
}
</style>
border-color css
<style>
span { border-color: #865F85; }
span { border-color: rgb(134,95,133); }
td.TdClassName
{
border-color: #865F85;
}
.TagClassName
{
border-color: #865F85;
}
</style>