Shades of Old Lavender #836C82
Tints of Old Lavender #836C82
RGB
CMYK
RGB Variations
Color information
#836C82 (or 0x836C82) is known color: Old Lavender. HEX triplet: 83, 6C and 82. RGB value is (131,108,130). Sum of RGB (Red+Green+Blue) = 131+108+130=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #836C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C82 is #7C937D. Grayscale: #757575. Windows color (decimal): -8164222 or 8547459. OLE color: 8547459.
HSL color Cylindrical-coordinate representation of color #836C82: hue angle of 302.61º 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 #836C82 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 130 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.49 |
| HSL | 302.61º | 0.1% | 0.47% | - |
| HSV(B) | 302.61º | 0.18% | 0.51% | - |
| XYZ | 18.75 | 17.16 | 23.44 | - |
| YUV | 117.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 130 | 0 | 0.18 | 0.01 | 0.49 | 302.61 | 0.1 | 0.47 |
| Hex | 83 | 6C | 82 | 0 | 12 | 1 | 31 | 12F | A | 2F |
| Octal | 203 | 154 | 202 | 0 | 22 | 1 | 61 | 457 | 12 | 57 |
| Binary | 10000011 | 1101100 | 10000010 | 0 | 10010 | 1 | 110001 | 100101111 | 1010 | 101111 |
Color Harmonies of #836C82
Complementary color
Monochromatic Colors of #836C82
Black with #836C82
Text Example
Text Example
White with #836C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C82; }
p { color: rgb(131,108,130); }
H1.HeaderClassName
{
color: #836C82;
}
.AnyTagClassName
{
color: #836C82;
}
</style>
background-color css
<style>
a { background-color: #836C82; }
a { background-color: rgb(131,108,130); }
div.DivClassName
{
background-color: #836C82;
}
.BgClassName
{
background-color: #836C82;
}
</style>
border-color css
<style>
span { border-color: #836C82; }
span { border-color: rgb(131,108,130); }
td.TdClassName
{
border-color: #836C82;
}
.TagClassName
{
border-color: #836C82;
}
</style>