Shades of Old Lavender #85657E
Tints of Old Lavender #85657E
RGB
CMYK
RGB Variations
Color information
#85657E (or 0x85657E) is known color: Old Lavender. HEX triplet: 85, 65 and 7E. RGB value is (133,101,126). Sum of RGB (Red+Green+Blue) = 133+101+126=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657E is #7A9A81. Grayscale: #717171. Windows color (decimal): -8034946 or 8283525. OLE color: 8283525.
HSL color Cylindrical-coordinate representation of color #85657E: hue angle of 313.12º 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 #85657E is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 126 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.48 |
| HSL | 313.13º | 0.14% | 0.46% | - |
| HSV(B) | 313.13º | 0.24% | 0.52% | - |
| XYZ | 18.09 | 15.8 | 21.83 | - |
| YUV | 113.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 126 | 0 | 0.24 | 0.05 | 0.48 | 313.13 | 0.14 | 0.46 |
| Hex | 85 | 65 | 7E | 0 | 18 | 5 | 30 | 139 | E | 2E |
| Octal | 205 | 145 | 176 | 0 | 30 | 5 | 60 | 471 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1111110 | 0 | 11000 | 101 | 110000 | 100111001 | 1110 | 101110 |
Color Harmonies of #85657E
Complementary color
Monochromatic Colors of #85657E
Black with #85657E
Text Example
Text Example
White with #85657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85657E; }
p { color: rgb(133,101,126); }
H1.HeaderClassName
{
color: #85657E;
}
.AnyTagClassName
{
color: #85657E;
}
</style>
background-color css
<style>
a { background-color: #85657E; }
a { background-color: rgb(133,101,126); }
div.DivClassName
{
background-color: #85657E;
}
.BgClassName
{
background-color: #85657E;
}
</style>
border-color css
<style>
span { border-color: #85657E; }
span { border-color: rgb(133,101,126); }
td.TdClassName
{
border-color: #85657E;
}
.TagClassName
{
border-color: #85657E;
}
</style>