Shades of Old Lavender #80687F
Tints of Old Lavender #80687F
RGB
CMYK
RGB Variations
Color information
#80687F (or 0x80687F) is known color: Old Lavender. HEX triplet: 80, 68 and 7F. RGB value is (128,104,127). Sum of RGB (Red+Green+Blue) = 128+104+127=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #80687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80687F is #7F9780. Grayscale: #717171. Windows color (decimal): -8361857 or 8349824. OLE color: 8349824.
HSL color Cylindrical-coordinate representation of color #80687F: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80687F is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 127 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.50 |
| HSL | 302.5º | 0.1% | 0.45% | - |
| HSV(B) | 302.5º | 0.19% | 0.5% | - |
| XYZ | 17.68 | 16.02 | 22.24 | - |
| YUV | 113.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 127 | 0 | 0.19 | 0.01 | 0.50 | 302.5 | 0.1 | 0.45 |
| Hex | 80 | 68 | 7F | 0 | 13 | 1 | 32 | 12E | A | 2D |
| Octal | 200 | 150 | 177 | 0 | 23 | 1 | 62 | 456 | 12 | 55 |
| Binary | 10000000 | 1101000 | 1111111 | 0 | 10011 | 1 | 110010 | 100101110 | 1010 | 101101 |
Color Harmonies of #80687F
Complementary color
Monochromatic Colors of #80687F
Black with #80687F
Text Example
Text Example
White with #80687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80687F; }
p { color: rgb(128,104,127); }
H1.HeaderClassName
{
color: #80687F;
}
.AnyTagClassName
{
color: #80687F;
}
</style>
background-color css
<style>
a { background-color: #80687F; }
a { background-color: rgb(128,104,127); }
div.DivClassName
{
background-color: #80687F;
}
.BgClassName
{
background-color: #80687F;
}
</style>
border-color css
<style>
span { border-color: #80687F; }
span { border-color: rgb(128,104,127); }
td.TdClassName
{
border-color: #80687F;
}
.TagClassName
{
border-color: #80687F;
}
</style>