Shades of Trendy Pink #865A82
Tints of Trendy Pink #865A82
RGB
CMYK
RGB Variations
Color information
#865A82 (or 0x865A82) is known color: Trendy Pink. HEX triplet: 86, 5A and 82. RGB value is (134,90,130). Sum of RGB (Red+Green+Blue) = 134+90+130=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #865A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865A82 is #79A57D. Grayscale: #6B6B6B. Windows color (decimal): -7972222 or 8542854. OLE color: 8542854.
HSL color Cylindrical-coordinate representation of color #865A82: hue angle of 305.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A82 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 130 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.47 |
| HSL | 305.45º | 0.2% | 0.44% | - |
| HSV(B) | 305.45º | 0.33% | 0.53% | - |
| XYZ | 17.52 | 13.99 | 22.9 | - |
| YUV | 107.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 130 | 0 | 0.33 | 0.03 | 0.47 | 305.45 | 0.2 | 0.44 |
| Hex | 86 | 5A | 82 | 0 | 21 | 3 | 2F | 131 | 14 | 2C |
| Octal | 206 | 132 | 202 | 0 | 41 | 3 | 57 | 461 | 24 | 54 |
| Binary | 10000110 | 1011010 | 10000010 | 0 | 100001 | 11 | 101111 | 100110001 | 10100 | 101100 |
Color Harmonies of #865A82
Complementary color
Monochromatic Colors of #865A82
Black with #865A82
Text Example
Text Example
White with #865A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A82; }
p { color: rgb(134,90,130); }
H1.HeaderClassName
{
color: #865A82;
}
.AnyTagClassName
{
color: #865A82;
}
</style>
background-color css
<style>
a { background-color: #865A82; }
a { background-color: rgb(134,90,130); }
div.DivClassName
{
background-color: #865A82;
}
.BgClassName
{
background-color: #865A82;
}
</style>
border-color css
<style>
span { border-color: #865A82; }
span { border-color: rgb(134,90,130); }
td.TdClassName
{
border-color: #865A82;
}
.TagClassName
{
border-color: #865A82;
}
</style>