Shades of Trendy Pink #86638C
Tints of Trendy Pink #86638C
RGB
CMYK
RGB Variations
Color information
#86638C (or 0x86638C) is known color: Trendy Pink. HEX triplet: 86, 63 and 8C. RGB value is (134,99,140). Sum of RGB (Red+Green+Blue) = 134+99+140=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #86638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86638C is #799C73. Grayscale: #727272. Windows color (decimal): -7969908 or 9200518. OLE color: 9200518.
HSL color Cylindrical-coordinate representation of color #86638C: hue angle of 291.22º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86638C is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 99 | 140 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.45 |
| HSL | 291.22º | 0.17% | 0.47% | - |
| HSV(B) | 291.22º | 0.29% | 0.55% | - |
| XYZ | 19.03 | 15.89 | 26.87 | - |
| YUV | 114.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 140 | 0.04 | 0.29 | 0 | 0.45 | 291.22 | 0.17 | 0.47 |
| Hex | 86 | 63 | 8C | 4 | 1D | 0 | 2D | 123 | 11 | 2F |
| Octal | 206 | 143 | 214 | 4 | 35 | 0 | 55 | 443 | 21 | 57 |
| Binary | 10000110 | 1100011 | 10001100 | 100 | 11101 | 0 | 101101 | 100100011 | 10001 | 101111 |
Color Harmonies of #86638C
Complementary color
Monochromatic Colors of #86638C
Black with #86638C
Text Example
Text Example
White with #86638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86638C; }
p { color: rgb(134,99,140); }
H1.HeaderClassName
{
color: #86638C;
}
.AnyTagClassName
{
color: #86638C;
}
</style>
background-color css
<style>
a { background-color: #86638C; }
a { background-color: rgb(134,99,140); }
div.DivClassName
{
background-color: #86638C;
}
.BgClassName
{
background-color: #86638C;
}
</style>
border-color css
<style>
span { border-color: #86638C; }
span { border-color: rgb(134,99,140); }
td.TdClassName
{
border-color: #86638C;
}
.TagClassName
{
border-color: #86638C;
}
</style>