Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Violet Eggplant | 9D008D | #9D008D | 157, 0, 141 | 61.57, 0, 55.29 | 0, 100, 10.19, 38.43 | 306.11464968153, 100, 61.56862745098 |
Color #9d008d is Violet Eggplant. In RGB: 61.57, 0, 55.29. In CMYK: 0, 100, 10.19, 38.43.
div { background: #9d008d; color: #000; }
div { background: #9d008d; color: #fff; }
div { background: linear-gradient(to bottom, #810073 0%, #BA30A8 100%); color: #000; }
div { background: linear-gradient(to bottom, #BA30A8 0%, #810073 100%); color: #000; }
div { background: linear-gradient(to bottom, #810073 0%, #BA30A8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BA30A8 0%, #810073 100%); color: #fff; }
div { border: 1px solid #9d008d; }
div { border: 5px solid #9d008d; }
div { border: 1px dashed #9d008d; }
div { border: 5px dashed #9d008d; }
div { border: 1px dotted #9d008d; }
div { border: 5px dotted #9d008d; }