Shades of Old Lavender #815A77
Tints of Old Lavender #815A77
RGB
CMYK
RGB Variations
Color information
#815A77 (or 0x815A77) is known color: Old Lavender. HEX triplet: 81, 5A and 77. RGB value is (129,90,119). Sum of RGB (Red+Green+Blue) = 129+90+119=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #815A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A77 is #7EA588. Grayscale: #686868. Windows color (decimal): -8299913 or 7821953. OLE color: 7821953.
HSL color Cylindrical-coordinate representation of color #815A77: hue angle of 315.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A77 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 119 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.49 |
| HSL | 315.38º | 0.18% | 0.43% | - |
| HSV(B) | 315.38º | 0.3% | 0.51% | - |
| XYZ | 16.04 | 13.31 | 19.18 | - |
| YUV | 104.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 119 | 0 | 0.30 | 0.08 | 0.49 | 315.38 | 0.18 | 0.43 |
| Hex | 81 | 5A | 77 | 0 | 1E | 8 | 31 | 13B | 12 | 2B |
| Octal | 201 | 132 | 167 | 0 | 36 | 10 | 61 | 473 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1110111 | 0 | 11110 | 1000 | 110001 | 100111011 | 10010 | 101011 |
Color Harmonies of #815A77
Complementary color
Monochromatic Colors of #815A77
Black with #815A77
Text Example
Text Example
White with #815A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A77; }
p { color: rgb(129,90,119); }
H1.HeaderClassName
{
color: #815A77;
}
.AnyTagClassName
{
color: #815A77;
}
</style>
background-color css
<style>
a { background-color: #815A77; }
a { background-color: rgb(129,90,119); }
div.DivClassName
{
background-color: #815A77;
}
.BgClassName
{
background-color: #815A77;
}
</style>
border-color css
<style>
span { border-color: #815A77; }
span { border-color: rgb(129,90,119); }
td.TdClassName
{
border-color: #815A77;
}
.TagClassName
{
border-color: #815A77;
}
</style>