Shades of Dark Violet #830EDD
Tints of Dark Violet #830EDD
RGB
CMYK
RGB Variations
Color information
#830EDD (or 0x830EDD) is known color: Dark Violet. HEX triplet: 83, 0E and DD. RGB value is (131,14,221). Sum of RGB (Red+Green+Blue) = 131+14+221=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #830EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EDD is #7CF122. Grayscale: #474747. Windows color (decimal): -8188195 or 14487171. OLE color: 14487171.
HSL color Cylindrical-coordinate representation of color #830EDD: hue angle of 273.91º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EDD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 14 | 221 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.13 |
| HSL | 273.91º | 0.88% | 0.46% | - |
| HSV(B) | 273.91º | 0.94% | 0.87% | - |
| XYZ | 22.57 | 10.36 | 69.22 | - |
| YUV | 72.58 | 211.76 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 221 | 0.41 | 0.94 | 0 | 0.13 | 273.91 | 0.88 | 0.46 |
| Hex | 83 | E | DD | 29 | 5E | 0 | D | 112 | 58 | 2E |
| Octal | 203 | 16 | 335 | 51 | 136 | 0 | 15 | 422 | 130 | 56 |
| Binary | 10000011 | 1110 | 11011101 | 101001 | 1011110 | 0 | 1101 | 100010010 | 1011000 | 101110 |
Color Harmonies of #830EDD
Complementary color
Monochromatic Colors of #830EDD
Black with #830EDD
Text Example
Text Example
White with #830EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EDD; }
p { color: rgb(131,14,221); }
H1.HeaderClassName
{
color: #830EDD;
}
.AnyTagClassName
{
color: #830EDD;
}
</style>
background-color css
<style>
a { background-color: #830EDD; }
a { background-color: rgb(131,14,221); }
div.DivClassName
{
background-color: #830EDD;
}
.BgClassName
{
background-color: #830EDD;
}
</style>
border-color css
<style>
span { border-color: #830EDD; }
span { border-color: rgb(131,14,221); }
td.TdClassName
{
border-color: #830EDD;
}
.TagClassName
{
border-color: #830EDD;
}
</style>