Shades of Old Lavender #816A7D
Tints of Old Lavender #816A7D
RGB
CMYK
RGB Variations
Color information
#816A7D (or 0x816A7D) is known color: Old Lavender. HEX triplet: 81, 6A and 7D. RGB value is (129,106,125). Sum of RGB (Red+Green+Blue) = 129+106+125=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #816A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A7D is #7E9582. Grayscale: #727272. Windows color (decimal): -8295811 or 8219265. OLE color: 8219265.
HSL color Cylindrical-coordinate representation of color #816A7D: hue angle of 310.43º 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 #816A7D is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 106 | 125 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.49 |
| HSL | 310.43º | 0.1% | 0.46% | - |
| HSV(B) | 310.43º | 0.18% | 0.51% | - |
| XYZ | 17.91 | 16.46 | 21.63 | - |
| YUV | 115.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 125 | 0 | 0.18 | 0.03 | 0.49 | 310.43 | 0.1 | 0.46 |
| Hex | 81 | 6A | 7D | 0 | 12 | 3 | 31 | 136 | A | 2E |
| Octal | 201 | 152 | 175 | 0 | 22 | 3 | 61 | 466 | 12 | 56 |
| Binary | 10000001 | 1101010 | 1111101 | 0 | 10010 | 11 | 110001 | 100110110 | 1010 | 101110 |
Color Harmonies of #816A7D
Complementary color
Monochromatic Colors of #816A7D
Black with #816A7D
Text Example
Text Example
White with #816A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A7D; }
p { color: rgb(129,106,125); }
H1.HeaderClassName
{
color: #816A7D;
}
.AnyTagClassName
{
color: #816A7D;
}
</style>
background-color css
<style>
a { background-color: #816A7D; }
a { background-color: rgb(129,106,125); }
div.DivClassName
{
background-color: #816A7D;
}
.BgClassName
{
background-color: #816A7D;
}
</style>
border-color css
<style>
span { border-color: #816A7D; }
span { border-color: rgb(129,106,125); }
td.TdClassName
{
border-color: #816A7D;
}
.TagClassName
{
border-color: #816A7D;
}
</style>