Shades of Old Lavender #826A81
Tints of Old Lavender #826A81
RGB
CMYK
RGB Variations
Color information
#826A81 (or 0x826A81) is known color: Old Lavender. HEX triplet: 82, 6A and 81. RGB value is (130,106,129). Sum of RGB (Red+Green+Blue) = 130+106+129=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #826A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A81 is #7D957E. Grayscale: #737373. Windows color (decimal): -8230271 or 8481410. OLE color: 8481410.
HSL color Cylindrical-coordinate representation of color #826A81: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A81 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 129 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.49 |
| HSL | 302.5º | 0.1% | 0.46% | - |
| HSV(B) | 302.5º | 0.18% | 0.51% | - |
| XYZ | 18.32 | 16.64 | 23.01 | - |
| YUV | 115.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 129 | 0 | 0.18 | 0.01 | 0.49 | 302.5 | 0.1 | 0.46 |
| Hex | 82 | 6A | 81 | 0 | 12 | 1 | 31 | 12E | A | 2E |
| Octal | 202 | 152 | 201 | 0 | 22 | 1 | 61 | 456 | 12 | 56 |
| Binary | 10000010 | 1101010 | 10000001 | 0 | 10010 | 1 | 110001 | 100101110 | 1010 | 101110 |
Color Harmonies of #826A81
Complementary color
Monochromatic Colors of #826A81
Black with #826A81
Text Example
Text Example
White with #826A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A81; }
p { color: rgb(130,106,129); }
H1.HeaderClassName
{
color: #826A81;
}
.AnyTagClassName
{
color: #826A81;
}
</style>
background-color css
<style>
a { background-color: #826A81; }
a { background-color: rgb(130,106,129); }
div.DivClassName
{
background-color: #826A81;
}
.BgClassName
{
background-color: #826A81;
}
</style>
border-color css
<style>
span { border-color: #826A81; }
span { border-color: rgb(130,106,129); }
td.TdClassName
{
border-color: #826A81;
}
.TagClassName
{
border-color: #826A81;
}
</style>