Shades of Old Lavender #81697E
Tints of Old Lavender #81697E
RGB
CMYK
RGB Variations
Color information
#81697E (or 0x81697E) is known color: Old Lavender. HEX triplet: 81, 69 and 7E. RGB value is (129,105,126). Sum of RGB (Red+Green+Blue) = 129+105+126=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #81697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81697E is #7E9681. Grayscale: #727272. Windows color (decimal): -8296066 or 8284545. OLE color: 8284545.
HSL color Cylindrical-coordinate representation of color #81697E: hue angle of 307.5º degrees, saturation: 0.1, 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 #81697E is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 126 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.49 |
| HSL | 307.5º | 0.1% | 0.46% | - |
| HSV(B) | 307.5º | 0.19% | 0.51% | - |
| XYZ | 17.87 | 16.28 | 21.94 | - |
| YUV | 114.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 126 | 0 | 0.19 | 0.02 | 0.49 | 307.5 | 0.1 | 0.46 |
| Hex | 81 | 69 | 7E | 0 | 13 | 2 | 31 | 134 | A | 2E |
| Octal | 201 | 151 | 176 | 0 | 23 | 2 | 61 | 464 | 12 | 56 |
| Binary | 10000001 | 1101001 | 1111110 | 0 | 10011 | 10 | 110001 | 100110100 | 1010 | 101110 |
Color Harmonies of #81697E
Complementary color
Monochromatic Colors of #81697E
Black with #81697E
Text Example
Text Example
White with #81697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81697E; }
p { color: rgb(129,105,126); }
H1.HeaderClassName
{
color: #81697E;
}
.AnyTagClassName
{
color: #81697E;
}
</style>
background-color css
<style>
a { background-color: #81697E; }
a { background-color: rgb(129,105,126); }
div.DivClassName
{
background-color: #81697E;
}
.BgClassName
{
background-color: #81697E;
}
</style>
border-color css
<style>
span { border-color: #81697E; }
span { border-color: rgb(129,105,126); }
td.TdClassName
{
border-color: #81697E;
}
.TagClassName
{
border-color: #81697E;
}
</style>