Shades of Old Lavender #805773
Tints of Old Lavender #805773
RGB
CMYK
RGB Variations
Color information
#805773 (or 0x805773) is known color: Old Lavender. HEX triplet: 80, 57 and 73. RGB value is (128,87,115). Sum of RGB (Red+Green+Blue) = 128+87+115=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805773 is #7FA88C. Grayscale: #666666. Windows color (decimal): -8366221 or 7559040. OLE color: 7559040.
HSL color Cylindrical-coordinate representation of color #805773: hue angle of 319.02º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805773 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 115 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.50 |
| HSL | 319.02º | 0.19% | 0.42% | - |
| HSV(B) | 319.02º | 0.32% | 0.5% | - |
| XYZ | 15.4 | 12.64 | 17.85 | - |
| YUV | 102.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 115 | 0 | 0.32 | 0.10 | 0.50 | 319.02 | 0.19 | 0.42 |
| Hex | 80 | 57 | 73 | 0 | 20 | A | 32 | 13F | 13 | 2A |
| Octal | 200 | 127 | 163 | 0 | 40 | 12 | 62 | 477 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1110011 | 0 | 100000 | 1010 | 110010 | 100111111 | 10011 | 101010 |
Color Harmonies of #805773
Complementary color
Monochromatic Colors of #805773
Black with #805773
Text Example
Text Example
White with #805773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805773; }
p { color: rgb(128,87,115); }
H1.HeaderClassName
{
color: #805773;
}
.AnyTagClassName
{
color: #805773;
}
</style>
background-color css
<style>
a { background-color: #805773; }
a { background-color: rgb(128,87,115); }
div.DivClassName
{
background-color: #805773;
}
.BgClassName
{
background-color: #805773;
}
</style>
border-color css
<style>
span { border-color: #805773; }
span { border-color: rgb(128,87,115); }
td.TdClassName
{
border-color: #805773;
}
.TagClassName
{
border-color: #805773;
}
</style>