Shades of Trendy Pink #85638C
Tints of Trendy Pink #85638C
RGB
CMYK
RGB Variations
Color information
#85638C (or 0x85638C) is known color: Trendy Pink. HEX triplet: 85, 63 and 8C. RGB value is (133,99,140). Sum of RGB (Red+Green+Blue) = 133+99+140=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #85638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85638C is #7A9C73. Grayscale: #717171. Windows color (decimal): -8035444 or 9200517. OLE color: 9200517.
HSL color Cylindrical-coordinate representation of color #85638C: hue angle of 289.76º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85638C is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 99 | 140 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.45 |
| HSL | 289.76º | 0.17% | 0.47% | - |
| HSV(B) | 289.76º | 0.29% | 0.55% | - |
| XYZ | 18.87 | 15.8 | 26.87 | - |
| YUV | 113.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 140 | 0.05 | 0.29 | 0 | 0.45 | 289.76 | 0.17 | 0.47 |
| Hex | 85 | 63 | 8C | 5 | 1D | 0 | 2D | 122 | 11 | 2F |
| Octal | 205 | 143 | 214 | 5 | 35 | 0 | 55 | 442 | 21 | 57 |
| Binary | 10000101 | 1100011 | 10001100 | 101 | 11101 | 0 | 101101 | 100100010 | 10001 | 101111 |
Color Harmonies of #85638C
Complementary color
Monochromatic Colors of #85638C
Black with #85638C
Text Example
Text Example
White with #85638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85638C; }
p { color: rgb(133,99,140); }
H1.HeaderClassName
{
color: #85638C;
}
.AnyTagClassName
{
color: #85638C;
}
</style>
background-color css
<style>
a { background-color: #85638C; }
a { background-color: rgb(133,99,140); }
div.DivClassName
{
background-color: #85638C;
}
.BgClassName
{
background-color: #85638C;
}
</style>
border-color css
<style>
span { border-color: #85638C; }
span { border-color: rgb(133,99,140); }
td.TdClassName
{
border-color: #85638C;
}
.TagClassName
{
border-color: #85638C;
}
</style>