Shades of Trendy Pink #85688D
Tints of Trendy Pink #85688D
RGB
CMYK
RGB Variations
Color information
#85688D (or 0x85688D) is known color: Trendy Pink. HEX triplet: 85, 68 and 8D. RGB value is (133,104,141). Sum of RGB (Red+Green+Blue) = 133+104+141=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #85688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688D is #7A9772. Grayscale: #747474. Windows color (decimal): -8034163 or 9267333. OLE color: 9267333.
HSL color Cylindrical-coordinate representation of color #85688D: hue angle of 287.03º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85688D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 104 | 141 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.45 |
| HSL | 287.03º | 0.15% | 0.48% | - |
| HSV(B) | 287.03º | 0.26% | 0.55% | - |
| XYZ | 19.43 | 16.81 | 27.42 | - |
| YUV | 116.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 141 | 0.06 | 0.26 | 0 | 0.45 | 287.03 | 0.15 | 0.48 |
| Hex | 85 | 68 | 8D | 6 | 1A | 0 | 2D | 11F | F | 30 |
| Octal | 205 | 150 | 215 | 6 | 32 | 0 | 55 | 437 | 17 | 60 |
| Binary | 10000101 | 1101000 | 10001101 | 110 | 11010 | 0 | 101101 | 100011111 | 1111 | 110000 |
Color Harmonies of #85688D
Complementary color
Monochromatic Colors of #85688D
Black with #85688D
Text Example
Text Example
White with #85688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85688D; }
p { color: rgb(133,104,141); }
H1.HeaderClassName
{
color: #85688D;
}
.AnyTagClassName
{
color: #85688D;
}
</style>
background-color css
<style>
a { background-color: #85688D; }
a { background-color: rgb(133,104,141); }
div.DivClassName
{
background-color: #85688D;
}
.BgClassName
{
background-color: #85688D;
}
</style>
border-color css
<style>
span { border-color: #85688D; }
span { border-color: rgb(133,104,141); }
td.TdClassName
{
border-color: #85688D;
}
.TagClassName
{
border-color: #85688D;
}
</style>