Shades of Old Lavender #80697D
Tints of Old Lavender #80697D
RGB
CMYK
RGB Variations
Color information
#80697D (or 0x80697D) is known color: Old Lavender. HEX triplet: 80, 69 and 7D. RGB value is (128,105,125). Sum of RGB (Red+Green+Blue) = 128+105+125=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80697D is #7F9682. Grayscale: #727272. Windows color (decimal): -8361603 or 8219008. OLE color: 8219008.
HSL color Cylindrical-coordinate representation of color #80697D: hue angle of 307.83º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80697D is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 125 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.50 |
| HSL | 307.83º | 0.1% | 0.46% | - |
| HSV(B) | 307.83º | 0.18% | 0.5% | - |
| XYZ | 17.66 | 16.17 | 21.59 | - |
| YUV | 114.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 125 | 0 | 0.18 | 0.02 | 0.50 | 307.83 | 0.1 | 0.46 |
| Hex | 80 | 69 | 7D | 0 | 12 | 2 | 32 | 134 | A | 2E |
| Octal | 200 | 151 | 175 | 0 | 22 | 2 | 62 | 464 | 12 | 56 |
| Binary | 10000000 | 1101001 | 1111101 | 0 | 10010 | 10 | 110010 | 100110100 | 1010 | 101110 |
Color Harmonies of #80697D
Complementary color
Monochromatic Colors of #80697D
Black with #80697D
Text Example
Text Example
White with #80697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80697D; }
p { color: rgb(128,105,125); }
H1.HeaderClassName
{
color: #80697D;
}
.AnyTagClassName
{
color: #80697D;
}
</style>
background-color css
<style>
a { background-color: #80697D; }
a { background-color: rgb(128,105,125); }
div.DivClassName
{
background-color: #80697D;
}
.BgClassName
{
background-color: #80697D;
}
</style>
border-color css
<style>
span { border-color: #80697D; }
span { border-color: rgb(128,105,125); }
td.TdClassName
{
border-color: #80697D;
}
.TagClassName
{
border-color: #80697D;
}
</style>