Shades of Dark Violet #830EDB
Tints of Dark Violet #830EDB
RGB
CMYK
RGB Variations
Color information
#830EDB (or 0x830EDB) is known color: Dark Violet. HEX triplet: 83, 0E and DB. RGB value is (131,14,219). Sum of RGB (Red+Green+Blue) = 131+14+219=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #830EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EDB is #7CF124. Grayscale: #474747. Windows color (decimal): -8188197 or 14356099. OLE color: 14356099.
HSL color Cylindrical-coordinate representation of color #830EDB: hue angle of 274.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EDB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 14 | 219 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.14 |
| HSL | 274.24º | 0.88% | 0.46% | - |
| HSV(B) | 274.24º | 0.94% | 0.86% | - |
| XYZ | 22.3 | 10.25 | 67.82 | - |
| YUV | 72.35 | 210.76 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 219 | 0.40 | 0.94 | 0 | 0.14 | 274.24 | 0.88 | 0.46 |
| Hex | 83 | E | DB | 28 | 5E | 0 | E | 112 | 58 | 2E |
| Octal | 203 | 16 | 333 | 50 | 136 | 0 | 16 | 422 | 130 | 56 |
| Binary | 10000011 | 1110 | 11011011 | 101000 | 1011110 | 0 | 1110 | 100010010 | 1011000 | 101110 |
Color Harmonies of #830EDB
Complementary color
Monochromatic Colors of #830EDB
Black with #830EDB
Text Example
Text Example
White with #830EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EDB; }
p { color: rgb(131,14,219); }
H1.HeaderClassName
{
color: #830EDB;
}
.AnyTagClassName
{
color: #830EDB;
}
</style>
background-color css
<style>
a { background-color: #830EDB; }
a { background-color: rgb(131,14,219); }
div.DivClassName
{
background-color: #830EDB;
}
.BgClassName
{
background-color: #830EDB;
}
</style>
border-color css
<style>
span { border-color: #830EDB; }
span { border-color: rgb(131,14,219); }
td.TdClassName
{
border-color: #830EDB;
}
.TagClassName
{
border-color: #830EDB;
}
</style>