Shades of Old Lavender #85687F
Tints of Old Lavender #85687F
RGB
CMYK
RGB Variations
Color information
#85687F (or 0x85687F) is known color: Old Lavender. HEX triplet: 85, 68 and 7F. RGB value is (133,104,127). Sum of RGB (Red+Green+Blue) = 133+104+127=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #85687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85687F is #7A9780. Grayscale: #737373. Windows color (decimal): -8034177 or 8349829. OLE color: 8349829.
HSL color Cylindrical-coordinate representation of color #85687F: hue angle of 312.41º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85687F is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 127 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.48 |
| HSL | 312.41º | 0.12% | 0.46% | - |
| HSV(B) | 312.41º | 0.22% | 0.52% | - |
| XYZ | 18.45 | 16.42 | 22.28 | - |
| YUV | 115.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 127 | 0 | 0.22 | 0.05 | 0.48 | 312.41 | 0.12 | 0.46 |
| Hex | 85 | 68 | 7F | 0 | 16 | 5 | 30 | 138 | C | 2E |
| Octal | 205 | 150 | 177 | 0 | 26 | 5 | 60 | 470 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1111111 | 0 | 10110 | 101 | 110000 | 100111000 | 1100 | 101110 |
Color Harmonies of #85687F
Complementary color
Monochromatic Colors of #85687F
Black with #85687F
Text Example
Text Example
White with #85687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85687F; }
p { color: rgb(133,104,127); }
H1.HeaderClassName
{
color: #85687F;
}
.AnyTagClassName
{
color: #85687F;
}
</style>
background-color css
<style>
a { background-color: #85687F; }
a { background-color: rgb(133,104,127); }
div.DivClassName
{
background-color: #85687F;
}
.BgClassName
{
background-color: #85687F;
}
</style>
border-color css
<style>
span { border-color: #85687F; }
span { border-color: rgb(133,104,127); }
td.TdClassName
{
border-color: #85687F;
}
.TagClassName
{
border-color: #85687F;
}
</style>