Shades of Old Lavender #83657E
Tints of Old Lavender #83657E
RGB
CMYK
RGB Variations
Color information
#83657E (or 0x83657E) is known color: Old Lavender. HEX triplet: 83, 65 and 7E. RGB value is (131,101,126). Sum of RGB (Red+Green+Blue) = 131+101+126=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #83657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83657E is #7C9A81. Grayscale: #707070. Windows color (decimal): -8166018 or 8283523. OLE color: 8283523.
HSL color Cylindrical-coordinate representation of color #83657E: hue angle of 310º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83657E is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 101 | 126 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.49 |
| HSL | 310º | 0.13% | 0.45% | - |
| HSV(B) | 310º | 0.23% | 0.51% | - |
| XYZ | 17.78 | 15.64 | 21.82 | - |
| YUV | 112.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 126 | 0 | 0.23 | 0.04 | 0.49 | 310 | 0.13 | 0.45 |
| Hex | 83 | 65 | 7E | 0 | 17 | 4 | 31 | 136 | D | 2D |
| Octal | 203 | 145 | 176 | 0 | 27 | 4 | 61 | 466 | 15 | 55 |
| Binary | 10000011 | 1100101 | 1111110 | 0 | 10111 | 100 | 110001 | 100110110 | 1101 | 101101 |
Color Harmonies of #83657E
Complementary color
Monochromatic Colors of #83657E
Black with #83657E
Text Example
Text Example
White with #83657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83657E; }
p { color: rgb(131,101,126); }
H1.HeaderClassName
{
color: #83657E;
}
.AnyTagClassName
{
color: #83657E;
}
</style>
background-color css
<style>
a { background-color: #83657E; }
a { background-color: rgb(131,101,126); }
div.DivClassName
{
background-color: #83657E;
}
.BgClassName
{
background-color: #83657E;
}
</style>
border-color css
<style>
span { border-color: #83657E; }
span { border-color: rgb(131,101,126); }
td.TdClassName
{
border-color: #83657E;
}
.TagClassName
{
border-color: #83657E;
}
</style>