Shades of Old Lavender #82697D
Tints of Old Lavender #82697D
RGB
CMYK
RGB Variations
Color information
#82697D (or 0x82697D) is known color: Old Lavender. HEX triplet: 82, 69 and 7D. RGB value is (130,105,125). Sum of RGB (Red+Green+Blue) = 130+105+125=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #82697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697D is #7D9682. Grayscale: #727272. Windows color (decimal): -8230531 or 8219010. OLE color: 8219010.
HSL color Cylindrical-coordinate representation of color #82697D: hue angle of 312º 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 #82697D is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 125 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.49 |
| HSL | 312º | 0.11% | 0.46% | - |
| HSV(B) | 312º | 0.19% | 0.51% | - |
| XYZ | 17.96 | 16.33 | 21.61 | - |
| YUV | 114.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 125 | 0 | 0.19 | 0.04 | 0.49 | 312 | 0.11 | 0.46 |
| Hex | 82 | 69 | 7D | 0 | 13 | 4 | 31 | 138 | B | 2E |
| Octal | 202 | 151 | 175 | 0 | 23 | 4 | 61 | 470 | 13 | 56 |
| Binary | 10000010 | 1101001 | 1111101 | 0 | 10011 | 100 | 110001 | 100111000 | 1011 | 101110 |
Color Harmonies of #82697D
Complementary color
Monochromatic Colors of #82697D
Black with #82697D
Text Example
Text Example
White with #82697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82697D; }
p { color: rgb(130,105,125); }
H1.HeaderClassName
{
color: #82697D;
}
.AnyTagClassName
{
color: #82697D;
}
</style>
background-color css
<style>
a { background-color: #82697D; }
a { background-color: rgb(130,105,125); }
div.DivClassName
{
background-color: #82697D;
}
.BgClassName
{
background-color: #82697D;
}
</style>
border-color css
<style>
span { border-color: #82697D; }
span { border-color: rgb(130,105,125); }
td.TdClassName
{
border-color: #82697D;
}
.TagClassName
{
border-color: #82697D;
}
</style>