Shades of Trendy Pink #85517B
Tints of Trendy Pink #85517B
RGB
CMYK
RGB Variations
Color information
#85517B (or 0x85517B) is known color: Trendy Pink. HEX triplet: 85, 51 and 7B. RGB value is (133,81,123). Sum of RGB (Red+Green+Blue) = 133+81+123=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85517B is #7AAE84. Grayscale: #656565. Windows color (decimal): -8040069 or 8081797. OLE color: 8081797.
HSL color Cylindrical-coordinate representation of color #85517B: hue angle of 311.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85517B is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 123 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.48 |
| HSL | 311.54º | 0.24% | 0.42% | - |
| HSV(B) | 311.54º | 0.39% | 0.52% | - |
| XYZ | 16.19 | 12.3 | 20.26 | - |
| YUV | 101.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 123 | 0 | 0.39 | 0.08 | 0.48 | 311.54 | 0.24 | 0.42 |
| Hex | 85 | 51 | 7B | 0 | 27 | 8 | 30 | 138 | 18 | 2A |
| Octal | 205 | 121 | 173 | 0 | 47 | 10 | 60 | 470 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1111011 | 0 | 100111 | 1000 | 110000 | 100111000 | 11000 | 101010 |
Color Harmonies of #85517B
Complementary color
Monochromatic Colors of #85517B
Black with #85517B
Text Example
Text Example
White with #85517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85517B; }
p { color: rgb(133,81,123); }
H1.HeaderClassName
{
color: #85517B;
}
.AnyTagClassName
{
color: #85517B;
}
</style>
background-color css
<style>
a { background-color: #85517B; }
a { background-color: rgb(133,81,123); }
div.DivClassName
{
background-color: #85517B;
}
.BgClassName
{
background-color: #85517B;
}
</style>
border-color css
<style>
span { border-color: #85517B; }
span { border-color: rgb(133,81,123); }
td.TdClassName
{
border-color: #85517B;
}
.TagClassName
{
border-color: #85517B;
}
</style>