Shades of Trendy Pink #86527D
Tints of Trendy Pink #86527D
RGB
CMYK
RGB Variations
Color information
#86527D (or 0x86527D) is known color: Trendy Pink. HEX triplet: 86, 52 and 7D. RGB value is (134,82,125). Sum of RGB (Red+Green+Blue) = 134+82+125=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86527D is #79AD82. Grayscale: #666666. Windows color (decimal): -7974275 or 8213126. OLE color: 8213126.
HSL color Cylindrical-coordinate representation of color #86527D: hue angle of 310.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86527D is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 125 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.47 |
| HSL | 310.38º | 0.24% | 0.42% | - |
| HSV(B) | 310.38º | 0.39% | 0.53% | - |
| XYZ | 16.55 | 12.58 | 20.96 | - |
| YUV | 102.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 125 | 0 | 0.39 | 0.07 | 0.47 | 310.38 | 0.24 | 0.42 |
| Hex | 86 | 52 | 7D | 0 | 27 | 7 | 2F | 136 | 18 | 2A |
| Octal | 206 | 122 | 175 | 0 | 47 | 7 | 57 | 466 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1111101 | 0 | 100111 | 111 | 101111 | 100110110 | 11000 | 101010 |
Color Harmonies of #86527D
Complementary color
Monochromatic Colors of #86527D
Black with #86527D
Text Example
Text Example
White with #86527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86527D; }
p { color: rgb(134,82,125); }
H1.HeaderClassName
{
color: #86527D;
}
.AnyTagClassName
{
color: #86527D;
}
</style>
background-color css
<style>
a { background-color: #86527D; }
a { background-color: rgb(134,82,125); }
div.DivClassName
{
background-color: #86527D;
}
.BgClassName
{
background-color: #86527D;
}
</style>
border-color css
<style>
span { border-color: #86527D; }
span { border-color: rgb(134,82,125); }
td.TdClassName
{
border-color: #86527D;
}
.TagClassName
{
border-color: #86527D;
}
</style>