Shades of Trendy Pink #885A8C
Tints of Trendy Pink #885A8C
RGB
CMYK
RGB Variations
Color information
#885A8C (or 0x885A8C) is known color: Trendy Pink. HEX triplet: 88, 5A and 8C. RGB value is (136,90,140). Sum of RGB (Red+Green+Blue) = 136+90+140=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #885A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885A8C is #77A573. Grayscale: #6D6D6D. Windows color (decimal): -7841140 or 9198216. OLE color: 9198216.
HSL color Cylindrical-coordinate representation of color #885A8C: hue angle of 295.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885A8C is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 90 | 140 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.45 |
| HSL | 295.2º | 0.22% | 0.45% | - |
| HSV(B) | 295.2º | 0.36% | 0.55% | - |
| XYZ | 18.54 | 14.44 | 26.62 | - |
| YUV | 109.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 140 | 0.03 | 0.36 | 0 | 0.45 | 295.2 | 0.22 | 0.45 |
| Hex | 88 | 5A | 8C | 3 | 24 | 0 | 2D | 127 | 16 | 2D |
| Octal | 210 | 132 | 214 | 3 | 44 | 0 | 55 | 447 | 26 | 55 |
| Binary | 10001000 | 1011010 | 10001100 | 11 | 100100 | 0 | 101101 | 100100111 | 10110 | 101101 |
Color Harmonies of #885A8C
Complementary color
Monochromatic Colors of #885A8C
Black with #885A8C
Text Example
Text Example
White with #885A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A8C; }
p { color: rgb(136,90,140); }
H1.HeaderClassName
{
color: #885A8C;
}
.AnyTagClassName
{
color: #885A8C;
}
</style>
background-color css
<style>
a { background-color: #885A8C; }
a { background-color: rgb(136,90,140); }
div.DivClassName
{
background-color: #885A8C;
}
.BgClassName
{
background-color: #885A8C;
}
</style>
border-color css
<style>
span { border-color: #885A8C; }
span { border-color: rgb(136,90,140); }
td.TdClassName
{
border-color: #885A8C;
}
.TagClassName
{
border-color: #885A8C;
}
</style>