Shades of Old Lavender #815C78
Tints of Old Lavender #815C78
RGB
CMYK
RGB Variations
Color information
#815C78 (or 0x815C78) is known color: Old Lavender. HEX triplet: 81, 5C and 78. RGB value is (129,92,120). Sum of RGB (Red+Green+Blue) = 129+92+120=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #815C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C78 is #7EA387. Grayscale: #6A6A6A. Windows color (decimal): -8299400 or 7888001. OLE color: 7888001.
HSL color Cylindrical-coordinate representation of color #815C78: hue angle of 314.59º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815C78 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 120 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.49 |
| HSL | 314.59º | 0.17% | 0.43% | - |
| HSV(B) | 314.59º | 0.29% | 0.51% | - |
| XYZ | 16.27 | 13.68 | 19.55 | - |
| YUV | 106.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 120 | 0 | 0.29 | 0.07 | 0.49 | 314.59 | 0.17 | 0.43 |
| Hex | 81 | 5C | 78 | 0 | 1D | 7 | 31 | 13B | 11 | 2B |
| Octal | 201 | 134 | 170 | 0 | 35 | 7 | 61 | 473 | 21 | 53 |
| Binary | 10000001 | 1011100 | 1111000 | 0 | 11101 | 111 | 110001 | 100111011 | 10001 | 101011 |
Color Harmonies of #815C78
Complementary color
Monochromatic Colors of #815C78
Black with #815C78
Text Example
Text Example
White with #815C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C78; }
p { color: rgb(129,92,120); }
H1.HeaderClassName
{
color: #815C78;
}
.AnyTagClassName
{
color: #815C78;
}
</style>
background-color css
<style>
a { background-color: #815C78; }
a { background-color: rgb(129,92,120); }
div.DivClassName
{
background-color: #815C78;
}
.BgClassName
{
background-color: #815C78;
}
</style>
border-color css
<style>
span { border-color: #815C78; }
span { border-color: rgb(129,92,120); }
td.TdClassName
{
border-color: #815C78;
}
.TagClassName
{
border-color: #815C78;
}
</style>