Shades of Trendy Pink #85477E
Tints of Trendy Pink #85477E
RGB
CMYK
RGB Variations
Color information
#85477E (or 0x85477E) is known color: Trendy Pink. HEX triplet: 85, 47 and 7E. RGB value is (133,71,126). Sum of RGB (Red+Green+Blue) = 133+71+126=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85477E is #7AB881. Grayscale: #5F5F5F. Windows color (decimal): -8042626 or 8275845. OLE color: 8275845.
HSL color Cylindrical-coordinate representation of color #85477E: hue angle of 306.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85477E is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 126 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.48 |
| HSL | 306.77º | 0.3% | 0.4% | - |
| HSV(B) | 306.77º | 0.47% | 0.52% | - |
| XYZ | 15.69 | 11 | 21.03 | - |
| YUV | 95.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 126 | 0 | 0.47 | 0.05 | 0.48 | 306.77 | 0.3 | 0.4 |
| Hex | 85 | 47 | 7E | 0 | 2F | 5 | 30 | 133 | 1E | 28 |
| Octal | 205 | 107 | 176 | 0 | 57 | 5 | 60 | 463 | 36 | 50 |
| Binary | 10000101 | 1000111 | 1111110 | 0 | 101111 | 101 | 110000 | 100110011 | 11110 | 101000 |
Color Harmonies of #85477E
Complementary color
Monochromatic Colors of #85477E
Black with #85477E
Text Example
Text Example
White with #85477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85477E; }
p { color: rgb(133,71,126); }
H1.HeaderClassName
{
color: #85477E;
}
.AnyTagClassName
{
color: #85477E;
}
</style>
background-color css
<style>
a { background-color: #85477E; }
a { background-color: rgb(133,71,126); }
div.DivClassName
{
background-color: #85477E;
}
.BgClassName
{
background-color: #85477E;
}
</style>
border-color css
<style>
span { border-color: #85477E; }
span { border-color: rgb(133,71,126); }
td.TdClassName
{
border-color: #85477E;
}
.TagClassName
{
border-color: #85477E;
}
</style>