Shades of Old Lavender #836B81
Tints of Old Lavender #836B81
RGB
CMYK
RGB Variations
Color information
#836B81 (or 0x836B81) is known color: Old Lavender. HEX triplet: 83, 6B and 81. RGB value is (131,107,129). Sum of RGB (Red+Green+Blue) = 131+107+129=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #836B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B81 is #7C947E. Grayscale: #747474. Windows color (decimal): -8164479 or 8481667. OLE color: 8481667.
HSL color Cylindrical-coordinate representation of color #836B81: hue angle of 305º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836B81 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 129 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.49 |
| HSL | 305º | 0.1% | 0.47% | - |
| HSV(B) | 305º | 0.18% | 0.51% | - |
| XYZ | 18.58 | 16.93 | 23.06 | - |
| YUV | 116.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 129 | 0 | 0.18 | 0.02 | 0.49 | 305 | 0.1 | 0.47 |
| Hex | 83 | 6B | 81 | 0 | 12 | 2 | 31 | 131 | A | 2F |
| Octal | 203 | 153 | 201 | 0 | 22 | 2 | 61 | 461 | 12 | 57 |
| Binary | 10000011 | 1101011 | 10000001 | 0 | 10010 | 10 | 110001 | 100110001 | 1010 | 101111 |
Color Harmonies of #836B81
Complementary color
Monochromatic Colors of #836B81
Black with #836B81
Text Example
Text Example
White with #836B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B81; }
p { color: rgb(131,107,129); }
H1.HeaderClassName
{
color: #836B81;
}
.AnyTagClassName
{
color: #836B81;
}
</style>
background-color css
<style>
a { background-color: #836B81; }
a { background-color: rgb(131,107,129); }
div.DivClassName
{
background-color: #836B81;
}
.BgClassName
{
background-color: #836B81;
}
</style>
border-color css
<style>
span { border-color: #836B81; }
span { border-color: rgb(131,107,129); }
td.TdClassName
{
border-color: #836B81;
}
.TagClassName
{
border-color: #836B81;
}
</style>