Shades of Trendy Pink #85698B
Tints of Trendy Pink #85698B
RGB
CMYK
RGB Variations
Color information
#85698B (or 0x85698B) is known color: Trendy Pink. HEX triplet: 85, 69 and 8B. RGB value is (133,105,139). Sum of RGB (Red+Green+Blue) = 133+105+139=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #85698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85698B is #7A9674. Grayscale: #757575. Windows color (decimal): -8033909 or 9136517. OLE color: 9136517.
HSL color Cylindrical-coordinate representation of color #85698B: hue angle of 289.41º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85698B is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 105 | 139 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.45 |
| HSL | 289.41º | 0.14% | 0.48% | - |
| HSV(B) | 289.41º | 0.24% | 0.55% | - |
| XYZ | 19.38 | 16.95 | 26.68 | - |
| YUV | 117.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 139 | 0.04 | 0.24 | 0 | 0.45 | 289.41 | 0.14 | 0.48 |
| Hex | 85 | 69 | 8B | 4 | 18 | 0 | 2D | 121 | E | 30 |
| Octal | 205 | 151 | 213 | 4 | 30 | 0 | 55 | 441 | 16 | 60 |
| Binary | 10000101 | 1101001 | 10001011 | 100 | 11000 | 0 | 101101 | 100100001 | 1110 | 110000 |
Color Harmonies of #85698B
Complementary color
Monochromatic Colors of #85698B
Black with #85698B
Text Example
Text Example
White with #85698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85698B; }
p { color: rgb(133,105,139); }
H1.HeaderClassName
{
color: #85698B;
}
.AnyTagClassName
{
color: #85698B;
}
</style>
background-color css
<style>
a { background-color: #85698B; }
a { background-color: rgb(133,105,139); }
div.DivClassName
{
background-color: #85698B;
}
.BgClassName
{
background-color: #85698B;
}
</style>
border-color css
<style>
span { border-color: #85698B; }
span { border-color: rgb(133,105,139); }
td.TdClassName
{
border-color: #85698B;
}
.TagClassName
{
border-color: #85698B;
}
</style>