Shades of Old Lavender #82637C
Tints of Old Lavender #82637C
RGB
CMYK
RGB Variations
Color information
#82637C (or 0x82637C) is known color: Old Lavender. HEX triplet: 82, 63 and 7C. RGB value is (130,99,124). Sum of RGB (Red+Green+Blue) = 130+99+124=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82637C is #7D9C83. Grayscale: #6F6F6F. Windows color (decimal): -8232068 or 8151938. OLE color: 8151938.
HSL color Cylindrical-coordinate representation of color #82637C: hue angle of 311.61º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82637C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 124 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.49 |
| HSL | 311.61º | 0.14% | 0.45% | - |
| HSV(B) | 311.61º | 0.24% | 0.51% | - |
| XYZ | 17.31 | 15.12 | 21.08 | - |
| YUV | 111.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 124 | 0 | 0.24 | 0.05 | 0.49 | 311.61 | 0.14 | 0.45 |
| Hex | 82 | 63 | 7C | 0 | 18 | 5 | 31 | 138 | E | 2D |
| Octal | 202 | 143 | 174 | 0 | 30 | 5 | 61 | 470 | 16 | 55 |
| Binary | 10000010 | 1100011 | 1111100 | 0 | 11000 | 101 | 110001 | 100111000 | 1110 | 101101 |
Color Harmonies of #82637C
Complementary color
Monochromatic Colors of #82637C
Black with #82637C
Text Example
Text Example
White with #82637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82637C; }
p { color: rgb(130,99,124); }
H1.HeaderClassName
{
color: #82637C;
}
.AnyTagClassName
{
color: #82637C;
}
</style>
background-color css
<style>
a { background-color: #82637C; }
a { background-color: rgb(130,99,124); }
div.DivClassName
{
background-color: #82637C;
}
.BgClassName
{
background-color: #82637C;
}
</style>
border-color css
<style>
span { border-color: #82637C; }
span { border-color: rgb(130,99,124); }
td.TdClassName
{
border-color: #82637C;
}
.TagClassName
{
border-color: #82637C;
}
</style>