Shades of Trendy Pink #865E8E
Tints of Trendy Pink #865E8E
RGB
CMYK
RGB Variations
Color information
#865E8E (or 0x865E8E) is known color: Trendy Pink. HEX triplet: 86, 5E and 8E. RGB value is (134,94,142). Sum of RGB (Red+Green+Blue) = 134+94+142=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #865E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E8E is #79A171. Grayscale: #6F6F6F. Windows color (decimal): -7971186 or 9330310. OLE color: 9330310.
HSL color Cylindrical-coordinate representation of color #865E8E: hue angle of 290º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865E8E is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 94 | 142 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.44 |
| HSL | 290º | 0.2% | 0.46% | - |
| HSV(B) | 290º | 0.34% | 0.56% | - |
| XYZ | 18.72 | 15.03 | 27.51 | - |
| YUV | 111.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 142 | 0.06 | 0.34 | 0 | 0.44 | 290 | 0.2 | 0.46 |
| Hex | 86 | 5E | 8E | 6 | 22 | 0 | 2C | 122 | 14 | 2E |
| Octal | 206 | 136 | 216 | 6 | 42 | 0 | 54 | 442 | 24 | 56 |
| Binary | 10000110 | 1011110 | 10001110 | 110 | 100010 | 0 | 101100 | 100100010 | 10100 | 101110 |
Color Harmonies of #865E8E
Complementary color
Monochromatic Colors of #865E8E
Black with #865E8E
Text Example
Text Example
White with #865E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E8E; }
p { color: rgb(134,94,142); }
H1.HeaderClassName
{
color: #865E8E;
}
.AnyTagClassName
{
color: #865E8E;
}
</style>
background-color css
<style>
a { background-color: #865E8E; }
a { background-color: rgb(134,94,142); }
div.DivClassName
{
background-color: #865E8E;
}
.BgClassName
{
background-color: #865E8E;
}
</style>
border-color css
<style>
span { border-color: #865E8E; }
span { border-color: rgb(134,94,142); }
td.TdClassName
{
border-color: #865E8E;
}
.TagClassName
{
border-color: #865E8E;
}
</style>