Shades of Old Lavender #80647A
Tints of Old Lavender #80647A
RGB
CMYK
RGB Variations
Color information
#80647A (or 0x80647A) is known color: Old Lavender. HEX triplet: 80, 64 and 7A. RGB value is (128,100,122). Sum of RGB (Red+Green+Blue) = 128+100+122=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80647A is #7F9B85. Grayscale: #6E6E6E. Windows color (decimal): -8362886 or 8021120. OLE color: 8021120.
HSL color Cylindrical-coordinate representation of color #80647A: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80647A is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 122 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.50 |
| HSL | 312.86º | 0.12% | 0.45% | - |
| HSV(B) | 312.86º | 0.22% | 0.5% | - |
| XYZ | 16.97 | 15.11 | 20.43 | - |
| YUV | 110.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 122 | 0 | 0.22 | 0.05 | 0.50 | 312.86 | 0.12 | 0.45 |
| Hex | 80 | 64 | 7A | 0 | 16 | 5 | 32 | 139 | C | 2D |
| Octal | 200 | 144 | 172 | 0 | 26 | 5 | 62 | 471 | 14 | 55 |
| Binary | 10000000 | 1100100 | 1111010 | 0 | 10110 | 101 | 110010 | 100111001 | 1100 | 101101 |
Color Harmonies of #80647A
Complementary color
Monochromatic Colors of #80647A
Black with #80647A
Text Example
Text Example
White with #80647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80647A; }
p { color: rgb(128,100,122); }
H1.HeaderClassName
{
color: #80647A;
}
.AnyTagClassName
{
color: #80647A;
}
</style>
background-color css
<style>
a { background-color: #80647A; }
a { background-color: rgb(128,100,122); }
div.DivClassName
{
background-color: #80647A;
}
.BgClassName
{
background-color: #80647A;
}
</style>
border-color css
<style>
span { border-color: #80647A; }
span { border-color: rgb(128,100,122); }
td.TdClassName
{
border-color: #80647A;
}
.TagClassName
{
border-color: #80647A;
}
</style>