Shades of Old Lavender #82697E
Tints of Old Lavender #82697E
RGB
CMYK
RGB Variations
Color information
#82697E (or 0x82697E) is known color: Old Lavender. HEX triplet: 82, 69 and 7E. RGB value is (130,105,126). Sum of RGB (Red+Green+Blue) = 130+105+126=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #82697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697E is #7D9681. Grayscale: #727272. Windows color (decimal): -8230530 or 8284546. OLE color: 8284546.
HSL color Cylindrical-coordinate representation of color #82697E: hue angle of 309.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82697E is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 126 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.49 |
| HSL | 309.6º | 0.11% | 0.46% | - |
| HSV(B) | 309.6º | 0.19% | 0.51% | - |
| XYZ | 18.02 | 16.36 | 21.95 | - |
| YUV | 114.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 126 | 0 | 0.19 | 0.03 | 0.49 | 309.6 | 0.11 | 0.46 |
| Hex | 82 | 69 | 7E | 0 | 13 | 3 | 31 | 136 | B | 2E |
| Octal | 202 | 151 | 176 | 0 | 23 | 3 | 61 | 466 | 13 | 56 |
| Binary | 10000010 | 1101001 | 1111110 | 0 | 10011 | 11 | 110001 | 100110110 | 1011 | 101110 |
Color Harmonies of #82697E
Complementary color
Monochromatic Colors of #82697E
Black with #82697E
Text Example
Text Example
White with #82697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82697E; }
p { color: rgb(130,105,126); }
H1.HeaderClassName
{
color: #82697E;
}
.AnyTagClassName
{
color: #82697E;
}
</style>
background-color css
<style>
a { background-color: #82697E; }
a { background-color: rgb(130,105,126); }
div.DivClassName
{
background-color: #82697E;
}
.BgClassName
{
background-color: #82697E;
}
</style>
border-color css
<style>
span { border-color: #82697E; }
span { border-color: rgb(130,105,126); }
td.TdClassName
{
border-color: #82697E;
}
.TagClassName
{
border-color: #82697E;
}
</style>