Shades of Trendy Pink #85628C
Tints of Trendy Pink #85628C
RGB
CMYK
RGB Variations
Color information
#85628C (or 0x85628C) is known color: Trendy Pink. HEX triplet: 85, 62 and 8C. RGB value is (133,98,140). Sum of RGB (Red+Green+Blue) = 133+98+140=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #85628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85628C is #7A9D73. Grayscale: #717171. Windows color (decimal): -8035700 or 9200261. OLE color: 9200261.
HSL color Cylindrical-coordinate representation of color #85628C: hue angle of 290º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85628C is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 98 | 140 | - |
| CMYK | 0.05 | 0.3 | 0 | 0.45 |
| HSL | 290º | 0.18% | 0.47% | - |
| HSV(B) | 290º | 0.3% | 0.55% | - |
| XYZ | 18.77 | 15.62 | 26.84 | - |
| YUV | 113.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 140 | 0.05 | 0.3 | 0 | 0.45 | 290 | 0.18 | 0.47 |
| Hex | 85 | 62 | 8C | 5 | 1E | 0 | 2D | 122 | 12 | 2F |
| Octal | 205 | 142 | 214 | 5 | 36 | 0 | 55 | 442 | 22 | 57 |
| Binary | 10000101 | 1100010 | 10001100 | 101 | 11110 | 0 | 101101 | 100100010 | 10010 | 101111 |
Color Harmonies of #85628C
Complementary color
Monochromatic Colors of #85628C
Black with #85628C
Text Example
Text Example
White with #85628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85628C; }
p { color: rgb(133,98,140); }
H1.HeaderClassName
{
color: #85628C;
}
.AnyTagClassName
{
color: #85628C;
}
</style>
background-color css
<style>
a { background-color: #85628C; }
a { background-color: rgb(133,98,140); }
div.DivClassName
{
background-color: #85628C;
}
.BgClassName
{
background-color: #85628C;
}
</style>
border-color css
<style>
span { border-color: #85628C; }
span { border-color: rgb(133,98,140); }
td.TdClassName
{
border-color: #85628C;
}
.TagClassName
{
border-color: #85628C;
}
</style>