Shades of Old Lavender #81637D
Tints of Old Lavender #81637D
RGB
CMYK
RGB Variations
Color information
#81637D (or 0x81637D) is known color: Old Lavender. HEX triplet: 81, 63 and 7D. RGB value is (129,99,125). Sum of RGB (Red+Green+Blue) = 129+99+125=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #81637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81637D is #7E9C82. Grayscale: #6E6E6E. Windows color (decimal): -8297603 or 8217473. OLE color: 8217473.
HSL color Cylindrical-coordinate representation of color #81637D: hue angle of 308º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81637D is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 125 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.49 |
| HSL | 308º | 0.13% | 0.45% | - |
| HSV(B) | 308º | 0.23% | 0.51% | - |
| XYZ | 17.22 | 15.07 | 21.4 | - |
| YUV | 110.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 125 | 0 | 0.23 | 0.03 | 0.49 | 308 | 0.13 | 0.45 |
| Hex | 81 | 63 | 7D | 0 | 17 | 3 | 31 | 134 | D | 2D |
| Octal | 201 | 143 | 175 | 0 | 27 | 3 | 61 | 464 | 15 | 55 |
| Binary | 10000001 | 1100011 | 1111101 | 0 | 10111 | 11 | 110001 | 100110100 | 1101 | 101101 |
Color Harmonies of #81637D
Complementary color
Monochromatic Colors of #81637D
Black with #81637D
Text Example
Text Example
White with #81637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81637D; }
p { color: rgb(129,99,125); }
H1.HeaderClassName
{
color: #81637D;
}
.AnyTagClassName
{
color: #81637D;
}
</style>
background-color css
<style>
a { background-color: #81637D; }
a { background-color: rgb(129,99,125); }
div.DivClassName
{
background-color: #81637D;
}
.BgClassName
{
background-color: #81637D;
}
</style>
border-color css
<style>
span { border-color: #81637D; }
span { border-color: rgb(129,99,125); }
td.TdClassName
{
border-color: #81637D;
}
.TagClassName
{
border-color: #81637D;
}
</style>