Shades of Old Lavender #807180
Tints of Old Lavender #807180
RGB
CMYK
RGB Variations
Color information
#807180 (or 0x807180) is known color: Old Lavender. HEX triplet: 80, 71 and 80. RGB value is (128,113,128). Sum of RGB (Red+Green+Blue) = 128+113+128=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807180 is #7F8E7F. Grayscale: #777777. Windows color (decimal): -8359552 or 8417664. OLE color: 8417664.
HSL color Cylindrical-coordinate representation of color #807180: hue angle of 300º degrees, saturation: 0.06, 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 #807180 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 128 | - |
| CMYK | 0 | 0.12 | 0 | 0.50 |
| HSL | 300º | 0.06% | 0.47% | - |
| HSV(B) | 300º | 0.12% | 0.5% | - |
| XYZ | 18.7 | 17.96 | 22.9 | - |
| YUV | 119.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 128 | 0 | 0.12 | 0 | 0.50 | 300 | 0.06 | 0.47 |
| Hex | 80 | 71 | 80 | 0 | C | 0 | 32 | 12C | 6 | 2F |
| Octal | 200 | 161 | 200 | 0 | 14 | 0 | 62 | 454 | 6 | 57 |
| Binary | 10000000 | 1110001 | 10000000 | 0 | 1100 | 0 | 110010 | 100101100 | 110 | 101111 |
Color Harmonies of #807180
Complementary color
Monochromatic Colors of #807180
Black with #807180
Text Example
Text Example
White with #807180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807180; }
p { color: rgb(128,113,128); }
H1.HeaderClassName
{
color: #807180;
}
.AnyTagClassName
{
color: #807180;
}
</style>
background-color css
<style>
a { background-color: #807180; }
a { background-color: rgb(128,113,128); }
div.DivClassName
{
background-color: #807180;
}
.BgClassName
{
background-color: #807180;
}
</style>
border-color css
<style>
span { border-color: #807180; }
span { border-color: rgb(128,113,128); }
td.TdClassName
{
border-color: #807180;
}
.TagClassName
{
border-color: #807180;
}
</style>