Shades of Old Lavender #816C7F
Tints of Old Lavender #816C7F
RGB
CMYK
RGB Variations
Color information
#816C7F (or 0x816C7F) is known color: Old Lavender. HEX triplet: 81, 6C and 7F. RGB value is (129,108,127). Sum of RGB (Red+Green+Blue) = 129+108+127=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #816C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C7F is #7E9380. Grayscale: #747474. Windows color (decimal): -8295297 or 8350849. OLE color: 8350849.
HSL color Cylindrical-coordinate representation of color #816C7F: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816C7F is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 127 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.49 |
| HSL | 305.71º | 0.09% | 0.46% | - |
| HSV(B) | 305.71º | 0.16% | 0.51% | - |
| XYZ | 18.25 | 16.92 | 22.38 | - |
| YUV | 116.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 127 | 0 | 0.16 | 0.02 | 0.49 | 305.71 | 0.09 | 0.46 |
| Hex | 81 | 6C | 7F | 0 | 10 | 2 | 31 | 132 | 9 | 2E |
| Octal | 201 | 154 | 177 | 0 | 20 | 2 | 61 | 462 | 11 | 56 |
| Binary | 10000001 | 1101100 | 1111111 | 0 | 10000 | 10 | 110001 | 100110010 | 1001 | 101110 |
Color Harmonies of #816C7F
Complementary color
Monochromatic Colors of #816C7F
Black with #816C7F
Text Example
Text Example
White with #816C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C7F; }
p { color: rgb(129,108,127); }
H1.HeaderClassName
{
color: #816C7F;
}
.AnyTagClassName
{
color: #816C7F;
}
</style>
background-color css
<style>
a { background-color: #816C7F; }
a { background-color: rgb(129,108,127); }
div.DivClassName
{
background-color: #816C7F;
}
.BgClassName
{
background-color: #816C7F;
}
</style>
border-color css
<style>
span { border-color: #816C7F; }
span { border-color: rgb(129,108,127); }
td.TdClassName
{
border-color: #816C7F;
}
.TagClassName
{
border-color: #816C7F;
}
</style>