Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Dull Lavender | 9F97DD | #9F97DD | 159, 151, 221 | 62.35, 59.22, 86.67 | 28.05, 31.67, 0, 13.33 | 246.85714285714, 31.674208144796, 86.666666666667 |
Color #9f97dd is Dull Lavender. In RGB: 62.35, 59.22, 86.67. In CMYK: 28.05, 31.67, 0, 13.33.
div { background: #9f97dd; color: #000; }
div { background: #9f97dd; color: #fff; }
div { background: linear-gradient(to bottom, #847DC1 0%, #BBB2FA 100%); color: #000; }
div { background: linear-gradient(to bottom, #BBB2FA 0%, #847DC1 100%); color: #000; }
div { background: linear-gradient(to bottom, #847DC1 0%, #BBB2FA 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BBB2FA 0%, #847DC1 100%); color: #fff; }
div { border: 1px solid #9f97dd; }
div { border: 5px solid #9f97dd; }
div { border: 1px dashed #9f97dd; }
div { border: 5px dashed #9f97dd; }
div { border: 1px dotted #9f97dd; }
div { border: 5px dotted #9f97dd; }