Shades of Old Lavender #81647E
Tints of Old Lavender #81647E
RGB
CMYK
RGB Variations
Color information
#81647E (or 0x81647E) is known color: Old Lavender. HEX triplet: 81, 64 and 7E. RGB value is (129,100,126). Sum of RGB (Red+Green+Blue) = 129+100+126=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81647E is #7E9B81. Grayscale: #6F6F6F. Windows color (decimal): -8297346 or 8283265. OLE color: 8283265.
HSL color Cylindrical-coordinate representation of color #81647E: hue angle of 306.21º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81647E is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 100 | 126 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.49 |
| HSL | 306.21º | 0.13% | 0.45% | - |
| HSV(B) | 306.21º | 0.22% | 0.51% | - |
| XYZ | 17.38 | 15.29 | 21.77 | - |
| YUV | 111.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 126 | 0 | 0.22 | 0.02 | 0.49 | 306.21 | 0.13 | 0.45 |
| Hex | 81 | 64 | 7E | 0 | 16 | 2 | 31 | 132 | D | 2D |
| Octal | 201 | 144 | 176 | 0 | 26 | 2 | 61 | 462 | 15 | 55 |
| Binary | 10000001 | 1100100 | 1111110 | 0 | 10110 | 10 | 110001 | 100110010 | 1101 | 101101 |
Color Harmonies of #81647E
Complementary color
Monochromatic Colors of #81647E
Black with #81647E
Text Example
Text Example
White with #81647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81647E; }
p { color: rgb(129,100,126); }
H1.HeaderClassName
{
color: #81647E;
}
.AnyTagClassName
{
color: #81647E;
}
</style>
background-color css
<style>
a { background-color: #81647E; }
a { background-color: rgb(129,100,126); }
div.DivClassName
{
background-color: #81647E;
}
.BgClassName
{
background-color: #81647E;
}
</style>
border-color css
<style>
span { border-color: #81647E; }
span { border-color: rgb(129,100,126); }
td.TdClassName
{
border-color: #81647E;
}
.TagClassName
{
border-color: #81647E;
}
</style>