Shades of Old Lavender #866D84
Tints of Old Lavender #866D84
RGB
CMYK
RGB Variations
Color information
#866D84 (or 0x866D84) is known color: Old Lavender. HEX triplet: 86, 6D and 84. RGB value is (134,109,132). Sum of RGB (Red+Green+Blue) = 134+109+132=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #866D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D84 is #79927B. Grayscale: #777777. Windows color (decimal): -7967356 or 8678790. OLE color: 8678790.
HSL color Cylindrical-coordinate representation of color #866D84: hue angle of 304.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866D84 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 132 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.47 |
| HSL | 304.8º | 0.1% | 0.48% | - |
| HSV(B) | 304.8º | 0.19% | 0.53% | - |
| XYZ | 19.47 | 17.67 | 24.21 | - |
| YUV | 119.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 132 | 0 | 0.19 | 0.01 | 0.47 | 304.8 | 0.1 | 0.48 |
| Hex | 86 | 6D | 84 | 0 | 13 | 1 | 2F | 131 | A | 30 |
| Octal | 206 | 155 | 204 | 0 | 23 | 1 | 57 | 461 | 12 | 60 |
| Binary | 10000110 | 1101101 | 10000100 | 0 | 10011 | 1 | 101111 | 100110001 | 1010 | 110000 |
Color Harmonies of #866D84
Complementary color
Monochromatic Colors of #866D84
Black with #866D84
Text Example
Text Example
White with #866D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D84; }
p { color: rgb(134,109,132); }
H1.HeaderClassName
{
color: #866D84;
}
.AnyTagClassName
{
color: #866D84;
}
</style>
background-color css
<style>
a { background-color: #866D84; }
a { background-color: rgb(134,109,132); }
div.DivClassName
{
background-color: #866D84;
}
.BgClassName
{
background-color: #866D84;
}
</style>
border-color css
<style>
span { border-color: #866D84; }
span { border-color: rgb(134,109,132); }
td.TdClassName
{
border-color: #866D84;
}
.TagClassName
{
border-color: #866D84;
}
</style>