Shades of Trendy Pink #86467E
Tints of Trendy Pink #86467E
RGB
CMYK
RGB Variations
Color information
#86467E (or 0x86467E) is known color: Trendy Pink. HEX triplet: 86, 46 and 7E. RGB value is (134,70,126). Sum of RGB (Red+Green+Blue) = 134+70+126=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86467E is #79B981. Grayscale: #5F5F5F. Windows color (decimal): -7977346 or 8275590. OLE color: 8275590.
HSL color Cylindrical-coordinate representation of color #86467E: hue angle of 307.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86467E is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 126 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.47 |
| HSL | 307.5º | 0.31% | 0.4% | - |
| HSV(B) | 307.5º | 0.48% | 0.53% | - |
| XYZ | 15.79 | 10.96 | 21.02 | - |
| YUV | 95.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 126 | 0 | 0.48 | 0.06 | 0.47 | 307.5 | 0.31 | 0.4 |
| Hex | 86 | 46 | 7E | 0 | 30 | 6 | 2F | 134 | 1F | 28 |
| Octal | 206 | 106 | 176 | 0 | 60 | 6 | 57 | 464 | 37 | 50 |
| Binary | 10000110 | 1000110 | 1111110 | 0 | 110000 | 110 | 101111 | 100110100 | 11111 | 101000 |
Color Harmonies of #86467E
Complementary color
Monochromatic Colors of #86467E
Black with #86467E
Text Example
Text Example
White with #86467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86467E; }
p { color: rgb(134,70,126); }
H1.HeaderClassName
{
color: #86467E;
}
.AnyTagClassName
{
color: #86467E;
}
</style>
background-color css
<style>
a { background-color: #86467E; }
a { background-color: rgb(134,70,126); }
div.DivClassName
{
background-color: #86467E;
}
.BgClassName
{
background-color: #86467E;
}
</style>
border-color css
<style>
span { border-color: #86467E; }
span { border-color: rgb(134,70,126); }
td.TdClassName
{
border-color: #86467E;
}
.TagClassName
{
border-color: #86467E;
}
</style>