Shades of Old Lavender #816A7F
Tints of Old Lavender #816A7F
RGB
CMYK
RGB Variations
Color information
#816A7F (or 0x816A7F) is known color: Old Lavender. HEX triplet: 81, 6A and 7F. RGB value is (129,106,127). Sum of RGB (Red+Green+Blue) = 129+106+127=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #816A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A7F is #7E9580. Grayscale: #737373. Windows color (decimal): -8295809 or 8350337. OLE color: 8350337.
HSL color Cylindrical-coordinate representation of color #816A7F: hue angle of 305.22º 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 #816A7F is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 106 | 127 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.49 |
| HSL | 305.22º | 0.1% | 0.46% | - |
| HSV(B) | 305.22º | 0.18% | 0.51% | - |
| XYZ | 18.04 | 16.51 | 22.31 | - |
| YUV | 115.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 127 | 0 | 0.18 | 0.02 | 0.49 | 305.22 | 0.1 | 0.46 |
| Hex | 81 | 6A | 7F | 0 | 12 | 2 | 31 | 131 | A | 2E |
| Octal | 201 | 152 | 177 | 0 | 22 | 2 | 61 | 461 | 12 | 56 |
| Binary | 10000001 | 1101010 | 1111111 | 0 | 10010 | 10 | 110001 | 100110001 | 1010 | 101110 |
Color Harmonies of #816A7F
Complementary color
Monochromatic Colors of #816A7F
Black with #816A7F
Text Example
Text Example
White with #816A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A7F; }
p { color: rgb(129,106,127); }
H1.HeaderClassName
{
color: #816A7F;
}
.AnyTagClassName
{
color: #816A7F;
}
</style>
background-color css
<style>
a { background-color: #816A7F; }
a { background-color: rgb(129,106,127); }
div.DivClassName
{
background-color: #816A7F;
}
.BgClassName
{
background-color: #816A7F;
}
</style>
border-color css
<style>
span { border-color: #816A7F; }
span { border-color: rgb(129,106,127); }
td.TdClassName
{
border-color: #816A7F;
}
.TagClassName
{
border-color: #816A7F;
}
</style>