Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
blueviolet | 823FEE | #823FEE | 130, 63, 238 | 50.98, 24.71, 93.33 | 45.38, 73.53, 0, 6.67 | 262.97142857143, 73.529411764706, 93.333333333333 |
Color #823fee is blueviolet. In RGB: 50.98, 24.71, 93.33. In CMYK: 45.38, 73.53, 0, 6.67.
div { background: #823fee; color: #000; }
div { background: #823fee; color: #fff; }
div { background: linear-gradient(to bottom, #6323D1 0%, #A05AFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #A05AFF 0%, #6323D1 100%); color: #000; }
div { background: linear-gradient(to bottom, #6323D1 0%, #A05AFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A05AFF 0%, #6323D1 100%); color: #fff; }
div { border: 1px solid #823fee; }
div { border: 5px solid #823fee; }
div { border: 1px dashed #823fee; }
div { border: 5px dashed #823fee; }
div { border: 1px dotted #823fee; }
div { border: 5px dotted #823fee; }