Shades of Old Lavender #816D7E
Tints of Old Lavender #816D7E
RGB
CMYK
RGB Variations
Color information
#816D7E (or 0x816D7E) is known color: Old Lavender. HEX triplet: 81, 6D and 7E. RGB value is (129,109,126). Sum of RGB (Red+Green+Blue) = 129+109+126=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #816D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D7E is #7E9281. Grayscale: #747474. Windows color (decimal): -8295042 or 8285569. OLE color: 8285569.
HSL color Cylindrical-coordinate representation of color #816D7E: hue angle of 309º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816D7E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 126 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.49 |
| HSL | 309º | 0.08% | 0.47% | - |
| HSV(B) | 309º | 0.16% | 0.51% | - |
| XYZ | 18.29 | 17.11 | 22.08 | - |
| YUV | 116.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 126 | 0 | 0.16 | 0.02 | 0.49 | 309 | 0.08 | 0.47 |
| Hex | 81 | 6D | 7E | 0 | 10 | 2 | 31 | 135 | 8 | 2F |
| Octal | 201 | 155 | 176 | 0 | 20 | 2 | 61 | 465 | 10 | 57 |
| Binary | 10000001 | 1101101 | 1111110 | 0 | 10000 | 10 | 110001 | 100110101 | 1000 | 101111 |
Color Harmonies of #816D7E
Complementary color
Monochromatic Colors of #816D7E
Black with #816D7E
Text Example
Text Example
White with #816D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D7E; }
p { color: rgb(129,109,126); }
H1.HeaderClassName
{
color: #816D7E;
}
.AnyTagClassName
{
color: #816D7E;
}
</style>
background-color css
<style>
a { background-color: #816D7E; }
a { background-color: rgb(129,109,126); }
div.DivClassName
{
background-color: #816D7E;
}
.BgClassName
{
background-color: #816D7E;
}
</style>
border-color css
<style>
span { border-color: #816D7E; }
span { border-color: rgb(129,109,126); }
td.TdClassName
{
border-color: #816D7E;
}
.TagClassName
{
border-color: #816D7E;
}
</style>