Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Electric Violet | 980FFD | #980FFD | 152, 15, 253 | 59.61, 5.88, 99.22 | 39.92, 94.07, 0, 0.78 | 274.53781512605, 94.071146245059, 99.21568627451 |
Color #980ffd is Electric Violet. In RGB: 59.61, 5.88, 99.22. In CMYK: 39.92, 94.07, 0, 0.78.
div { background: #980ffd; color: #000; }
div { background: #980ffd; color: #fff; }
div { background: linear-gradient(to bottom, #7900E0 0%, #B73BFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #B73BFF 0%, #7900E0 100%); color: #000; }
div { background: linear-gradient(to bottom, #7900E0 0%, #B73BFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B73BFF 0%, #7900E0 100%); color: #fff; }
div { border: 1px solid #980ffd; }
div { border: 5px solid #980ffd; }
div { border: 1px dashed #980ffd; }
div { border: 5px dashed #980ffd; }
div { border: 1px dotted #980ffd; }
div { border: 5px dotted #980ffd; }