Shades of Old Lavender #83687F
Tints of Old Lavender #83687F
RGB
CMYK
RGB Variations
Color information
#83687F (or 0x83687F) is known color: Old Lavender. HEX triplet: 83, 68 and 7F. RGB value is (131,104,127). Sum of RGB (Red+Green+Blue) = 131+104+127=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #83687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83687F is #7C9780. Grayscale: #727272. Windows color (decimal): -8165249 or 8349827. OLE color: 8349827.
HSL color Cylindrical-coordinate representation of color #83687F: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83687F is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 104 | 127 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.49 |
| HSL | 308.89º | 0.11% | 0.46% | - |
| HSV(B) | 308.89º | 0.21% | 0.51% | - |
| XYZ | 18.14 | 16.26 | 22.26 | - |
| YUV | 114.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 127 | 0 | 0.21 | 0.03 | 0.49 | 308.89 | 0.11 | 0.46 |
| Hex | 83 | 68 | 7F | 0 | 15 | 3 | 31 | 135 | B | 2E |
| Octal | 203 | 150 | 177 | 0 | 25 | 3 | 61 | 465 | 13 | 56 |
| Binary | 10000011 | 1101000 | 1111111 | 0 | 10101 | 11 | 110001 | 100110101 | 1011 | 101110 |
Color Harmonies of #83687F
Complementary color
Monochromatic Colors of #83687F
Black with #83687F
Text Example
Text Example
White with #83687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83687F; }
p { color: rgb(131,104,127); }
H1.HeaderClassName
{
color: #83687F;
}
.AnyTagClassName
{
color: #83687F;
}
</style>
background-color css
<style>
a { background-color: #83687F; }
a { background-color: rgb(131,104,127); }
div.DivClassName
{
background-color: #83687F;
}
.BgClassName
{
background-color: #83687F;
}
</style>
border-color css
<style>
span { border-color: #83687F; }
span { border-color: rgb(131,104,127); }
td.TdClassName
{
border-color: #83687F;
}
.TagClassName
{
border-color: #83687F;
}
</style>