Shades of Trendy Pink #8B6786
Tints of Trendy Pink #8B6786
RGB
CMYK
RGB Variations
Color information
#8B6786 (or 0x8B6786) is known color: Trendy Pink. HEX triplet: 8B, 67 and 86. RGB value is (139,103,134). Sum of RGB (Red+Green+Blue) = 139+103+134=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6786 is #749879. Grayscale: #757575. Windows color (decimal): -7641210 or 8808331. OLE color: 8808331.
HSL color Cylindrical-coordinate representation of color #8B6786: hue angle of 308.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B6786 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 134 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.45 |
| HSL | 308.33º | 0.15% | 0.47% | - |
| HSV(B) | 308.33º | 0.26% | 0.55% | - |
| XYZ | 19.8 | 16.91 | 24.77 | - |
| YUV | 117.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 134 | 0 | 0.26 | 0.04 | 0.45 | 308.33 | 0.15 | 0.47 |
| Hex | 8B | 67 | 86 | 0 | 1A | 4 | 2D | 134 | F | 2F |
| Octal | 213 | 147 | 206 | 0 | 32 | 4 | 55 | 464 | 17 | 57 |
| Binary | 10001011 | 1100111 | 10000110 | 0 | 11010 | 100 | 101101 | 100110100 | 1111 | 101111 |
Color Harmonies of #8B6786
Complementary color
Monochromatic Colors of #8B6786
Black with #8B6786
Text Example
Text Example
White with #8B6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6786; }
p { color: rgb(139,103,134); }
H1.HeaderClassName
{
color: #8B6786;
}
.AnyTagClassName
{
color: #8B6786;
}
</style>
background-color css
<style>
a { background-color: #8B6786; }
a { background-color: rgb(139,103,134); }
div.DivClassName
{
background-color: #8B6786;
}
.BgClassName
{
background-color: #8B6786;
}
</style>
border-color css
<style>
span { border-color: #8B6786; }
span { border-color: rgb(139,103,134); }
td.TdClassName
{
border-color: #8B6786;
}
.TagClassName
{
border-color: #8B6786;
}
</style>