Shades of Dark Violet #830DDF
Tints of Dark Violet #830DDF
RGB
CMYK
RGB Variations
Color information
#830DDF (or 0x830DDF) is known color: Dark Violet. HEX triplet: 83, 0D and DF. RGB value is (131,13,223). Sum of RGB (Red+Green+Blue) = 131+13+223=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #830DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDF is #7CF220. Grayscale: #474747. Windows color (decimal): -8188449 or 14617987. OLE color: 14617987.
HSL color Cylindrical-coordinate representation of color #830DDF: hue angle of 273.71º 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 #830DDF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 13 | 223 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.13 |
| HSL | 273.71º | 0.89% | 0.46% | - |
| HSV(B) | 273.71º | 0.94% | 0.87% | - |
| XYZ | 22.82 | 10.44 | 70.62 | - |
| YUV | 72.22 | 213.09 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 223 | 0.41 | 0.94 | 0 | 0.13 | 273.71 | 0.89 | 0.46 |
| Hex | 83 | D | DF | 29 | 5E | 0 | D | 112 | 59 | 2E |
| Octal | 203 | 15 | 337 | 51 | 136 | 0 | 15 | 422 | 131 | 56 |
| Binary | 10000011 | 1101 | 11011111 | 101001 | 1011110 | 0 | 1101 | 100010010 | 1011001 | 101110 |
Color Harmonies of #830DDF
Complementary color
Monochromatic Colors of #830DDF
Black with #830DDF
Text Example
Text Example
White with #830DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DDF; }
p { color: rgb(131,13,223); }
H1.HeaderClassName
{
color: #830DDF;
}
.AnyTagClassName
{
color: #830DDF;
}
</style>
background-color css
<style>
a { background-color: #830DDF; }
a { background-color: rgb(131,13,223); }
div.DivClassName
{
background-color: #830DDF;
}
.BgClassName
{
background-color: #830DDF;
}
</style>
border-color css
<style>
span { border-color: #830DDF; }
span { border-color: rgb(131,13,223); }
td.TdClassName
{
border-color: #830DDF;
}
.TagClassName
{
border-color: #830DDF;
}
</style>