Shades of Trendy Pink #85648B
Tints of Trendy Pink #85648B
RGB
CMYK
RGB Variations
Color information
#85648B (or 0x85648B) is known color: Trendy Pink. HEX triplet: 85, 64 and 8B. RGB value is (133,100,139). Sum of RGB (Red+Green+Blue) = 133+100+139=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #85648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85648B is #7A9B74. Grayscale: #727272. Windows color (decimal): -8035189 or 9135237. OLE color: 9135237.
HSL color Cylindrical-coordinate representation of color #85648B: hue angle of 290.77º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85648B is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 100 | 139 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.45 |
| HSL | 290.77º | 0.16% | 0.47% | - |
| HSV(B) | 290.77º | 0.28% | 0.55% | - |
| XYZ | 18.89 | 15.96 | 26.51 | - |
| YUV | 114.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 139 | 0.04 | 0.28 | 0 | 0.45 | 290.77 | 0.16 | 0.47 |
| Hex | 85 | 64 | 8B | 4 | 1C | 0 | 2D | 123 | 10 | 2F |
| Octal | 205 | 144 | 213 | 4 | 34 | 0 | 55 | 443 | 20 | 57 |
| Binary | 10000101 | 1100100 | 10001011 | 100 | 11100 | 0 | 101101 | 100100011 | 10000 | 101111 |
Color Harmonies of #85648B
Complementary color
Monochromatic Colors of #85648B
Black with #85648B
Text Example
Text Example
White with #85648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85648B; }
p { color: rgb(133,100,139); }
H1.HeaderClassName
{
color: #85648B;
}
.AnyTagClassName
{
color: #85648B;
}
</style>
background-color css
<style>
a { background-color: #85648B; }
a { background-color: rgb(133,100,139); }
div.DivClassName
{
background-color: #85648B;
}
.BgClassName
{
background-color: #85648B;
}
</style>
border-color css
<style>
span { border-color: #85648B; }
span { border-color: rgb(133,100,139); }
td.TdClassName
{
border-color: #85648B;
}
.TagClassName
{
border-color: #85648B;
}
</style>