Shades of Old Lavender #80687D
Tints of Old Lavender #80687D
RGB
CMYK
RGB Variations
Color information
#80687D (or 0x80687D) is known color: Old Lavender. HEX triplet: 80, 68 and 7D. RGB value is (128,104,125). Sum of RGB (Red+Green+Blue) = 128+104+125=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #80687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80687D is #7F9782. Grayscale: #717171. Windows color (decimal): -8361859 or 8218752. OLE color: 8218752.
HSL color Cylindrical-coordinate representation of color #80687D: hue angle of 307.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 #80687D is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 125 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.50 |
| HSL | 307.5º | 0.1% | 0.45% | - |
| HSV(B) | 307.5º | 0.19% | 0.5% | - |
| XYZ | 17.55 | 15.97 | 21.56 | - |
| YUV | 113.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 125 | 0 | 0.19 | 0.02 | 0.50 | 307.5 | 0.1 | 0.45 |
| Hex | 80 | 68 | 7D | 0 | 13 | 2 | 32 | 134 | A | 2D |
| Octal | 200 | 150 | 175 | 0 | 23 | 2 | 62 | 464 | 12 | 55 |
| Binary | 10000000 | 1101000 | 1111101 | 0 | 10011 | 10 | 110010 | 100110100 | 1010 | 101101 |
Color Harmonies of #80687D
Complementary color
Monochromatic Colors of #80687D
Black with #80687D
Text Example
Text Example
White with #80687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80687D; }
p { color: rgb(128,104,125); }
H1.HeaderClassName
{
color: #80687D;
}
.AnyTagClassName
{
color: #80687D;
}
</style>
background-color css
<style>
a { background-color: #80687D; }
a { background-color: rgb(128,104,125); }
div.DivClassName
{
background-color: #80687D;
}
.BgClassName
{
background-color: #80687D;
}
</style>
border-color css
<style>
span { border-color: #80687D; }
span { border-color: rgb(128,104,125); }
td.TdClassName
{
border-color: #80687D;
}
.TagClassName
{
border-color: #80687D;
}
</style>