Shades of Trendy Pink #86537D
Tints of Trendy Pink #86537D
RGB
CMYK
RGB Variations
Color information
#86537D (or 0x86537D) is known color: Trendy Pink. HEX triplet: 86, 53 and 7D. RGB value is (134,83,125). Sum of RGB (Red+Green+Blue) = 134+83+125=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86537D is #79AC82. Grayscale: #666666. Windows color (decimal): -7974019 or 8213382. OLE color: 8213382.
HSL color Cylindrical-coordinate representation of color #86537D: hue angle of 310.59º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86537D is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 125 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.47 |
| HSL | 310.59º | 0.24% | 0.43% | - |
| HSV(B) | 310.59º | 0.38% | 0.53% | - |
| XYZ | 16.63 | 12.74 | 20.98 | - |
| YUV | 103.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 125 | 0 | 0.38 | 0.07 | 0.47 | 310.59 | 0.24 | 0.43 |
| Hex | 86 | 53 | 7D | 0 | 26 | 7 | 2F | 137 | 18 | 2B |
| Octal | 206 | 123 | 175 | 0 | 46 | 7 | 57 | 467 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1111101 | 0 | 100110 | 111 | 101111 | 100110111 | 11000 | 101011 |
Color Harmonies of #86537D
Complementary color
Monochromatic Colors of #86537D
Black with #86537D
Text Example
Text Example
White with #86537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86537D; }
p { color: rgb(134,83,125); }
H1.HeaderClassName
{
color: #86537D;
}
.AnyTagClassName
{
color: #86537D;
}
</style>
background-color css
<style>
a { background-color: #86537D; }
a { background-color: rgb(134,83,125); }
div.DivClassName
{
background-color: #86537D;
}
.BgClassName
{
background-color: #86537D;
}
</style>
border-color css
<style>
span { border-color: #86537D; }
span { border-color: rgb(134,83,125); }
td.TdClassName
{
border-color: #86537D;
}
.TagClassName
{
border-color: #86537D;
}
</style>