Shades of Trendy Pink #865A7E
Tints of Trendy Pink #865A7E
RGB
CMYK
RGB Variations
Color information
#865A7E (or 0x865A7E) is known color: Trendy Pink. HEX triplet: 86, 5A and 7E. RGB value is (134,90,126). Sum of RGB (Red+Green+Blue) = 134+90+126=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #865A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A7E is #79A581. Grayscale: #6B6B6B. Windows color (decimal): -7972226 or 8280710. OLE color: 8280710.
HSL color Cylindrical-coordinate representation of color #865A7E: hue angle of 310.91º 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 #865A7E is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 126 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.47 |
| HSL | 310.91º | 0.2% | 0.44% | - |
| HSV(B) | 310.91º | 0.33% | 0.53% | - |
| XYZ | 17.25 | 13.89 | 21.51 | - |
| YUV | 107.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 126 | 0 | 0.33 | 0.06 | 0.47 | 310.91 | 0.2 | 0.44 |
| Hex | 86 | 5A | 7E | 0 | 21 | 6 | 2F | 137 | 14 | 2C |
| Octal | 206 | 132 | 176 | 0 | 41 | 6 | 57 | 467 | 24 | 54 |
| Binary | 10000110 | 1011010 | 1111110 | 0 | 100001 | 110 | 101111 | 100110111 | 10100 | 101100 |
Color Harmonies of #865A7E
Complementary color
Monochromatic Colors of #865A7E
Black with #865A7E
Text Example
Text Example
White with #865A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A7E; }
p { color: rgb(134,90,126); }
H1.HeaderClassName
{
color: #865A7E;
}
.AnyTagClassName
{
color: #865A7E;
}
</style>
background-color css
<style>
a { background-color: #865A7E; }
a { background-color: rgb(134,90,126); }
div.DivClassName
{
background-color: #865A7E;
}
.BgClassName
{
background-color: #865A7E;
}
</style>
border-color css
<style>
span { border-color: #865A7E; }
span { border-color: rgb(134,90,126); }
td.TdClassName
{
border-color: #865A7E;
}
.TagClassName
{
border-color: #865A7E;
}
</style>