Shades of Old Lavender #806C7D
Tints of Old Lavender #806C7D
RGB
CMYK
RGB Variations
Color information
#806C7D (or 0x806C7D) is known color: Old Lavender. HEX triplet: 80, 6C and 7D. RGB value is (128,108,125). Sum of RGB (Red+Green+Blue) = 128+108+125=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 128 - color contains mainly: red. Hex color #806C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C7D is #7F9382. Grayscale: #737373. Windows color (decimal): -8360835 or 8219776. OLE color: 8219776.
HSL color Cylindrical-coordinate representation of color #806C7D: hue angle of 309º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806C7D is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 125 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.50 |
| HSL | 309º | 0.08% | 0.46% | - |
| HSV(B) | 309º | 0.16% | 0.5% | - |
| XYZ | 17.97 | 16.79 | 21.7 | - |
| YUV | 115.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 125 | 0 | 0.16 | 0.02 | 0.50 | 309 | 0.08 | 0.46 |
| Hex | 80 | 6C | 7D | 0 | 10 | 2 | 32 | 135 | 8 | 2E |
| Octal | 200 | 154 | 175 | 0 | 20 | 2 | 62 | 465 | 10 | 56 |
| Binary | 10000000 | 1101100 | 1111101 | 0 | 10000 | 10 | 110010 | 100110101 | 1000 | 101110 |
Color Harmonies of #806C7D
Complementary color
Monochromatic Colors of #806C7D
Black with #806C7D
Text Example
Text Example
White with #806C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C7D; }
p { color: rgb(128,108,125); }
H1.HeaderClassName
{
color: #806C7D;
}
.AnyTagClassName
{
color: #806C7D;
}
</style>
background-color css
<style>
a { background-color: #806C7D; }
a { background-color: rgb(128,108,125); }
div.DivClassName
{
background-color: #806C7D;
}
.BgClassName
{
background-color: #806C7D;
}
</style>
border-color css
<style>
span { border-color: #806C7D; }
span { border-color: rgb(128,108,125); }
td.TdClassName
{
border-color: #806C7D;
}
.TagClassName
{
border-color: #806C7D;
}
</style>