Shades of Old Lavender #82697F
Tints of Old Lavender #82697F
RGB
CMYK
RGB Variations
Color information
#82697F (or 0x82697F) is known color: Old Lavender. HEX triplet: 82, 69 and 7F. RGB value is (130,105,127). Sum of RGB (Red+Green+Blue) = 130+105+127=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #82697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697F is #7D9680. Grayscale: #727272. Windows color (decimal): -8230529 or 8350082. OLE color: 8350082.
HSL color Cylindrical-coordinate representation of color #82697F: hue angle of 307.2º 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 #82697F is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 127 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.49 |
| HSL | 307.2º | 0.11% | 0.46% | - |
| HSV(B) | 307.2º | 0.19% | 0.51% | - |
| XYZ | 18.09 | 16.38 | 22.29 | - |
| YUV | 114.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 127 | 0 | 0.19 | 0.02 | 0.49 | 307.2 | 0.11 | 0.46 |
| Hex | 82 | 69 | 7F | 0 | 13 | 2 | 31 | 133 | B | 2E |
| Octal | 202 | 151 | 177 | 0 | 23 | 2 | 61 | 463 | 13 | 56 |
| Binary | 10000010 | 1101001 | 1111111 | 0 | 10011 | 10 | 110001 | 100110011 | 1011 | 101110 |
Color Harmonies of #82697F
Complementary color
Monochromatic Colors of #82697F
Black with #82697F
Text Example
Text Example
White with #82697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82697F; }
p { color: rgb(130,105,127); }
H1.HeaderClassName
{
color: #82697F;
}
.AnyTagClassName
{
color: #82697F;
}
</style>
background-color css
<style>
a { background-color: #82697F; }
a { background-color: rgb(130,105,127); }
div.DivClassName
{
background-color: #82697F;
}
.BgClassName
{
background-color: #82697F;
}
</style>
border-color css
<style>
span { border-color: #82697F; }
span { border-color: rgb(130,105,127); }
td.TdClassName
{
border-color: #82697F;
}
.TagClassName
{
border-color: #82697F;
}
</style>