Shades of Trendy Pink #865C81
Tints of Trendy Pink #865C81
RGB
CMYK
RGB Variations
Color information
#865C81 (or 0x865C81) is known color: Trendy Pink. HEX triplet: 86, 5C and 81. RGB value is (134,92,129). Sum of RGB (Red+Green+Blue) = 134+92+129=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #865C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C81 is #79A37E. Grayscale: #6C6C6C. Windows color (decimal): -7971711 or 8477830. OLE color: 8477830.
HSL color Cylindrical-coordinate representation of color #865C81: hue angle of 307.14º 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 #865C81 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 129 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.47 |
| HSL | 307.14º | 0.19% | 0.44% | - |
| HSV(B) | 307.14º | 0.31% | 0.53% | - |
| XYZ | 17.62 | 14.31 | 22.6 | - |
| YUV | 108.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 129 | 0 | 0.31 | 0.04 | 0.47 | 307.14 | 0.19 | 0.44 |
| Hex | 86 | 5C | 81 | 0 | 1F | 4 | 2F | 133 | 13 | 2C |
| Octal | 206 | 134 | 201 | 0 | 37 | 4 | 57 | 463 | 23 | 54 |
| Binary | 10000110 | 1011100 | 10000001 | 0 | 11111 | 100 | 101111 | 100110011 | 10011 | 101100 |
Color Harmonies of #865C81
Complementary color
Monochromatic Colors of #865C81
Black with #865C81
Text Example
Text Example
White with #865C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C81; }
p { color: rgb(134,92,129); }
H1.HeaderClassName
{
color: #865C81;
}
.AnyTagClassName
{
color: #865C81;
}
</style>
background-color css
<style>
a { background-color: #865C81; }
a { background-color: rgb(134,92,129); }
div.DivClassName
{
background-color: #865C81;
}
.BgClassName
{
background-color: #865C81;
}
</style>
border-color css
<style>
span { border-color: #865C81; }
span { border-color: rgb(134,92,129); }
td.TdClassName
{
border-color: #865C81;
}
.TagClassName
{
border-color: #865C81;
}
</style>