Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Cold Purple | 9993D2 | #9993D2 | 153, 147, 210 | 60, 57.65, 82.35 | 27.14, 30, 0, 17.65 | 245.71428571429, 30, 82.352941176471 |
Color #9993d2 is Cold Purple. In RGB: 60, 57.65, 82.35. In CMYK: 27.14, 30, 0, 17.65.
div { background: #9993d2; color: #000; }
div { background: #9993d2; color: #fff; }
div { background: linear-gradient(to bottom, #7E79B6 0%, #B4AEEE 100%); color: #000; }
div { background: linear-gradient(to bottom, #B4AEEE 0%, #7E79B6 100%); color: #000; }
div { background: linear-gradient(to bottom, #7E79B6 0%, #B4AEEE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B4AEEE 0%, #7E79B6 100%); color: #fff; }
div { border: 1px solid #9993d2; }
div { border: 5px solid #9993d2; }
div { border: 1px dashed #9993d2; }
div { border: 5px dashed #9993d2; }
div { border: 1px dotted #9993d2; }
div { border: 5px dotted #9993d2; }