Shades of Trendy Pink #885A7D
Tints of Trendy Pink #885A7D
RGB
CMYK
RGB Variations
Color information
#885A7D (or 0x885A7D) is known color: Trendy Pink. HEX triplet: 88, 5A and 7D. RGB value is (136,90,125). Sum of RGB (Red+Green+Blue) = 136+90+125=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #885A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A7D is #77A582. Grayscale: #6B6B6B. Windows color (decimal): -7841155 or 8215176. OLE color: 8215176.
HSL color Cylindrical-coordinate representation of color #885A7D: hue angle of 314.35º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A7D is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 125 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.47 |
| HSL | 314.35º | 0.2% | 0.44% | - |
| HSV(B) | 314.35º | 0.34% | 0.53% | - |
| XYZ | 17.51 | 14.03 | 21.19 | - |
| YUV | 107.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 125 | 0 | 0.34 | 0.08 | 0.47 | 314.35 | 0.2 | 0.44 |
| Hex | 88 | 5A | 7D | 0 | 22 | 8 | 2F | 13A | 14 | 2C |
| Octal | 210 | 132 | 175 | 0 | 42 | 10 | 57 | 472 | 24 | 54 |
| Binary | 10001000 | 1011010 | 1111101 | 0 | 100010 | 1000 | 101111 | 100111010 | 10100 | 101100 |
Color Harmonies of #885A7D
Complementary color
Monochromatic Colors of #885A7D
Black with #885A7D
Text Example
Text Example
White with #885A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A7D; }
p { color: rgb(136,90,125); }
H1.HeaderClassName
{
color: #885A7D;
}
.AnyTagClassName
{
color: #885A7D;
}
</style>
background-color css
<style>
a { background-color: #885A7D; }
a { background-color: rgb(136,90,125); }
div.DivClassName
{
background-color: #885A7D;
}
.BgClassName
{
background-color: #885A7D;
}
</style>
border-color css
<style>
span { border-color: #885A7D; }
span { border-color: rgb(136,90,125); }
td.TdClassName
{
border-color: #885A7D;
}
.TagClassName
{
border-color: #885A7D;
}
</style>