Shades of Old Lavender #856D83
Tints of Old Lavender #856D83
RGB
CMYK
RGB Variations
Color information
#856D83 (or 0x856D83) is known color: Old Lavender. HEX triplet: 85, 6D and 83. RGB value is (133,109,131). Sum of RGB (Red+Green+Blue) = 133+109+131=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #856D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D83 is #7A927C. Grayscale: #767676. Windows color (decimal): -8032893 or 8613253. OLE color: 8613253.
HSL color Cylindrical-coordinate representation of color #856D83: hue angle of 305º 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 #856D83 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 131 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.48 |
| HSL | 305º | 0.1% | 0.47% | - |
| HSV(B) | 305º | 0.18% | 0.52% | - |
| XYZ | 19.24 | 17.56 | 23.85 | - |
| YUV | 118.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 131 | 0 | 0.18 | 0.02 | 0.48 | 305 | 0.1 | 0.47 |
| Hex | 85 | 6D | 83 | 0 | 12 | 2 | 30 | 131 | A | 2F |
| Octal | 205 | 155 | 203 | 0 | 22 | 2 | 60 | 461 | 12 | 57 |
| Binary | 10000101 | 1101101 | 10000011 | 0 | 10010 | 10 | 110000 | 100110001 | 1010 | 101111 |
Color Harmonies of #856D83
Complementary color
Monochromatic Colors of #856D83
Black with #856D83
Text Example
Text Example
White with #856D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D83; }
p { color: rgb(133,109,131); }
H1.HeaderClassName
{
color: #856D83;
}
.AnyTagClassName
{
color: #856D83;
}
</style>
background-color css
<style>
a { background-color: #856D83; }
a { background-color: rgb(133,109,131); }
div.DivClassName
{
background-color: #856D83;
}
.BgClassName
{
background-color: #856D83;
}
</style>
border-color css
<style>
span { border-color: #856D83; }
span { border-color: rgb(133,109,131); }
td.TdClassName
{
border-color: #856D83;
}
.TagClassName
{
border-color: #856D83;
}
</style>