Shades of Old Lavender #886D84
Tints of Old Lavender #886D84
RGB
CMYK
RGB Variations
Color information
#886D84 (or 0x886D84) is known color: Old Lavender. HEX triplet: 88, 6D and 84. RGB value is (136,109,132). Sum of RGB (Red+Green+Blue) = 136+109+132=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #886D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D84 is #77927B. Grayscale: #777777. Windows color (decimal): -7836284 or 8678792. OLE color: 8678792.
HSL color Cylindrical-coordinate representation of color #886D84: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886D84 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 132 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.47 |
| HSL | 308.89º | 0.11% | 0.48% | - |
| HSV(B) | 308.89º | 0.2% | 0.53% | - |
| XYZ | 19.79 | 17.84 | 24.23 | - |
| YUV | 119.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 132 | 0 | 0.20 | 0.03 | 0.47 | 308.89 | 0.11 | 0.48 |
| Hex | 88 | 6D | 84 | 0 | 14 | 3 | 2F | 135 | B | 30 |
| Octal | 210 | 155 | 204 | 0 | 24 | 3 | 57 | 465 | 13 | 60 |
| Binary | 10001000 | 1101101 | 10000100 | 0 | 10100 | 11 | 101111 | 100110101 | 1011 | 110000 |
Color Harmonies of #886D84
Complementary color
Monochromatic Colors of #886D84
Black with #886D84
Text Example
Text Example
White with #886D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D84; }
p { color: rgb(136,109,132); }
H1.HeaderClassName
{
color: #886D84;
}
.AnyTagClassName
{
color: #886D84;
}
</style>
background-color css
<style>
a { background-color: #886D84; }
a { background-color: rgb(136,109,132); }
div.DivClassName
{
background-color: #886D84;
}
.BgClassName
{
background-color: #886D84;
}
</style>
border-color css
<style>
span { border-color: #886D84; }
span { border-color: rgb(136,109,132); }
td.TdClassName
{
border-color: #886D84;
}
.TagClassName
{
border-color: #886D84;
}
</style>