Shades of Trendy Pink #865B81
Tints of Trendy Pink #865B81
RGB
CMYK
RGB Variations
Color information
#865B81 (or 0x865B81) is known color: Trendy Pink. HEX triplet: 86, 5B and 81. RGB value is (134,91,129). Sum of RGB (Red+Green+Blue) = 134+91+129=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #865B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865B81 is #79A47E. Grayscale: #6C6C6C. Windows color (decimal): -7971967 or 8477574. OLE color: 8477574.
HSL color Cylindrical-coordinate representation of color #865B81: hue angle of 306.98º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B81 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 129 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.47 |
| HSL | 306.98º | 0.19% | 0.44% | - |
| HSV(B) | 306.98º | 0.32% | 0.53% | - |
| XYZ | 17.54 | 14.14 | 22.57 | - |
| YUV | 108.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 129 | 0 | 0.32 | 0.04 | 0.47 | 306.98 | 0.19 | 0.44 |
| Hex | 86 | 5B | 81 | 0 | 20 | 4 | 2F | 133 | 13 | 2C |
| Octal | 206 | 133 | 201 | 0 | 40 | 4 | 57 | 463 | 23 | 54 |
| Binary | 10000110 | 1011011 | 10000001 | 0 | 100000 | 100 | 101111 | 100110011 | 10011 | 101100 |
Color Harmonies of #865B81
Complementary color
Monochromatic Colors of #865B81
Black with #865B81
Text Example
Text Example
White with #865B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B81; }
p { color: rgb(134,91,129); }
H1.HeaderClassName
{
color: #865B81;
}
.AnyTagClassName
{
color: #865B81;
}
</style>
background-color css
<style>
a { background-color: #865B81; }
a { background-color: rgb(134,91,129); }
div.DivClassName
{
background-color: #865B81;
}
.BgClassName
{
background-color: #865B81;
}
</style>
border-color css
<style>
span { border-color: #865B81; }
span { border-color: rgb(134,91,129); }
td.TdClassName
{
border-color: #865B81;
}
.TagClassName
{
border-color: #865B81;
}
</style>