Shades of Trendy Pink #88497F
Tints of Trendy Pink #88497F
RGB
CMYK
RGB Variations
Color information
#88497F (or 0x88497F) is known color: Trendy Pink. HEX triplet: 88, 49 and 7F. RGB value is (136,73,127). Sum of RGB (Red+Green+Blue) = 136+73+127=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #88497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88497F is #77B680. Grayscale: #616161. Windows color (decimal): -7845505 or 8341896. OLE color: 8341896.
HSL color Cylindrical-coordinate representation of color #88497F: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88497F is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 127 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.47 |
| HSL | 308.57º | 0.3% | 0.41% | - |
| HSV(B) | 308.57º | 0.46% | 0.53% | - |
| XYZ | 16.37 | 11.53 | 21.44 | - |
| YUV | 97.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 127 | 0 | 0.46 | 0.07 | 0.47 | 308.57 | 0.3 | 0.41 |
| Hex | 88 | 49 | 7F | 0 | 2E | 7 | 2F | 135 | 1E | 29 |
| Octal | 210 | 111 | 177 | 0 | 56 | 7 | 57 | 465 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1111111 | 0 | 101110 | 111 | 101111 | 100110101 | 11110 | 101001 |
Color Harmonies of #88497F
Complementary color
Monochromatic Colors of #88497F
Black with #88497F
Text Example
Text Example
White with #88497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88497F; }
p { color: rgb(136,73,127); }
H1.HeaderClassName
{
color: #88497F;
}
.AnyTagClassName
{
color: #88497F;
}
</style>
background-color css
<style>
a { background-color: #88497F; }
a { background-color: rgb(136,73,127); }
div.DivClassName
{
background-color: #88497F;
}
.BgClassName
{
background-color: #88497F;
}
</style>
border-color css
<style>
span { border-color: #88497F; }
span { border-color: rgb(136,73,127); }
td.TdClassName
{
border-color: #88497F;
}
.TagClassName
{
border-color: #88497F;
}
</style>