Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Electric Violet | 9723FC | #9723FC | 151, 35, 252 | 59.22, 13.73, 98.82 | 40.08, 86.11, 0, 1.18 | 272.07373271889, 86.111111111111, 98.823529411765 |
Color #9723fc is Electric Violet. In RGB: 59.22, 13.73, 98.82. In CMYK: 40.08, 86.11, 0, 1.18.
div { background: #9723fc; color: #000; }
div { background: #9723fc; color: #fff; }
div { background: linear-gradient(to bottom, #7800DF 0%, #B645FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #B645FF 0%, #7800DF 100%); color: #000; }
div { background: linear-gradient(to bottom, #7800DF 0%, #B645FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B645FF 0%, #7800DF 100%); color: #fff; }
div { border: 1px solid #9723fc; }
div { border: 5px solid #9723fc; }
div { border: 1px dashed #9723fc; }
div { border: 5px dashed #9723fc; }
div { border: 1px dotted #9723fc; }
div { border: 5px dotted #9723fc; }