Shades of Old Lavender #81687E
Tints of Old Lavender #81687E
RGB
CMYK
RGB Variations
Color information
#81687E (or 0x81687E) is known color: Old Lavender. HEX triplet: 81, 68 and 7E. RGB value is (129,104,126). Sum of RGB (Red+Green+Blue) = 129+104+126=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #81687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687E is #7E9781. Grayscale: #717171. Windows color (decimal): -8296322 or 8284289. OLE color: 8284289.
HSL color Cylindrical-coordinate representation of color #81687E: hue angle of 307.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81687E is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 126 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.49 |
| HSL | 307.2º | 0.11% | 0.46% | - |
| HSV(B) | 307.2º | 0.19% | 0.51% | - |
| XYZ | 17.77 | 16.07 | 21.9 | - |
| YUV | 113.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 126 | 0 | 0.19 | 0.02 | 0.49 | 307.2 | 0.11 | 0.46 |
| Hex | 81 | 68 | 7E | 0 | 13 | 2 | 31 | 133 | B | 2E |
| Octal | 201 | 150 | 176 | 0 | 23 | 2 | 61 | 463 | 13 | 56 |
| Binary | 10000001 | 1101000 | 1111110 | 0 | 10011 | 10 | 110001 | 100110011 | 1011 | 101110 |
Color Harmonies of #81687E
Complementary color
Monochromatic Colors of #81687E
Black with #81687E
Text Example
Text Example
White with #81687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81687E; }
p { color: rgb(129,104,126); }
H1.HeaderClassName
{
color: #81687E;
}
.AnyTagClassName
{
color: #81687E;
}
</style>
background-color css
<style>
a { background-color: #81687E; }
a { background-color: rgb(129,104,126); }
div.DivClassName
{
background-color: #81687E;
}
.BgClassName
{
background-color: #81687E;
}
</style>
border-color css
<style>
span { border-color: #81687E; }
span { border-color: rgb(129,104,126); }
td.TdClassName
{
border-color: #81687E;
}
.TagClassName
{
border-color: #81687E;
}
</style>