Shades of Trendy Pink #865B82
Tints of Trendy Pink #865B82
RGB
CMYK
RGB Variations
Color information
#865B82 (or 0x865B82) is known color: Trendy Pink. HEX triplet: 86, 5B and 82. RGB value is (134,91,130). Sum of RGB (Red+Green+Blue) = 134+91+130=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #865B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865B82 is #79A47D. Grayscale: #6C6C6C. Windows color (decimal): -7971966 or 8543110. OLE color: 8543110.
HSL color Cylindrical-coordinate representation of color #865B82: hue angle of 305.58º 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 #865B82 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 130 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.47 |
| HSL | 305.58º | 0.19% | 0.44% | - |
| HSV(B) | 305.58º | 0.32% | 0.53% | - |
| XYZ | 17.6 | 14.16 | 22.92 | - |
| YUV | 108.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 130 | 0 | 0.32 | 0.03 | 0.47 | 305.58 | 0.19 | 0.44 |
| Hex | 86 | 5B | 82 | 0 | 20 | 3 | 2F | 132 | 13 | 2C |
| Octal | 206 | 133 | 202 | 0 | 40 | 3 | 57 | 462 | 23 | 54 |
| Binary | 10000110 | 1011011 | 10000010 | 0 | 100000 | 11 | 101111 | 100110010 | 10011 | 101100 |
Color Harmonies of #865B82
Complementary color
Monochromatic Colors of #865B82
Black with #865B82
Text Example
Text Example
White with #865B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B82; }
p { color: rgb(134,91,130); }
H1.HeaderClassName
{
color: #865B82;
}
.AnyTagClassName
{
color: #865B82;
}
</style>
background-color css
<style>
a { background-color: #865B82; }
a { background-color: rgb(134,91,130); }
div.DivClassName
{
background-color: #865B82;
}
.BgClassName
{
background-color: #865B82;
}
</style>
border-color css
<style>
span { border-color: #865B82; }
span { border-color: rgb(134,91,130); }
td.TdClassName
{
border-color: #865B82;
}
.TagClassName
{
border-color: #865B82;
}
</style>