I'm trying to accomplish something like this with CSS3:

Where the purple circle is the image and the less purple thing is the div background.
My first guess was negative padding but a quick search told me this isn't allowed. Normal overflow doesn't work because I want it to start above background as well as end below it. I'm pretty new to CSS so I don't really know how this might be done.

