Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Dull Lavender | 8888CC | #8888CC | 136, 136, 204 | 53.33, 53.33, 80 | 33.33, 33.33, 0, 20 | 240, 33.333333333333, 80 |
Color #8888cc is Dull Lavender. In RGB: 53.33, 53.33, 80. In CMYK: 33.33, 33.33, 0, 20.
div { background: #8888cc; color: #000; }
div { background: #8888cc; color: #fff; }
div { background: linear-gradient(to bottom, #6D6FB0 0%, #A3A2E8 100%); color: #000; }
div { background: linear-gradient(to bottom, #A3A2E8 0%, #6D6FB0 100%); color: #000; }
div { background: linear-gradient(to bottom, #6D6FB0 0%, #A3A2E8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A3A2E8 0%, #6D6FB0 100%); color: #fff; }
div { border: 1px solid #8888cc; }
div { border: 5px solid #8888cc; }
div { border: 1px dashed #8888cc; }
div { border: 5px dashed #8888cc; }
div { border: 1px dotted #8888cc; }
div { border: 5px dotted #8888cc; }