Shades of Trendy Pink #865F7D
Tints of Trendy Pink #865F7D
RGB
CMYK
RGB Variations
Color information
#865F7D (or 0x865F7D) is known color: Trendy Pink. HEX triplet: 86, 5F and 7D. RGB value is (134,95,125). Sum of RGB (Red+Green+Blue) = 134+95+125=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #865F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F7D is #79A082. Grayscale: #6E6E6E. Windows color (decimal): -7970947 or 8216454. OLE color: 8216454.
HSL color Cylindrical-coordinate representation of color #865F7D: hue angle of 313.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F7D is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 125 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.47 |
| HSL | 313.85º | 0.17% | 0.45% | - |
| HSV(B) | 313.85º | 0.29% | 0.53% | - |
| XYZ | 17.63 | 14.73 | 21.32 | - |
| YUV | 110.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 125 | 0 | 0.29 | 0.07 | 0.47 | 313.85 | 0.17 | 0.45 |
| Hex | 86 | 5F | 7D | 0 | 1D | 7 | 2F | 13A | 11 | 2D |
| Octal | 206 | 137 | 175 | 0 | 35 | 7 | 57 | 472 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1111101 | 0 | 11101 | 111 | 101111 | 100111010 | 10001 | 101101 |
Color Harmonies of #865F7D
Complementary color
Monochromatic Colors of #865F7D
Black with #865F7D
Text Example
Text Example
White with #865F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F7D; }
p { color: rgb(134,95,125); }
H1.HeaderClassName
{
color: #865F7D;
}
.AnyTagClassName
{
color: #865F7D;
}
</style>
background-color css
<style>
a { background-color: #865F7D; }
a { background-color: rgb(134,95,125); }
div.DivClassName
{
background-color: #865F7D;
}
.BgClassName
{
background-color: #865F7D;
}
</style>
border-color css
<style>
span { border-color: #865F7D; }
span { border-color: rgb(134,95,125); }
td.TdClassName
{
border-color: #865F7D;
}
.TagClassName
{
border-color: #865F7D;
}
</style>