Shades of Old Lavender #84697F
Tints of Old Lavender #84697F
RGB
CMYK
RGB Variations
Color information
#84697F (or 0x84697F) is known color: Old Lavender. HEX triplet: 84, 69 and 7F. RGB value is (132,105,127). Sum of RGB (Red+Green+Blue) = 132+105+127=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #84697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697F is #7B9680. Grayscale: #737373. Windows color (decimal): -8099457 or 8350084. OLE color: 8350084.
HSL color Cylindrical-coordinate representation of color #84697F: hue angle of 311.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84697F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 127 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.48 |
| HSL | 311.11º | 0.11% | 0.46% | - |
| HSV(B) | 311.11º | 0.2% | 0.52% | - |
| XYZ | 18.4 | 16.54 | 22.3 | - |
| YUV | 115.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 127 | 0 | 0.20 | 0.04 | 0.48 | 311.11 | 0.11 | 0.46 |
| Hex | 84 | 69 | 7F | 0 | 14 | 4 | 30 | 137 | B | 2E |
| Octal | 204 | 151 | 177 | 0 | 24 | 4 | 60 | 467 | 13 | 56 |
| Binary | 10000100 | 1101001 | 1111111 | 0 | 10100 | 100 | 110000 | 100110111 | 1011 | 101110 |
Color Harmonies of #84697F
Complementary color
Monochromatic Colors of #84697F
Black with #84697F
Text Example
Text Example
White with #84697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84697F; }
p { color: rgb(132,105,127); }
H1.HeaderClassName
{
color: #84697F;
}
.AnyTagClassName
{
color: #84697F;
}
</style>
background-color css
<style>
a { background-color: #84697F; }
a { background-color: rgb(132,105,127); }
div.DivClassName
{
background-color: #84697F;
}
.BgClassName
{
background-color: #84697F;
}
</style>
border-color css
<style>
span { border-color: #84697F; }
span { border-color: rgb(132,105,127); }
td.TdClassName
{
border-color: #84697F;
}
.TagClassName
{
border-color: #84697F;
}
</style>