Shades of Old Lavender #846B82
Tints of Old Lavender #846B82
RGB
CMYK
RGB Variations
Color information
#846B82 (or 0x846B82) is known color: Old Lavender. HEX triplet: 84, 6B and 82. RGB value is (132,107,130). Sum of RGB (Red+Green+Blue) = 132+107+130=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B82 is #7B947D. Grayscale: #757575. Windows color (decimal): -8098942 or 8547204. OLE color: 8547204.
HSL color Cylindrical-coordinate representation of color #846B82: hue angle of 304.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846B82 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 130 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.48 |
| HSL | 304.8º | 0.1% | 0.47% | - |
| HSV(B) | 304.8º | 0.19% | 0.52% | - |
| XYZ | 18.8 | 17.03 | 23.42 | - |
| YUV | 117.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 130 | 0 | 0.19 | 0.02 | 0.48 | 304.8 | 0.1 | 0.47 |
| Hex | 84 | 6B | 82 | 0 | 13 | 2 | 30 | 131 | A | 2F |
| Octal | 204 | 153 | 202 | 0 | 23 | 2 | 60 | 461 | 12 | 57 |
| Binary | 10000100 | 1101011 | 10000010 | 0 | 10011 | 10 | 110000 | 100110001 | 1010 | 101111 |
Color Harmonies of #846B82
Complementary color
Monochromatic Colors of #846B82
Black with #846B82
Text Example
Text Example
White with #846B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B82; }
p { color: rgb(132,107,130); }
H1.HeaderClassName
{
color: #846B82;
}
.AnyTagClassName
{
color: #846B82;
}
</style>
background-color css
<style>
a { background-color: #846B82; }
a { background-color: rgb(132,107,130); }
div.DivClassName
{
background-color: #846B82;
}
.BgClassName
{
background-color: #846B82;
}
</style>
border-color css
<style>
span { border-color: #846B82; }
span { border-color: rgb(132,107,130); }
td.TdClassName
{
border-color: #846B82;
}
.TagClassName
{
border-color: #846B82;
}
</style>