Shades of Old Lavender #81687F
Tints of Old Lavender #81687F
RGB
CMYK
RGB Variations
Color information
#81687F (or 0x81687F) is known color: Old Lavender. HEX triplet: 81, 68 and 7F. RGB value is (129,104,127). Sum of RGB (Red+Green+Blue) = 129+104+127=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #81687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687F is #7E9780. Grayscale: #727272. Windows color (decimal): -8296321 or 8349825. OLE color: 8349825.
HSL color Cylindrical-coordinate representation of color #81687F: hue angle of 304.8º degrees, saturation: 0.11, 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 #81687F is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 127 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.49 |
| HSL | 304.8º | 0.11% | 0.46% | - |
| HSV(B) | 304.8º | 0.19% | 0.51% | - |
| XYZ | 17.83 | 16.1 | 22.25 | - |
| YUV | 114.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 127 | 0 | 0.19 | 0.02 | 0.49 | 304.8 | 0.11 | 0.46 |
| Hex | 81 | 68 | 7F | 0 | 13 | 2 | 31 | 131 | B | 2E |
| Octal | 201 | 150 | 177 | 0 | 23 | 2 | 61 | 461 | 13 | 56 |
| Binary | 10000001 | 1101000 | 1111111 | 0 | 10011 | 10 | 110001 | 100110001 | 1011 | 101110 |
Color Harmonies of #81687F
Complementary color
Monochromatic Colors of #81687F
Black with #81687F
Text Example
Text Example
White with #81687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81687F; }
p { color: rgb(129,104,127); }
H1.HeaderClassName
{
color: #81687F;
}
.AnyTagClassName
{
color: #81687F;
}
</style>
background-color css
<style>
a { background-color: #81687F; }
a { background-color: rgb(129,104,127); }
div.DivClassName
{
background-color: #81687F;
}
.BgClassName
{
background-color: #81687F;
}
</style>
border-color css
<style>
span { border-color: #81687F; }
span { border-color: rgb(129,104,127); }
td.TdClassName
{
border-color: #81687F;
}
.TagClassName
{
border-color: #81687F;
}
</style>