Shades of Dark Violet #830DDE
Tints of Dark Violet #830DDE
RGB
CMYK
RGB Variations
Color information
#830DDE (or 0x830DDE) is known color: Dark Violet. HEX triplet: 83, 0D and DE. RGB value is (131,13,222). Sum of RGB (Red+Green+Blue) = 131+13+222=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #830DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDE is #7CF221. Grayscale: #474747. Windows color (decimal): -8188450 or 14552451. OLE color: 14552451.
HSL color Cylindrical-coordinate representation of color #830DDE: hue angle of 273.88º degrees, saturation: 0.89, 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 #830DDE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 13 | 222 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.13 |
| HSL | 273.88º | 0.89% | 0.46% | - |
| HSV(B) | 273.88º | 0.94% | 0.87% | - |
| XYZ | 22.69 | 10.39 | 69.92 | - |
| YUV | 72.11 | 212.59 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 222 | 0.41 | 0.94 | 0 | 0.13 | 273.88 | 0.89 | 0.46 |
| Hex | 83 | D | DE | 29 | 5E | 0 | D | 112 | 59 | 2E |
| Octal | 203 | 15 | 336 | 51 | 136 | 0 | 15 | 422 | 131 | 56 |
| Binary | 10000011 | 1101 | 11011110 | 101001 | 1011110 | 0 | 1101 | 100010010 | 1011001 | 101110 |
Color Harmonies of #830DDE
Complementary color
Monochromatic Colors of #830DDE
Black with #830DDE
Text Example
Text Example
White with #830DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DDE; }
p { color: rgb(131,13,222); }
H1.HeaderClassName
{
color: #830DDE;
}
.AnyTagClassName
{
color: #830DDE;
}
</style>
background-color css
<style>
a { background-color: #830DDE; }
a { background-color: rgb(131,13,222); }
div.DivClassName
{
background-color: #830DDE;
}
.BgClassName
{
background-color: #830DDE;
}
</style>
border-color css
<style>
span { border-color: #830DDE; }
span { border-color: rgb(131,13,222); }
td.TdClassName
{
border-color: #830DDE;
}
.TagClassName
{
border-color: #830DDE;
}
</style>