Shades of Trendy Pink #865D83
Tints of Trendy Pink #865D83
RGB
CMYK
RGB Variations
Color information
#865D83 (or 0x865D83) is known color: Trendy Pink. HEX triplet: 86, 5D and 83. RGB value is (134,93,131). Sum of RGB (Red+Green+Blue) = 134+93+131=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #865D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865D83 is #79A27C. Grayscale: #6D6D6D. Windows color (decimal): -7971453 or 8609158. OLE color: 8609158.
HSL color Cylindrical-coordinate representation of color #865D83: hue angle of 304.39º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D83 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 131 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.47 |
| HSL | 304.39º | 0.18% | 0.45% | - |
| HSV(B) | 304.39º | 0.31% | 0.53% | - |
| XYZ | 17.84 | 14.54 | 23.34 | - |
| YUV | 109.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 131 | 0 | 0.31 | 0.02 | 0.47 | 304.39 | 0.18 | 0.45 |
| Hex | 86 | 5D | 83 | 0 | 1F | 2 | 2F | 130 | 12 | 2D |
| Octal | 206 | 135 | 203 | 0 | 37 | 2 | 57 | 460 | 22 | 55 |
| Binary | 10000110 | 1011101 | 10000011 | 0 | 11111 | 10 | 101111 | 100110000 | 10010 | 101101 |
Color Harmonies of #865D83
Complementary color
Monochromatic Colors of #865D83
Black with #865D83
Text Example
Text Example
White with #865D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D83; }
p { color: rgb(134,93,131); }
H1.HeaderClassName
{
color: #865D83;
}
.AnyTagClassName
{
color: #865D83;
}
</style>
background-color css
<style>
a { background-color: #865D83; }
a { background-color: rgb(134,93,131); }
div.DivClassName
{
background-color: #865D83;
}
.BgClassName
{
background-color: #865D83;
}
</style>
border-color css
<style>
span { border-color: #865D83; }
span { border-color: rgb(134,93,131); }
td.TdClassName
{
border-color: #865D83;
}
.TagClassName
{
border-color: #865D83;
}
</style>