Shades of Dark Violet #830EDA
Tints of Dark Violet #830EDA
RGB
CMYK
RGB Variations
Color information
#830EDA (or 0x830EDA) is known color: Dark Violet. HEX triplet: 83, 0E and DA. RGB value is (131,14,218). Sum of RGB (Red+Green+Blue) = 131+14+218=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #830EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EDA is #7CF125. Grayscale: #474747. Windows color (decimal): -8188198 or 14290563. OLE color: 14290563.
HSL color Cylindrical-coordinate representation of color #830EDA: hue angle of 274.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EDA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 14 | 218 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.15 |
| HSL | 274.41º | 0.88% | 0.45% | - |
| HSV(B) | 274.41º | 0.94% | 0.85% | - |
| XYZ | 22.17 | 10.2 | 67.13 | - |
| YUV | 72.24 | 210.26 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 218 | 0.40 | 0.94 | 0 | 0.15 | 274.41 | 0.88 | 0.45 |
| Hex | 83 | E | DA | 28 | 5E | 0 | F | 112 | 58 | 2D |
| Octal | 203 | 16 | 332 | 50 | 136 | 0 | 17 | 422 | 130 | 55 |
| Binary | 10000011 | 1110 | 11011010 | 101000 | 1011110 | 0 | 1111 | 100010010 | 1011000 | 101101 |
Color Harmonies of #830EDA
Complementary color
Monochromatic Colors of #830EDA
Black with #830EDA
Text Example
Text Example
White with #830EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EDA; }
p { color: rgb(131,14,218); }
H1.HeaderClassName
{
color: #830EDA;
}
.AnyTagClassName
{
color: #830EDA;
}
</style>
background-color css
<style>
a { background-color: #830EDA; }
a { background-color: rgb(131,14,218); }
div.DivClassName
{
background-color: #830EDA;
}
.BgClassName
{
background-color: #830EDA;
}
</style>
border-color css
<style>
span { border-color: #830EDA; }
span { border-color: rgb(131,14,218); }
td.TdClassName
{
border-color: #830EDA;
}
.TagClassName
{
border-color: #830EDA;
}
</style>