Shades of Old Lavender #80667A
Tints of Old Lavender #80667A
RGB
CMYK
RGB Variations
Color information
#80667A (or 0x80667A) is known color: Old Lavender. HEX triplet: 80, 66 and 7A. RGB value is (128,102,122). Sum of RGB (Red+Green+Blue) = 128+102+122=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #80667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80667A is #7F9985. Grayscale: #707070. Windows color (decimal): -8362374 or 8021632. OLE color: 8021632.
HSL color Cylindrical-coordinate representation of color #80667A: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80667A is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 122 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.50 |
| HSL | 313.85º | 0.11% | 0.45% | - |
| HSV(B) | 313.85º | 0.2% | 0.5% | - |
| XYZ | 17.17 | 15.5 | 20.5 | - |
| YUV | 112.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 122 | 0 | 0.20 | 0.05 | 0.50 | 313.85 | 0.11 | 0.45 |
| Hex | 80 | 66 | 7A | 0 | 14 | 5 | 32 | 13A | B | 2D |
| Octal | 200 | 146 | 172 | 0 | 24 | 5 | 62 | 472 | 13 | 55 |
| Binary | 10000000 | 1100110 | 1111010 | 0 | 10100 | 101 | 110010 | 100111010 | 1011 | 101101 |
Color Harmonies of #80667A
Complementary color
Monochromatic Colors of #80667A
Black with #80667A
Text Example
Text Example
White with #80667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80667A; }
p { color: rgb(128,102,122); }
H1.HeaderClassName
{
color: #80667A;
}
.AnyTagClassName
{
color: #80667A;
}
</style>
background-color css
<style>
a { background-color: #80667A; }
a { background-color: rgb(128,102,122); }
div.DivClassName
{
background-color: #80667A;
}
.BgClassName
{
background-color: #80667A;
}
</style>
border-color css
<style>
span { border-color: #80667A; }
span { border-color: rgb(128,102,122); }
td.TdClassName
{
border-color: #80667A;
}
.TagClassName
{
border-color: #80667A;
}
</style>