Shades of Trendy Pink #885981
Tints of Trendy Pink #885981
RGB
CMYK
RGB Variations
Color information
#885981 (or 0x885981) is known color: Trendy Pink. HEX triplet: 88, 59 and 81. RGB value is (136,89,129). Sum of RGB (Red+Green+Blue) = 136+89+129=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #885981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885981 is #77A67E. Grayscale: #6B6B6B. Windows color (decimal): -7841407 or 8477064. OLE color: 8477064.
HSL color Cylindrical-coordinate representation of color #885981: hue angle of 308.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885981 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 129 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.47 |
| HSL | 308.94º | 0.21% | 0.44% | - |
| HSV(B) | 308.94º | 0.35% | 0.53% | - |
| XYZ | 17.69 | 13.96 | 22.53 | - |
| YUV | 107.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 129 | 0 | 0.35 | 0.05 | 0.47 | 308.94 | 0.21 | 0.44 |
| Hex | 88 | 59 | 81 | 0 | 23 | 5 | 2F | 135 | 15 | 2C |
| Octal | 210 | 131 | 201 | 0 | 43 | 5 | 57 | 465 | 25 | 54 |
| Binary | 10001000 | 1011001 | 10000001 | 0 | 100011 | 101 | 101111 | 100110101 | 10101 | 101100 |
Color Harmonies of #885981
Complementary color
Monochromatic Colors of #885981
Black with #885981
Text Example
Text Example
White with #885981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885981; }
p { color: rgb(136,89,129); }
H1.HeaderClassName
{
color: #885981;
}
.AnyTagClassName
{
color: #885981;
}
</style>
background-color css
<style>
a { background-color: #885981; }
a { background-color: rgb(136,89,129); }
div.DivClassName
{
background-color: #885981;
}
.BgClassName
{
background-color: #885981;
}
</style>
border-color css
<style>
span { border-color: #885981; }
span { border-color: rgb(136,89,129); }
td.TdClassName
{
border-color: #885981;
}
.TagClassName
{
border-color: #885981;
}
</style>