Shades of Old Lavender #856D82
Tints of Old Lavender #856D82
RGB
CMYK
RGB Variations
Color information
#856D82 (or 0x856D82) is known color: Old Lavender. HEX triplet: 85, 6D and 82. RGB value is (133,109,130). Sum of RGB (Red+Green+Blue) = 133+109+130=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #856D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D82 is #7A927D. Grayscale: #767676. Windows color (decimal): -8032894 or 8547717. OLE color: 8547717.
HSL color Cylindrical-coordinate representation of color #856D82: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D82 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 130 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.48 |
| HSL | 307.5º | 0.1% | 0.47% | - |
| HSV(B) | 307.5º | 0.18% | 0.52% | - |
| XYZ | 19.17 | 17.54 | 23.49 | - |
| YUV | 118.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 130 | 0 | 0.18 | 0.02 | 0.48 | 307.5 | 0.1 | 0.47 |
| Hex | 85 | 6D | 82 | 0 | 12 | 2 | 30 | 134 | A | 2F |
| Octal | 205 | 155 | 202 | 0 | 22 | 2 | 60 | 464 | 12 | 57 |
| Binary | 10000101 | 1101101 | 10000010 | 0 | 10010 | 10 | 110000 | 100110100 | 1010 | 101111 |
Color Harmonies of #856D82
Complementary color
Monochromatic Colors of #856D82
Black with #856D82
Text Example
Text Example
White with #856D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D82; }
p { color: rgb(133,109,130); }
H1.HeaderClassName
{
color: #856D82;
}
.AnyTagClassName
{
color: #856D82;
}
</style>
background-color css
<style>
a { background-color: #856D82; }
a { background-color: rgb(133,109,130); }
div.DivClassName
{
background-color: #856D82;
}
.BgClassName
{
background-color: #856D82;
}
</style>
border-color css
<style>
span { border-color: #856D82; }
span { border-color: rgb(133,109,130); }
td.TdClassName
{
border-color: #856D82;
}
.TagClassName
{
border-color: #856D82;
}
</style>