Shades of Old Lavender #807080
Tints of Old Lavender #807080
RGB
CMYK
RGB Variations
Color information
#807080 (or 0x807080) is known color: Old Lavender. HEX triplet: 80, 70 and 80. RGB value is (128,112,128). Sum of RGB (Red+Green+Blue) = 128+112+128=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807080 is #7F8F7F. Grayscale: #767676. Windows color (decimal): -8359808 or 8417408. OLE color: 8417408.
HSL color Cylindrical-coordinate representation of color #807080: hue angle of 300º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807080 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 128 | - |
| CMYK | 0 | 0.12 | 0 | 0.50 |
| HSL | 300º | 0.07% | 0.47% | - |
| HSV(B) | 300º | 0.13% | 0.5% | - |
| XYZ | 18.59 | 17.74 | 22.87 | - |
| YUV | 118.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 128 | 0 | 0.12 | 0 | 0.50 | 300 | 0.07 | 0.47 |
| Hex | 80 | 70 | 80 | 0 | C | 0 | 32 | 12C | 7 | 2F |
| Octal | 200 | 160 | 200 | 0 | 14 | 0 | 62 | 454 | 7 | 57 |
| Binary | 10000000 | 1110000 | 10000000 | 0 | 1100 | 0 | 110010 | 100101100 | 111 | 101111 |
Color Harmonies of #807080
Complementary color
Monochromatic Colors of #807080
Black with #807080
Text Example
Text Example
White with #807080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807080; }
p { color: rgb(128,112,128); }
H1.HeaderClassName
{
color: #807080;
}
.AnyTagClassName
{
color: #807080;
}
</style>
background-color css
<style>
a { background-color: #807080; }
a { background-color: rgb(128,112,128); }
div.DivClassName
{
background-color: #807080;
}
.BgClassName
{
background-color: #807080;
}
</style>
border-color css
<style>
span { border-color: #807080; }
span { border-color: rgb(128,112,128); }
td.TdClassName
{
border-color: #807080;
}
.TagClassName
{
border-color: #807080;
}
</style>