Shades of Trendy Pink #885690
Tints of Trendy Pink #885690
RGB
CMYK
RGB Variations
Color information
#885690 (or 0x885690) is known color: Trendy Pink. HEX triplet: 88, 56 and 90. RGB value is (136,86,144). Sum of RGB (Red+Green+Blue) = 136+86+144=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #885690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885690 is #77A96F. Grayscale: #6B6B6B. Windows color (decimal): -7842160 or 9459336. OLE color: 9459336.
HSL color Cylindrical-coordinate representation of color #885690: hue angle of 291.72º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885690 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 86 | 144 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.44 |
| HSL | 291.72º | 0.25% | 0.45% | - |
| HSV(B) | 291.72º | 0.4% | 0.56% | - |
| XYZ | 18.52 | 13.9 | 28.09 | - |
| YUV | 107.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 144 | 0.06 | 0.40 | 0 | 0.44 | 291.72 | 0.25 | 0.45 |
| Hex | 88 | 56 | 90 | 6 | 28 | 0 | 2C | 124 | 19 | 2D |
| Octal | 210 | 126 | 220 | 6 | 50 | 0 | 54 | 444 | 31 | 55 |
| Binary | 10001000 | 1010110 | 10010000 | 110 | 101000 | 0 | 101100 | 100100100 | 11001 | 101101 |
Color Harmonies of #885690
Complementary color
Monochromatic Colors of #885690
Black with #885690
Text Example
Text Example
White with #885690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885690; }
p { color: rgb(136,86,144); }
H1.HeaderClassName
{
color: #885690;
}
.AnyTagClassName
{
color: #885690;
}
</style>
background-color css
<style>
a { background-color: #885690; }
a { background-color: rgb(136,86,144); }
div.DivClassName
{
background-color: #885690;
}
.BgClassName
{
background-color: #885690;
}
</style>
border-color css
<style>
span { border-color: #885690; }
span { border-color: rgb(136,86,144); }
td.TdClassName
{
border-color: #885690;
}
.TagClassName
{
border-color: #885690;
}
</style>