Shades of Trendy Pink #886A90
Tints of Trendy Pink #886A90
RGB
CMYK
RGB Variations
Color information
#886A90 (or 0x886A90) is known color: Trendy Pink. HEX triplet: 88, 6A and 90. RGB value is (136,106,144). Sum of RGB (Red+Green+Blue) = 136+106+144=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #886A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A90 is #77956F. Grayscale: #777777. Windows color (decimal): -7837040 or 9464456. OLE color: 9464456.
HSL color Cylindrical-coordinate representation of color #886A90: hue angle of 287.37º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886A90 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 106 | 144 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.44 |
| HSL | 287.37º | 0.15% | 0.49% | - |
| HSV(B) | 287.37º | 0.26% | 0.56% | - |
| XYZ | 20.34 | 17.56 | 28.7 | - |
| YUV | 119.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 144 | 0.06 | 0.26 | 0 | 0.44 | 287.37 | 0.15 | 0.49 |
| Hex | 88 | 6A | 90 | 6 | 1A | 0 | 2C | 11F | F | 31 |
| Octal | 210 | 152 | 220 | 6 | 32 | 0 | 54 | 437 | 17 | 61 |
| Binary | 10001000 | 1101010 | 10010000 | 110 | 11010 | 0 | 101100 | 100011111 | 1111 | 110001 |
Color Harmonies of #886A90
Complementary color
Monochromatic Colors of #886A90
Black with #886A90
Text Example
Text Example
White with #886A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A90; }
p { color: rgb(136,106,144); }
H1.HeaderClassName
{
color: #886A90;
}
.AnyTagClassName
{
color: #886A90;
}
</style>
background-color css
<style>
a { background-color: #886A90; }
a { background-color: rgb(136,106,144); }
div.DivClassName
{
background-color: #886A90;
}
.BgClassName
{
background-color: #886A90;
}
</style>
border-color css
<style>
span { border-color: #886A90; }
span { border-color: rgb(136,106,144); }
td.TdClassName
{
border-color: #886A90;
}
.TagClassName
{
border-color: #886A90;
}
</style>