Shades of Old Lavender #82647C
Tints of Old Lavender #82647C
RGB
CMYK
RGB Variations
Color information
#82647C (or 0x82647C) is known color: Old Lavender. HEX triplet: 82, 64 and 7C. RGB value is (130,100,124). Sum of RGB (Red+Green+Blue) = 130+100+124=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #82647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647C is #7D9B83. Grayscale: #6F6F6F. Windows color (decimal): -8231812 or 8152194. OLE color: 8152194.
HSL color Cylindrical-coordinate representation of color #82647C: hue angle of 312º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82647C is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 124 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.49 |
| HSL | 312º | 0.13% | 0.45% | - |
| HSV(B) | 312º | 0.23% | 0.51% | - |
| XYZ | 17.4 | 15.32 | 21.11 | - |
| YUV | 111.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 124 | 0 | 0.23 | 0.05 | 0.49 | 312 | 0.13 | 0.45 |
| Hex | 82 | 64 | 7C | 0 | 17 | 5 | 31 | 138 | D | 2D |
| Octal | 202 | 144 | 174 | 0 | 27 | 5 | 61 | 470 | 15 | 55 |
| Binary | 10000010 | 1100100 | 1111100 | 0 | 10111 | 101 | 110001 | 100111000 | 1101 | 101101 |
Color Harmonies of #82647C
Complementary color
Monochromatic Colors of #82647C
Black with #82647C
Text Example
Text Example
White with #82647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82647C; }
p { color: rgb(130,100,124); }
H1.HeaderClassName
{
color: #82647C;
}
.AnyTagClassName
{
color: #82647C;
}
</style>
background-color css
<style>
a { background-color: #82647C; }
a { background-color: rgb(130,100,124); }
div.DivClassName
{
background-color: #82647C;
}
.BgClassName
{
background-color: #82647C;
}
</style>
border-color css
<style>
span { border-color: #82647C; }
span { border-color: rgb(130,100,124); }
td.TdClassName
{
border-color: #82647C;
}
.TagClassName
{
border-color: #82647C;
}
</style>