Shades of Old Lavender #82647B
Tints of Old Lavender #82647B
RGB
CMYK
RGB Variations
Color information
#82647B (or 0x82647B) is known color: Old Lavender. HEX triplet: 82, 64 and 7B. RGB value is (130,100,123). Sum of RGB (Red+Green+Blue) = 130+100+123=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647B is #7D9B84. Grayscale: #6F6F6F. Windows color (decimal): -8231813 or 8086658. OLE color: 8086658.
HSL color Cylindrical-coordinate representation of color #82647B: hue angle of 314º 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 #82647B is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 123 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.49 |
| HSL | 314º | 0.13% | 0.45% | - |
| HSV(B) | 314º | 0.23% | 0.51% | - |
| XYZ | 17.34 | 15.29 | 20.78 | - |
| YUV | 111.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 123 | 0 | 0.23 | 0.05 | 0.49 | 314 | 0.13 | 0.45 |
| Hex | 82 | 64 | 7B | 0 | 17 | 5 | 31 | 13A | D | 2D |
| Octal | 202 | 144 | 173 | 0 | 27 | 5 | 61 | 472 | 15 | 55 |
| Binary | 10000010 | 1100100 | 1111011 | 0 | 10111 | 101 | 110001 | 100111010 | 1101 | 101101 |
Color Harmonies of #82647B
Complementary color
Monochromatic Colors of #82647B
Black with #82647B
Text Example
Text Example
White with #82647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82647B; }
p { color: rgb(130,100,123); }
H1.HeaderClassName
{
color: #82647B;
}
.AnyTagClassName
{
color: #82647B;
}
</style>
background-color css
<style>
a { background-color: #82647B; }
a { background-color: rgb(130,100,123); }
div.DivClassName
{
background-color: #82647B;
}
.BgClassName
{
background-color: #82647B;
}
</style>
border-color css
<style>
span { border-color: #82647B; }
span { border-color: rgb(130,100,123); }
td.TdClassName
{
border-color: #82647B;
}
.TagClassName
{
border-color: #82647B;
}
</style>