Shades of Trendy Pink #85688A
Tints of Trendy Pink #85688A
RGB
CMYK
RGB Variations
Color information
#85688A (or 0x85688A) is known color: Trendy Pink. HEX triplet: 85, 68 and 8A. RGB value is (133,104,138). Sum of RGB (Red+Green+Blue) = 133+104+138=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #85688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688A is #7A9775. Grayscale: #747474. Windows color (decimal): -8034166 or 9070725. OLE color: 9070725.
HSL color Cylindrical-coordinate representation of color #85688A: hue angle of 291.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85688A is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 104 | 138 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.46 |
| HSL | 291.18º | 0.14% | 0.47% | - |
| HSV(B) | 291.18º | 0.25% | 0.54% | - |
| XYZ | 19.21 | 16.72 | 26.26 | - |
| YUV | 116.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 138 | 0.04 | 0.25 | 0 | 0.46 | 291.18 | 0.14 | 0.47 |
| Hex | 85 | 68 | 8A | 4 | 19 | 0 | 2E | 123 | E | 2F |
| Octal | 205 | 150 | 212 | 4 | 31 | 0 | 56 | 443 | 16 | 57 |
| Binary | 10000101 | 1101000 | 10001010 | 100 | 11001 | 0 | 101110 | 100100011 | 1110 | 101111 |
Color Harmonies of #85688A
Complementary color
Monochromatic Colors of #85688A
Black with #85688A
Text Example
Text Example
White with #85688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85688A; }
p { color: rgb(133,104,138); }
H1.HeaderClassName
{
color: #85688A;
}
.AnyTagClassName
{
color: #85688A;
}
</style>
background-color css
<style>
a { background-color: #85688A; }
a { background-color: rgb(133,104,138); }
div.DivClassName
{
background-color: #85688A;
}
.BgClassName
{
background-color: #85688A;
}
</style>
border-color css
<style>
span { border-color: #85688A; }
span { border-color: rgb(133,104,138); }
td.TdClassName
{
border-color: #85688A;
}
.TagClassName
{
border-color: #85688A;
}
</style>