element.style.backgroundColor
<div id='element' style='background-color: red;'>Test</div> <script> var val=element.style.backgroundColor; alert(val); </script>