Shades of Trendy Pink #885F8F
Tints of Trendy Pink #885F8F
RGB
CMYK
RGB Variations
Color information
#885F8F (or 0x885F8F) is known color: Trendy Pink. HEX triplet: 88, 5F and 8F. RGB value is (136,95,143). Sum of RGB (Red+Green+Blue) = 136+95+143=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #885F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885F8F is #77A070. Grayscale: #707070. Windows color (decimal): -7839857 or 9396104. OLE color: 9396104.
HSL color Cylindrical-coordinate representation of color #885F8F: hue angle of 291.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885F8F is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 95 | 143 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.44 |
| HSL | 291.25º | 0.2% | 0.47% | - |
| HSV(B) | 291.25º | 0.34% | 0.56% | - |
| XYZ | 19.2 | 15.4 | 27.95 | - |
| YUV | 112.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 143 | 0.05 | 0.34 | 0 | 0.44 | 291.25 | 0.2 | 0.47 |
| Hex | 88 | 5F | 8F | 5 | 22 | 0 | 2C | 123 | 14 | 2F |
| Octal | 210 | 137 | 217 | 5 | 42 | 0 | 54 | 443 | 24 | 57 |
| Binary | 10001000 | 1011111 | 10001111 | 101 | 100010 | 0 | 101100 | 100100011 | 10100 | 101111 |
Color Harmonies of #885F8F
Complementary color
Monochromatic Colors of #885F8F
Black with #885F8F
Text Example
Text Example
White with #885F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F8F; }
p { color: rgb(136,95,143); }
H1.HeaderClassName
{
color: #885F8F;
}
.AnyTagClassName
{
color: #885F8F;
}
</style>
background-color css
<style>
a { background-color: #885F8F; }
a { background-color: rgb(136,95,143); }
div.DivClassName
{
background-color: #885F8F;
}
.BgClassName
{
background-color: #885F8F;
}
</style>
border-color css
<style>
span { border-color: #885F8F; }
span { border-color: rgb(136,95,143); }
td.TdClassName
{
border-color: #885F8F;
}
.TagClassName
{
border-color: #885F8F;
}
</style>