Shades of Trendy Pink #886E8B
Tints of Trendy Pink #886E8B
RGB
CMYK
RGB Variations
Color information
#886E8B (or 0x886E8B) is known color: Trendy Pink. HEX triplet: 88, 6E and 8B. RGB value is (136,110,139). Sum of RGB (Red+Green+Blue) = 136+110+139=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #886E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886E8B is #779174. Grayscale: #787878. Windows color (decimal): -7836021 or 9137800. OLE color: 9137800.
HSL color Cylindrical-coordinate representation of color #886E8B: hue angle of 293.79º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886E8B is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 110 | 139 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.45 |
| HSL | 293.79º | 0.12% | 0.49% | - |
| HSV(B) | 293.79º | 0.21% | 0.55% | - |
| XYZ | 20.39 | 18.25 | 26.87 | - |
| YUV | 121.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 139 | 0.02 | 0.21 | 0 | 0.45 | 293.79 | 0.12 | 0.49 |
| Hex | 88 | 6E | 8B | 2 | 15 | 0 | 2D | 126 | C | 31 |
| Octal | 210 | 156 | 213 | 2 | 25 | 0 | 55 | 446 | 14 | 61 |
| Binary | 10001000 | 1101110 | 10001011 | 10 | 10101 | 0 | 101101 | 100100110 | 1100 | 110001 |
Color Harmonies of #886E8B
Complementary color
Monochromatic Colors of #886E8B
Black with #886E8B
Text Example
Text Example
White with #886E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E8B; }
p { color: rgb(136,110,139); }
H1.HeaderClassName
{
color: #886E8B;
}
.AnyTagClassName
{
color: #886E8B;
}
</style>
background-color css
<style>
a { background-color: #886E8B; }
a { background-color: rgb(136,110,139); }
div.DivClassName
{
background-color: #886E8B;
}
.BgClassName
{
background-color: #886E8B;
}
</style>
border-color css
<style>
span { border-color: #886E8B; }
span { border-color: rgb(136,110,139); }
td.TdClassName
{
border-color: #886E8B;
}
.TagClassName
{
border-color: #886E8B;
}
</style>