Shades of Trendy Pink #86668D
Tints of Trendy Pink #86668D
RGB
CMYK
RGB Variations
Color information
#86668D (or 0x86668D) is known color: Trendy Pink. HEX triplet: 86, 66 and 8D. RGB value is (134,102,141). Sum of RGB (Red+Green+Blue) = 134+102+141=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #86668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86668D is #799972. Grayscale: #737373. Windows color (decimal): -7969139 or 9266822. OLE color: 9266822.
HSL color Cylindrical-coordinate representation of color #86668D: hue angle of 289.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86668D is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 102 | 141 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.45 |
| HSL | 289.23º | 0.16% | 0.48% | - |
| HSV(B) | 289.23º | 0.28% | 0.55% | - |
| XYZ | 19.39 | 16.49 | 27.36 | - |
| YUV | 116.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 141 | 0.05 | 0.28 | 0 | 0.45 | 289.23 | 0.16 | 0.48 |
| Hex | 86 | 66 | 8D | 5 | 1C | 0 | 2D | 121 | 10 | 30 |
| Octal | 206 | 146 | 215 | 5 | 34 | 0 | 55 | 441 | 20 | 60 |
| Binary | 10000110 | 1100110 | 10001101 | 101 | 11100 | 0 | 101101 | 100100001 | 10000 | 110000 |
Color Harmonies of #86668D
Complementary color
Monochromatic Colors of #86668D
Black with #86668D
Text Example
Text Example
White with #86668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86668D; }
p { color: rgb(134,102,141); }
H1.HeaderClassName
{
color: #86668D;
}
.AnyTagClassName
{
color: #86668D;
}
</style>
background-color css
<style>
a { background-color: #86668D; }
a { background-color: rgb(134,102,141); }
div.DivClassName
{
background-color: #86668D;
}
.BgClassName
{
background-color: #86668D;
}
</style>
border-color css
<style>
span { border-color: #86668D; }
span { border-color: rgb(134,102,141); }
td.TdClassName
{
border-color: #86668D;
}
.TagClassName
{
border-color: #86668D;
}
</style>