Shades of Trendy Pink #85558F
Tints of Trendy Pink #85558F
RGB
CMYK
RGB Variations
Color information
#85558F (or 0x85558F) is known color: Trendy Pink. HEX triplet: 85, 55 and 8F. RGB value is (133,85,143). Sum of RGB (Red+Green+Blue) = 133+85+143=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #85558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85558F is #7AAA70. Grayscale: #696969. Windows color (decimal): -8039025 or 9393541. OLE color: 9393541.
HSL color Cylindrical-coordinate representation of color #85558F: hue angle of 289.66º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85558F is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 85 | 143 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.44 |
| HSL | 289.66º | 0.25% | 0.45% | - |
| HSV(B) | 289.66º | 0.41% | 0.56% | - |
| XYZ | 17.88 | 13.47 | 27.64 | - |
| YUV | 105.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 143 | 0.07 | 0.41 | 0 | 0.44 | 289.66 | 0.25 | 0.45 |
| Hex | 85 | 55 | 8F | 7 | 29 | 0 | 2C | 122 | 19 | 2D |
| Octal | 205 | 125 | 217 | 7 | 51 | 0 | 54 | 442 | 31 | 55 |
| Binary | 10000101 | 1010101 | 10001111 | 111 | 101001 | 0 | 101100 | 100100010 | 11001 | 101101 |
Color Harmonies of #85558F
Complementary color
Monochromatic Colors of #85558F
Black with #85558F
Text Example
Text Example
White with #85558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85558F; }
p { color: rgb(133,85,143); }
H1.HeaderClassName
{
color: #85558F;
}
.AnyTagClassName
{
color: #85558F;
}
</style>
background-color css
<style>
a { background-color: #85558F; }
a { background-color: rgb(133,85,143); }
div.DivClassName
{
background-color: #85558F;
}
.BgClassName
{
background-color: #85558F;
}
</style>
border-color css
<style>
span { border-color: #85558F; }
span { border-color: rgb(133,85,143); }
td.TdClassName
{
border-color: #85558F;
}
.TagClassName
{
border-color: #85558F;
}
</style>