Shades of Old Lavender #84637E
Tints of Old Lavender #84637E
RGB
CMYK
RGB Variations
Color information
#84637E (or 0x84637E) is known color: Old Lavender. HEX triplet: 84, 63 and 7E. RGB value is (132,99,126). Sum of RGB (Red+Green+Blue) = 132+99+126=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84637E is #7B9C81. Grayscale: #6F6F6F. Windows color (decimal): -8100994 or 8283012. OLE color: 8283012.
HSL color Cylindrical-coordinate representation of color #84637E: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84637E is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 99 | 126 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.48 |
| HSL | 310.91º | 0.14% | 0.45% | - |
| HSV(B) | 310.91º | 0.25% | 0.52% | - |
| XYZ | 17.74 | 15.34 | 21.76 | - |
| YUV | 111.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 126 | 0 | 0.25 | 0.05 | 0.48 | 310.91 | 0.14 | 0.45 |
| Hex | 84 | 63 | 7E | 0 | 19 | 5 | 30 | 137 | E | 2D |
| Octal | 204 | 143 | 176 | 0 | 31 | 5 | 60 | 467 | 16 | 55 |
| Binary | 10000100 | 1100011 | 1111110 | 0 | 11001 | 101 | 110000 | 100110111 | 1110 | 101101 |
Color Harmonies of #84637E
Complementary color
Monochromatic Colors of #84637E
Black with #84637E
Text Example
Text Example
White with #84637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84637E; }
p { color: rgb(132,99,126); }
H1.HeaderClassName
{
color: #84637E;
}
.AnyTagClassName
{
color: #84637E;
}
</style>
background-color css
<style>
a { background-color: #84637E; }
a { background-color: rgb(132,99,126); }
div.DivClassName
{
background-color: #84637E;
}
.BgClassName
{
background-color: #84637E;
}
</style>
border-color css
<style>
span { border-color: #84637E; }
span { border-color: rgb(132,99,126); }
td.TdClassName
{
border-color: #84637E;
}
.TagClassName
{
border-color: #84637E;
}
</style>