Shades of Trendy Pink #85618B
Tints of Trendy Pink #85618B
RGB
CMYK
RGB Variations
Color information
#85618B (or 0x85618B) is known color: Trendy Pink. HEX triplet: 85, 61 and 8B. RGB value is (133,97,139). Sum of RGB (Red+Green+Blue) = 133+97+139=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #85618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85618B is #7A9E74. Grayscale: #707070. Windows color (decimal): -8035957 or 9134469. OLE color: 9134469.
HSL color Cylindrical-coordinate representation of color #85618B: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85618B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 97 | 139 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.45 |
| HSL | 291.43º | 0.18% | 0.46% | - |
| HSV(B) | 291.43º | 0.3% | 0.55% | - |
| XYZ | 18.61 | 15.4 | 26.42 | - |
| YUV | 112.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 139 | 0.04 | 0.30 | 0 | 0.45 | 291.43 | 0.18 | 0.46 |
| Hex | 85 | 61 | 8B | 4 | 1E | 0 | 2D | 123 | 12 | 2E |
| Octal | 205 | 141 | 213 | 4 | 36 | 0 | 55 | 443 | 22 | 56 |
| Binary | 10000101 | 1100001 | 10001011 | 100 | 11110 | 0 | 101101 | 100100011 | 10010 | 101110 |
Color Harmonies of #85618B
Complementary color
Monochromatic Colors of #85618B
Black with #85618B
Text Example
Text Example
White with #85618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85618B; }
p { color: rgb(133,97,139); }
H1.HeaderClassName
{
color: #85618B;
}
.AnyTagClassName
{
color: #85618B;
}
</style>
background-color css
<style>
a { background-color: #85618B; }
a { background-color: rgb(133,97,139); }
div.DivClassName
{
background-color: #85618B;
}
.BgClassName
{
background-color: #85618B;
}
</style>
border-color css
<style>
span { border-color: #85618B; }
span { border-color: rgb(133,97,139); }
td.TdClassName
{
border-color: #85618B;
}
.TagClassName
{
border-color: #85618B;
}
</style>