Shades of Old Lavender #836B82
Tints of Old Lavender #836B82
RGB
CMYK
RGB Variations
Color information
#836B82 (or 0x836B82) is known color: Old Lavender. HEX triplet: 83, 6B and 82. RGB value is (131,107,130). Sum of RGB (Red+Green+Blue) = 131+107+130=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #836B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B82 is #7C947D. Grayscale: #747474. Windows color (decimal): -8164478 or 8547203. OLE color: 8547203.
HSL color Cylindrical-coordinate representation of color #836B82: hue angle of 302.5º 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 #836B82 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 130 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.49 |
| HSL | 302.5º | 0.1% | 0.47% | - |
| HSV(B) | 302.5º | 0.18% | 0.51% | - |
| XYZ | 18.65 | 16.95 | 23.41 | - |
| YUV | 116.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 130 | 0 | 0.18 | 0.01 | 0.49 | 302.5 | 0.1 | 0.47 |
| Hex | 83 | 6B | 82 | 0 | 12 | 1 | 31 | 12E | A | 2F |
| Octal | 203 | 153 | 202 | 0 | 22 | 1 | 61 | 456 | 12 | 57 |
| Binary | 10000011 | 1101011 | 10000010 | 0 | 10010 | 1 | 110001 | 100101110 | 1010 | 101111 |
Color Harmonies of #836B82
Complementary color
Monochromatic Colors of #836B82
Black with #836B82
Text Example
Text Example
White with #836B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B82; }
p { color: rgb(131,107,130); }
H1.HeaderClassName
{
color: #836B82;
}
.AnyTagClassName
{
color: #836B82;
}
</style>
background-color css
<style>
a { background-color: #836B82; }
a { background-color: rgb(131,107,130); }
div.DivClassName
{
background-color: #836B82;
}
.BgClassName
{
background-color: #836B82;
}
</style>
border-color css
<style>
span { border-color: #836B82; }
span { border-color: rgb(131,107,130); }
td.TdClassName
{
border-color: #836B82;
}
.TagClassName
{
border-color: #836B82;
}
</style>