Shades of Old Lavender #836C80
Tints of Old Lavender #836C80
RGB
CMYK
RGB Variations
Color information
#836C80 (or 0x836C80) is known color: Old Lavender. HEX triplet: 83, 6C and 80. RGB value is (131,108,128). Sum of RGB (Red+Green+Blue) = 131+108+128=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #836C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C80 is #7C937F. Grayscale: #757575. Windows color (decimal): -8164224 or 8416387. OLE color: 8416387.
HSL color Cylindrical-coordinate representation of color #836C80: hue angle of 307.83º 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 #836C80 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 128 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.49 |
| HSL | 307.83º | 0.1% | 0.47% | - |
| HSV(B) | 307.83º | 0.18% | 0.51% | - |
| XYZ | 18.62 | 17.11 | 22.74 | - |
| YUV | 117.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 128 | 0 | 0.18 | 0.02 | 0.49 | 307.83 | 0.1 | 0.47 |
| Hex | 83 | 6C | 80 | 0 | 12 | 2 | 31 | 134 | A | 2F |
| Octal | 203 | 154 | 200 | 0 | 22 | 2 | 61 | 464 | 12 | 57 |
| Binary | 10000011 | 1101100 | 10000000 | 0 | 10010 | 10 | 110001 | 100110100 | 1010 | 101111 |
Color Harmonies of #836C80
Complementary color
Monochromatic Colors of #836C80
Black with #836C80
Text Example
Text Example
White with #836C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C80; }
p { color: rgb(131,108,128); }
H1.HeaderClassName
{
color: #836C80;
}
.AnyTagClassName
{
color: #836C80;
}
</style>
background-color css
<style>
a { background-color: #836C80; }
a { background-color: rgb(131,108,128); }
div.DivClassName
{
background-color: #836C80;
}
.BgClassName
{
background-color: #836C80;
}
</style>
border-color css
<style>
span { border-color: #836C80; }
span { border-color: rgb(131,108,128); }
td.TdClassName
{
border-color: #836C80;
}
.TagClassName
{
border-color: #836C80;
}
</style>