Shades of Old Lavender #83637B
Tints of Old Lavender #83637B
RGB
CMYK
RGB Variations
Color information
#83637B (or 0x83637B) is known color: Old Lavender. HEX triplet: 83, 63 and 7B. RGB value is (131,99,123). Sum of RGB (Red+Green+Blue) = 131+99+123=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83637B is #7C9C84. Grayscale: #6F6F6F. Windows color (decimal): -8166533 or 8086403. OLE color: 8086403.
HSL color Cylindrical-coordinate representation of color #83637B: hue angle of 315º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83637B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 123 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.49 |
| HSL | 315º | 0.14% | 0.45% | - |
| HSV(B) | 315º | 0.24% | 0.51% | - |
| XYZ | 17.4 | 15.18 | 20.75 | - |
| YUV | 111.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 123 | 0 | 0.24 | 0.06 | 0.49 | 315 | 0.14 | 0.45 |
| Hex | 83 | 63 | 7B | 0 | 18 | 6 | 31 | 13B | E | 2D |
| Octal | 203 | 143 | 173 | 0 | 30 | 6 | 61 | 473 | 16 | 55 |
| Binary | 10000011 | 1100011 | 1111011 | 0 | 11000 | 110 | 110001 | 100111011 | 1110 | 101101 |
Color Harmonies of #83637B
Complementary color
Monochromatic Colors of #83637B
Black with #83637B
Text Example
Text Example
White with #83637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83637B; }
p { color: rgb(131,99,123); }
H1.HeaderClassName
{
color: #83637B;
}
.AnyTagClassName
{
color: #83637B;
}
</style>
background-color css
<style>
a { background-color: #83637B; }
a { background-color: rgb(131,99,123); }
div.DivClassName
{
background-color: #83637B;
}
.BgClassName
{
background-color: #83637B;
}
</style>
border-color css
<style>
span { border-color: #83637B; }
span { border-color: rgb(131,99,123); }
td.TdClassName
{
border-color: #83637B;
}
.TagClassName
{
border-color: #83637B;
}
</style>