Shades of Old Lavender #80657D
Tints of Old Lavender #80657D
RGB
CMYK
RGB Variations
Color information
#80657D (or 0x80657D) is known color: Old Lavender. HEX triplet: 80, 65 and 7D. RGB value is (128,101,125). Sum of RGB (Red+Green+Blue) = 128+101+125=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80657D is #7F9A82. Grayscale: #6F6F6F. Windows color (decimal): -8362627 or 8217984. OLE color: 8217984.
HSL color Cylindrical-coordinate representation of color #80657D: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80657D is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 101 | 125 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.50 |
| HSL | 306.67º | 0.12% | 0.45% | - |
| HSV(B) | 306.67º | 0.21% | 0.5% | - |
| XYZ | 17.26 | 15.38 | 21.46 | - |
| YUV | 111.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 125 | 0 | 0.21 | 0.02 | 0.50 | 306.67 | 0.12 | 0.45 |
| Hex | 80 | 65 | 7D | 0 | 15 | 2 | 32 | 133 | C | 2D |
| Octal | 200 | 145 | 175 | 0 | 25 | 2 | 62 | 463 | 14 | 55 |
| Binary | 10000000 | 1100101 | 1111101 | 0 | 10101 | 10 | 110010 | 100110011 | 1100 | 101101 |
Color Harmonies of #80657D
Complementary color
Monochromatic Colors of #80657D
Black with #80657D
Text Example
Text Example
White with #80657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80657D; }
p { color: rgb(128,101,125); }
H1.HeaderClassName
{
color: #80657D;
}
.AnyTagClassName
{
color: #80657D;
}
</style>
background-color css
<style>
a { background-color: #80657D; }
a { background-color: rgb(128,101,125); }
div.DivClassName
{
background-color: #80657D;
}
.BgClassName
{
background-color: #80657D;
}
</style>
border-color css
<style>
span { border-color: #80657D; }
span { border-color: rgb(128,101,125); }
td.TdClassName
{
border-color: #80657D;
}
.TagClassName
{
border-color: #80657D;
}
</style>