Shades of Dark Violet #830EDE
Tints of Dark Violet #830EDE
RGB
CMYK
RGB Variations
Color information
#830EDE (or 0x830EDE) is known color: Dark Violet. HEX triplet: 83, 0E and DE. RGB value is (131,14,222). Sum of RGB (Red+Green+Blue) = 131+14+222=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #830EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EDE is #7CF121. Grayscale: #474747. Windows color (decimal): -8188194 or 14552707. OLE color: 14552707.
HSL color Cylindrical-coordinate representation of color #830EDE: hue angle of 273.75º 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 #830EDE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 14 | 222 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.13 |
| HSL | 273.75º | 0.88% | 0.46% | - |
| HSV(B) | 273.75º | 0.94% | 0.87% | - |
| XYZ | 22.7 | 10.41 | 69.92 | - |
| YUV | 72.7 | 212.26 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 222 | 0.41 | 0.94 | 0 | 0.13 | 273.75 | 0.88 | 0.46 |
| Hex | 83 | E | DE | 29 | 5E | 0 | D | 112 | 58 | 2E |
| Octal | 203 | 16 | 336 | 51 | 136 | 0 | 15 | 422 | 130 | 56 |
| Binary | 10000011 | 1110 | 11011110 | 101001 | 1011110 | 0 | 1101 | 100010010 | 1011000 | 101110 |
Color Harmonies of #830EDE
Complementary color
Monochromatic Colors of #830EDE
Black with #830EDE
Text Example
Text Example
White with #830EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EDE; }
p { color: rgb(131,14,222); }
H1.HeaderClassName
{
color: #830EDE;
}
.AnyTagClassName
{
color: #830EDE;
}
</style>
background-color css
<style>
a { background-color: #830EDE; }
a { background-color: rgb(131,14,222); }
div.DivClassName
{
background-color: #830EDE;
}
.BgClassName
{
background-color: #830EDE;
}
</style>
border-color css
<style>
span { border-color: #830EDE; }
span { border-color: rgb(131,14,222); }
td.TdClassName
{
border-color: #830EDE;
}
.TagClassName
{
border-color: #830EDE;
}
</style>