Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 5: color-mix</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<style>
.test { background-color: rgb(68.4898% 36.015% 68.3102%); width: 14em; height: 14em; margin-top: 0; margin-bottom: 0;}
</style>
<body>
<p>Test passes if you see a purple square, and no red.</p>
<div class="test"></div>
</body>