Shades of Trendy Pink #85628B
Tints of Trendy Pink #85628B
RGB
CMYK
RGB Variations
Color information
#85628B (or 0x85628B) is known color: Trendy Pink. HEX triplet: 85, 62 and 8B. RGB value is (133,98,139). Sum of RGB (Red+Green+Blue) = 133+98+139=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #85628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85628B is #7A9D74. Grayscale: #717171. Windows color (decimal): -8035701 or 9134725. OLE color: 9134725.
HSL color Cylindrical-coordinate representation of color #85628B: hue angle of 291.22º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85628B is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 98 | 139 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.45 |
| HSL | 291.22º | 0.17% | 0.46% | - |
| HSV(B) | 291.22º | 0.29% | 0.55% | - |
| XYZ | 18.7 | 15.59 | 26.45 | - |
| YUV | 113.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 139 | 0.04 | 0.29 | 0 | 0.45 | 291.22 | 0.17 | 0.46 |
| Hex | 85 | 62 | 8B | 4 | 1D | 0 | 2D | 123 | 11 | 2E |
| Octal | 205 | 142 | 213 | 4 | 35 | 0 | 55 | 443 | 21 | 56 |
| Binary | 10000101 | 1100010 | 10001011 | 100 | 11101 | 0 | 101101 | 100100011 | 10001 | 101110 |
Color Harmonies of #85628B
Complementary color
Monochromatic Colors of #85628B
Black with #85628B
Text Example
Text Example
White with #85628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85628B; }
p { color: rgb(133,98,139); }
H1.HeaderClassName
{
color: #85628B;
}
.AnyTagClassName
{
color: #85628B;
}
</style>
background-color css
<style>
a { background-color: #85628B; }
a { background-color: rgb(133,98,139); }
div.DivClassName
{
background-color: #85628B;
}
.BgClassName
{
background-color: #85628B;
}
</style>
border-color css
<style>
span { border-color: #85628B; }
span { border-color: rgb(133,98,139); }
td.TdClassName
{
border-color: #85628B;
}
.TagClassName
{
border-color: #85628B;
}
</style>