Shades of Dark Violet #830DE3
Tints of Dark Violet #830DE3
RGB
CMYK
RGB Variations
Color information
#830DE3 (or 0x830DE3) is known color: Dark Violet. HEX triplet: 83, 0D and E3. RGB value is (131,13,227). Sum of RGB (Red+Green+Blue) = 131+13+227=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #830DE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DE3 is #7CF21C. Grayscale: #474747. Windows color (decimal): -8188445 or 14880131. OLE color: 14880131.
HSL color Cylindrical-coordinate representation of color #830DE3: hue angle of 273.08º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DE3 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 13 | 227 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.11 |
| HSL | 273.08º | 0.89% | 0.47% | - |
| HSV(B) | 273.08º | 0.94% | 0.89% | - |
| XYZ | 23.37 | 10.66 | 73.5 | - |
| YUV | 72.68 | 215.09 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 227 | 0.42 | 0.94 | 0 | 0.11 | 273.08 | 0.89 | 0.47 |
| Hex | 83 | D | E3 | 2A | 5E | 0 | B | 111 | 59 | 2F |
| Octal | 203 | 15 | 343 | 52 | 136 | 0 | 13 | 421 | 131 | 57 |
| Binary | 10000011 | 1101 | 11100011 | 101010 | 1011110 | 0 | 1011 | 100010001 | 1011001 | 101111 |
Color Harmonies of #830DE3
Complementary color
Monochromatic Colors of #830DE3
Black with #830DE3
Text Example
Text Example
White with #830DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DE3; }
p { color: rgb(131,13,227); }
H1.HeaderClassName
{
color: #830DE3;
}
.AnyTagClassName
{
color: #830DE3;
}
</style>
background-color css
<style>
a { background-color: #830DE3; }
a { background-color: rgb(131,13,227); }
div.DivClassName
{
background-color: #830DE3;
}
.BgClassName
{
background-color: #830DE3;
}
</style>
border-color css
<style>
span { border-color: #830DE3; }
span { border-color: rgb(131,13,227); }
td.TdClassName
{
border-color: #830DE3;
}
.TagClassName
{
border-color: #830DE3;
}
</style>