Shades of Trendy Pink #865E92
Tints of Trendy Pink #865E92
RGB
CMYK
RGB Variations
Color information
#865E92 (or 0x865E92) is known color: Trendy Pink. HEX triplet: 86, 5E and 92. RGB value is (134,94,146). Sum of RGB (Red+Green+Blue) = 134+94+146=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #865E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E92 is #79A16D. Grayscale: #6F6F6F. Windows color (decimal): -7971182 or 9592454. OLE color: 9592454.
HSL color Cylindrical-coordinate representation of color #865E92: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865E92 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 94 | 146 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.43 |
| HSL | 286.15º | 0.22% | 0.47% | - |
| HSV(B) | 286.15º | 0.36% | 0.57% | - |
| XYZ | 19.02 | 15.15 | 29.12 | - |
| YUV | 111.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 146 | 0.08 | 0.36 | 0 | 0.43 | 286.15 | 0.22 | 0.47 |
| Hex | 86 | 5E | 92 | 8 | 24 | 0 | 2B | 11E | 16 | 2F |
| Octal | 206 | 136 | 222 | 10 | 44 | 0 | 53 | 436 | 26 | 57 |
| Binary | 10000110 | 1011110 | 10010010 | 1000 | 100100 | 0 | 101011 | 100011110 | 10110 | 101111 |
Color Harmonies of #865E92
Complementary color
Monochromatic Colors of #865E92
Black with #865E92
Text Example
Text Example
White with #865E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E92; }
p { color: rgb(134,94,146); }
H1.HeaderClassName
{
color: #865E92;
}
.AnyTagClassName
{
color: #865E92;
}
</style>
background-color css
<style>
a { background-color: #865E92; }
a { background-color: rgb(134,94,146); }
div.DivClassName
{
background-color: #865E92;
}
.BgClassName
{
background-color: #865E92;
}
</style>
border-color css
<style>
span { border-color: #865E92; }
span { border-color: rgb(134,94,146); }
td.TdClassName
{
border-color: #865E92;
}
.TagClassName
{
border-color: #865E92;
}
</style>