Shades of Trendy Pink #85507E
Tints of Trendy Pink #85507E
RGB
CMYK
RGB Variations
Color information
#85507E (or 0x85507E) is known color: Trendy Pink. HEX triplet: 85, 50 and 7E. RGB value is (133,80,126). Sum of RGB (Red+Green+Blue) = 133+80+126=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85507E is #7AAF81. Grayscale: #646464. Windows color (decimal): -8040322 or 8278149. OLE color: 8278149.
HSL color Cylindrical-coordinate representation of color #85507E: hue angle of 307.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85507E is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 126 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.48 |
| HSL | 307.92º | 0.25% | 0.42% | - |
| HSV(B) | 307.92º | 0.4% | 0.52% | - |
| XYZ | 16.31 | 12.23 | 21.24 | - |
| YUV | 101.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 126 | 0 | 0.40 | 0.05 | 0.48 | 307.92 | 0.25 | 0.42 |
| Hex | 85 | 50 | 7E | 0 | 28 | 5 | 30 | 134 | 19 | 2A |
| Octal | 205 | 120 | 176 | 0 | 50 | 5 | 60 | 464 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1111110 | 0 | 101000 | 101 | 110000 | 100110100 | 11001 | 101010 |
Color Harmonies of #85507E
Complementary color
Monochromatic Colors of #85507E
Black with #85507E
Text Example
Text Example
White with #85507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85507E; }
p { color: rgb(133,80,126); }
H1.HeaderClassName
{
color: #85507E;
}
.AnyTagClassName
{
color: #85507E;
}
</style>
background-color css
<style>
a { background-color: #85507E; }
a { background-color: rgb(133,80,126); }
div.DivClassName
{
background-color: #85507E;
}
.BgClassName
{
background-color: #85507E;
}
</style>
border-color css
<style>
span { border-color: #85507E; }
span { border-color: rgb(133,80,126); }
td.TdClassName
{
border-color: #85507E;
}
.TagClassName
{
border-color: #85507E;
}
</style>