Shades of Old Lavender #85657F
Tints of Old Lavender #85657F
RGB
CMYK
RGB Variations
Color information
#85657F (or 0x85657F) is known color: Old Lavender. HEX triplet: 85, 65 and 7F. RGB value is (133,101,127). Sum of RGB (Red+Green+Blue) = 133+101+127=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657F is #7A9A80. Grayscale: #717171. Windows color (decimal): -8034945 or 8349061. OLE color: 8349061.
HSL color Cylindrical-coordinate representation of color #85657F: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85657F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 127 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.48 |
| HSL | 311.25º | 0.14% | 0.46% | - |
| HSV(B) | 311.25º | 0.24% | 0.52% | - |
| XYZ | 18.16 | 15.83 | 22.18 | - |
| YUV | 113.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 127 | 0 | 0.24 | 0.05 | 0.48 | 311.25 | 0.14 | 0.46 |
| Hex | 85 | 65 | 7F | 0 | 18 | 5 | 30 | 137 | E | 2E |
| Octal | 205 | 145 | 177 | 0 | 30 | 5 | 60 | 467 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1111111 | 0 | 11000 | 101 | 110000 | 100110111 | 1110 | 101110 |
Color Harmonies of #85657F
Complementary color
Monochromatic Colors of #85657F
Black with #85657F
Text Example
Text Example
White with #85657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85657F; }
p { color: rgb(133,101,127); }
H1.HeaderClassName
{
color: #85657F;
}
.AnyTagClassName
{
color: #85657F;
}
</style>
background-color css
<style>
a { background-color: #85657F; }
a { background-color: rgb(133,101,127); }
div.DivClassName
{
background-color: #85657F;
}
.BgClassName
{
background-color: #85657F;
}
</style>
border-color css
<style>
span { border-color: #85657F; }
span { border-color: rgb(133,101,127); }
td.TdClassName
{
border-color: #85657F;
}
.TagClassName
{
border-color: #85657F;
}
</style>