Shades of Old Lavender #82647E
Tints of Old Lavender #82647E
RGB
CMYK
RGB Variations
Color information
#82647E (or 0x82647E) is known color: Old Lavender. HEX triplet: 82, 64 and 7E. RGB value is (130,100,126). Sum of RGB (Red+Green+Blue) = 130+100+126=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647E is #7D9B81. Grayscale: #6F6F6F. Windows color (decimal): -8231810 or 8283266. OLE color: 8283266.
HSL color Cylindrical-coordinate representation of color #82647E: hue angle of 308º 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 #82647E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 126 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.49 |
| HSL | 308º | 0.13% | 0.45% | - |
| HSV(B) | 308º | 0.23% | 0.51% | - |
| XYZ | 17.53 | 15.37 | 21.78 | - |
| YUV | 111.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 126 | 0 | 0.23 | 0.03 | 0.49 | 308 | 0.13 | 0.45 |
| Hex | 82 | 64 | 7E | 0 | 17 | 3 | 31 | 134 | D | 2D |
| Octal | 202 | 144 | 176 | 0 | 27 | 3 | 61 | 464 | 15 | 55 |
| Binary | 10000010 | 1100100 | 1111110 | 0 | 10111 | 11 | 110001 | 100110100 | 1101 | 101101 |
Color Harmonies of #82647E
Complementary color
Monochromatic Colors of #82647E
Black with #82647E
Text Example
Text Example
White with #82647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82647E; }
p { color: rgb(130,100,126); }
H1.HeaderClassName
{
color: #82647E;
}
.AnyTagClassName
{
color: #82647E;
}
</style>
background-color css
<style>
a { background-color: #82647E; }
a { background-color: rgb(130,100,126); }
div.DivClassName
{
background-color: #82647E;
}
.BgClassName
{
background-color: #82647E;
}
</style>
border-color css
<style>
span { border-color: #82647E; }
span { border-color: rgb(130,100,126); }
td.TdClassName
{
border-color: #82647E;
}
.TagClassName
{
border-color: #82647E;
}
</style>