Shades of Trendy Pink #865F83
Tints of Trendy Pink #865F83
RGB
CMYK
RGB Variations
Color information
#865F83 (or 0x865F83) is known color: Trendy Pink. HEX triplet: 86, 5F and 83. RGB value is (134,95,131). Sum of RGB (Red+Green+Blue) = 134+95+131=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #865F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F83 is #79A07C. Grayscale: #6E6E6E. Windows color (decimal): -7970941 or 8609670. OLE color: 8609670.
HSL color Cylindrical-coordinate representation of color #865F83: hue angle of 304.62º 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 #865F83 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 131 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.47 |
| HSL | 304.62º | 0.17% | 0.45% | - |
| HSV(B) | 304.62º | 0.29% | 0.53% | - |
| XYZ | 18.02 | 14.89 | 23.4 | - |
| YUV | 110.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 131 | 0 | 0.29 | 0.02 | 0.47 | 304.62 | 0.17 | 0.45 |
| Hex | 86 | 5F | 83 | 0 | 1D | 2 | 2F | 131 | 11 | 2D |
| Octal | 206 | 137 | 203 | 0 | 35 | 2 | 57 | 461 | 21 | 55 |
| Binary | 10000110 | 1011111 | 10000011 | 0 | 11101 | 10 | 101111 | 100110001 | 10001 | 101101 |
Color Harmonies of #865F83
Complementary color
Monochromatic Colors of #865F83
Black with #865F83
Text Example
Text Example
White with #865F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F83; }
p { color: rgb(134,95,131); }
H1.HeaderClassName
{
color: #865F83;
}
.AnyTagClassName
{
color: #865F83;
}
</style>
background-color css
<style>
a { background-color: #865F83; }
a { background-color: rgb(134,95,131); }
div.DivClassName
{
background-color: #865F83;
}
.BgClassName
{
background-color: #865F83;
}
</style>
border-color css
<style>
span { border-color: #865F83; }
span { border-color: rgb(134,95,131); }
td.TdClassName
{
border-color: #865F83;
}
.TagClassName
{
border-color: #865F83;
}
</style>