Shades of Trendy Pink #865A84
Tints of Trendy Pink #865A84
RGB
CMYK
RGB Variations
Color information
#865A84 (or 0x865A84) is known color: Trendy Pink. HEX triplet: 86, 5A and 84. RGB value is (134,90,132). Sum of RGB (Red+Green+Blue) = 134+90+132=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #865A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865A84 is #79A57B. Grayscale: #6B6B6B. Windows color (decimal): -7972220 or 8673926. OLE color: 8673926.
HSL color Cylindrical-coordinate representation of color #865A84: hue angle of 302.73º 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 #865A84 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 132 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.47 |
| HSL | 302.73º | 0.2% | 0.44% | - |
| HSV(B) | 302.73º | 0.33% | 0.53% | - |
| XYZ | 17.65 | 14.05 | 23.61 | - |
| YUV | 107.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 132 | 0 | 0.33 | 0.01 | 0.47 | 302.73 | 0.2 | 0.44 |
| Hex | 86 | 5A | 84 | 0 | 21 | 1 | 2F | 12F | 14 | 2C |
| Octal | 206 | 132 | 204 | 0 | 41 | 1 | 57 | 457 | 24 | 54 |
| Binary | 10000110 | 1011010 | 10000100 | 0 | 100001 | 1 | 101111 | 100101111 | 10100 | 101100 |
Color Harmonies of #865A84
Complementary color
Monochromatic Colors of #865A84
Black with #865A84
Text Example
Text Example
White with #865A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A84; }
p { color: rgb(134,90,132); }
H1.HeaderClassName
{
color: #865A84;
}
.AnyTagClassName
{
color: #865A84;
}
</style>
background-color css
<style>
a { background-color: #865A84; }
a { background-color: rgb(134,90,132); }
div.DivClassName
{
background-color: #865A84;
}
.BgClassName
{
background-color: #865A84;
}
</style>
border-color css
<style>
span { border-color: #865A84; }
span { border-color: rgb(134,90,132); }
td.TdClassName
{
border-color: #865A84;
}
.TagClassName
{
border-color: #865A84;
}
</style>