Shades of Old Lavender #81657D
Tints of Old Lavender #81657D
RGB
CMYK
RGB Variations
Color information
#81657D (or 0x81657D) is known color: Old Lavender. HEX triplet: 81, 65 and 7D. RGB value is (129,101,125). Sum of RGB (Red+Green+Blue) = 129+101+125=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81657D is #7E9A82. Grayscale: #707070. Windows color (decimal): -8297091 or 8217985. OLE color: 8217985.
HSL color Cylindrical-coordinate representation of color #81657D: hue angle of 308.57º degrees, saturation: 0.12, 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 #81657D is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 101 | 125 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.49 |
| HSL | 308.57º | 0.12% | 0.45% | - |
| HSV(B) | 308.57º | 0.22% | 0.51% | - |
| XYZ | 17.41 | 15.46 | 21.47 | - |
| YUV | 112.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 125 | 0 | 0.22 | 0.03 | 0.49 | 308.57 | 0.12 | 0.45 |
| Hex | 81 | 65 | 7D | 0 | 16 | 3 | 31 | 135 | C | 2D |
| Octal | 201 | 145 | 175 | 0 | 26 | 3 | 61 | 465 | 14 | 55 |
| Binary | 10000001 | 1100101 | 1111101 | 0 | 10110 | 11 | 110001 | 100110101 | 1100 | 101101 |
Color Harmonies of #81657D
Complementary color
Monochromatic Colors of #81657D
Black with #81657D
Text Example
Text Example
White with #81657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81657D; }
p { color: rgb(129,101,125); }
H1.HeaderClassName
{
color: #81657D;
}
.AnyTagClassName
{
color: #81657D;
}
</style>
background-color css
<style>
a { background-color: #81657D; }
a { background-color: rgb(129,101,125); }
div.DivClassName
{
background-color: #81657D;
}
.BgClassName
{
background-color: #81657D;
}
</style>
border-color css
<style>
span { border-color: #81657D; }
span { border-color: rgb(129,101,125); }
td.TdClassName
{
border-color: #81657D;
}
.TagClassName
{
border-color: #81657D;
}
</style>