Shades of Trendy Pink #885A92
Tints of Trendy Pink #885A92
RGB
CMYK
RGB Variations
Color information
#885A92 (or 0x885A92) is known color: Trendy Pink. HEX triplet: 88, 5A and 92. RGB value is (136,90,146). Sum of RGB (Red+Green+Blue) = 136+90+146=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #885A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885A92 is #77A56D. Grayscale: #6D6D6D. Windows color (decimal): -7841134 or 9591432. OLE color: 9591432.
HSL color Cylindrical-coordinate representation of color #885A92: hue angle of 289.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885A92 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 90 | 146 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.43 |
| HSL | 289.29º | 0.24% | 0.46% | - |
| HSV(B) | 289.29º | 0.38% | 0.57% | - |
| XYZ | 19 | 14.62 | 29.02 | - |
| YUV | 110.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 146 | 0.07 | 0.38 | 0 | 0.43 | 289.29 | 0.24 | 0.46 |
| Hex | 88 | 5A | 92 | 7 | 26 | 0 | 2B | 121 | 18 | 2E |
| Octal | 210 | 132 | 222 | 7 | 46 | 0 | 53 | 441 | 30 | 56 |
| Binary | 10001000 | 1011010 | 10010010 | 111 | 100110 | 0 | 101011 | 100100001 | 11000 | 101110 |
Color Harmonies of #885A92
Complementary color
Monochromatic Colors of #885A92
Black with #885A92
Text Example
Text Example
White with #885A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A92; }
p { color: rgb(136,90,146); }
H1.HeaderClassName
{
color: #885A92;
}
.AnyTagClassName
{
color: #885A92;
}
</style>
background-color css
<style>
a { background-color: #885A92; }
a { background-color: rgb(136,90,146); }
div.DivClassName
{
background-color: #885A92;
}
.BgClassName
{
background-color: #885A92;
}
</style>
border-color css
<style>
span { border-color: #885A92; }
span { border-color: rgb(136,90,146); }
td.TdClassName
{
border-color: #885A92;
}
.TagClassName
{
border-color: #885A92;
}
</style>