<p>The <code>background-color</code> for the body is #82a43a.</p>
<div id="purple">
  <p>The <code>background-color</code> for this div is #893AA4.</p>
</div>
body {
  background-color: #82a43a;
}

#purple {
  background-color: #893AA4;
}



/* styling for Pen, unrelated to background color */
div {
  width: 300px;
  height: 300px;
}

p {
  padding: 1em;
  color: white;
  font-family: sans-serif;
  font-size: 1.5em;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.