Shades of Trendy Pink #865D81
Tints of Trendy Pink #865D81
RGB
CMYK
RGB Variations
Color information
#865D81 (or 0x865D81) is known color: Trendy Pink. HEX triplet: 86, 5D and 81. RGB value is (134,93,129). Sum of RGB (Red+Green+Blue) = 134+93+129=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #865D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865D81 is #79A27E. Grayscale: #6D6D6D. Windows color (decimal): -7971455 or 8478086. OLE color: 8478086.
HSL color Cylindrical-coordinate representation of color #865D81: hue angle of 307.32º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D81 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 129 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.47 |
| HSL | 307.32º | 0.18% | 0.45% | - |
| HSV(B) | 307.32º | 0.31% | 0.53% | - |
| XYZ | 17.71 | 14.48 | 22.63 | - |
| YUV | 109.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 129 | 0 | 0.31 | 0.04 | 0.47 | 307.32 | 0.18 | 0.45 |
| Hex | 86 | 5D | 81 | 0 | 1F | 4 | 2F | 133 | 12 | 2D |
| Octal | 206 | 135 | 201 | 0 | 37 | 4 | 57 | 463 | 22 | 55 |
| Binary | 10000110 | 1011101 | 10000001 | 0 | 11111 | 100 | 101111 | 100110011 | 10010 | 101101 |
Color Harmonies of #865D81
Complementary color
Monochromatic Colors of #865D81
Black with #865D81
Text Example
Text Example
White with #865D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D81; }
p { color: rgb(134,93,129); }
H1.HeaderClassName
{
color: #865D81;
}
.AnyTagClassName
{
color: #865D81;
}
</style>
background-color css
<style>
a { background-color: #865D81; }
a { background-color: rgb(134,93,129); }
div.DivClassName
{
background-color: #865D81;
}
.BgClassName
{
background-color: #865D81;
}
</style>
border-color css
<style>
span { border-color: #865D81; }
span { border-color: rgb(134,93,129); }
td.TdClassName
{
border-color: #865D81;
}
.TagClassName
{
border-color: #865D81;
}
</style>