Color #990099

#990099rgb(153, 0, 153)

Color Codes

HEX#990099
RGBrgb(153, 0, 153)
HSLhsl(300°, 100%, 30%)
CMYKcmyk(0%, 100%, 0%, 40%)
CIELABLab(36.1, 67.1, -41.5)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #990099;
color: #990099;
border: 2px solid #990099;
background: linear-gradient(135deg, #990099, #009900);

Code Export

css
:root {
  --color-primary: #990099;
  --color-primary-rgb: 153, 0, 153;
  --color-primary-hsl: 300, 100%, 30%;
}

Related Tools