Shades of Old Lavender #81637C
Tints of Old Lavender #81637C
RGB
CMYK
RGB Variations
Color information
#81637C (or 0x81637C) is known color: Old Lavender. HEX triplet: 81, 63 and 7C. RGB value is (129,99,124). Sum of RGB (Red+Green+Blue) = 129+99+124=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #81637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81637C is #7E9C83. Grayscale: #6E6E6E. Windows color (decimal): -8297604 or 8151937. OLE color: 8151937.
HSL color Cylindrical-coordinate representation of color #81637C: hue angle of 310º 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 #81637C is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 124 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.49 |
| HSL | 310º | 0.13% | 0.45% | - |
| HSV(B) | 310º | 0.23% | 0.51% | - |
| XYZ | 17.15 | 15.05 | 21.07 | - |
| YUV | 110.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 124 | 0 | 0.23 | 0.04 | 0.49 | 310 | 0.13 | 0.45 |
| Hex | 81 | 63 | 7C | 0 | 17 | 4 | 31 | 136 | D | 2D |
| Octal | 201 | 143 | 174 | 0 | 27 | 4 | 61 | 466 | 15 | 55 |
| Binary | 10000001 | 1100011 | 1111100 | 0 | 10111 | 100 | 110001 | 100110110 | 1101 | 101101 |
Color Harmonies of #81637C
Complementary color
Monochromatic Colors of #81637C
Black with #81637C
Text Example
Text Example
White with #81637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81637C; }
p { color: rgb(129,99,124); }
H1.HeaderClassName
{
color: #81637C;
}
.AnyTagClassName
{
color: #81637C;
}
</style>
background-color css
<style>
a { background-color: #81637C; }
a { background-color: rgb(129,99,124); }
div.DivClassName
{
background-color: #81637C;
}
.BgClassName
{
background-color: #81637C;
}
</style>
border-color css
<style>
span { border-color: #81637C; }
span { border-color: rgb(129,99,124); }
td.TdClassName
{
border-color: #81637C;
}
.TagClassName
{
border-color: #81637C;
}
</style>