Shades of Dark Violet #830DDB
Tints of Dark Violet #830DDB
RGB
CMYK
RGB Variations
Color information
#830DDB (or 0x830DDB) is known color: Dark Violet. HEX triplet: 83, 0D and DB. RGB value is (131,13,219). Sum of RGB (Red+Green+Blue) = 131+13+219=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #830DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDB is #7CF224. Grayscale: #474747. Windows color (decimal): -8188453 or 14355843. OLE color: 14355843.
HSL color Cylindrical-coordinate representation of color #830DDB: hue angle of 274.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DDB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 13 | 219 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.14 |
| HSL | 274.37º | 0.89% | 0.45% | - |
| HSV(B) | 274.37º | 0.94% | 0.86% | - |
| XYZ | 22.29 | 10.23 | 67.82 | - |
| YUV | 71.77 | 211.09 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 219 | 0.40 | 0.94 | 0 | 0.14 | 274.37 | 0.89 | 0.45 |
| Hex | 83 | D | DB | 28 | 5E | 0 | E | 112 | 59 | 2D |
| Octal | 203 | 15 | 333 | 50 | 136 | 0 | 16 | 422 | 131 | 55 |
| Binary | 10000011 | 1101 | 11011011 | 101000 | 1011110 | 0 | 1110 | 100010010 | 1011001 | 101101 |
Color Harmonies of #830DDB
Complementary color
Monochromatic Colors of #830DDB
Black with #830DDB
Text Example
Text Example
White with #830DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DDB; }
p { color: rgb(131,13,219); }
H1.HeaderClassName
{
color: #830DDB;
}
.AnyTagClassName
{
color: #830DDB;
}
</style>
background-color css
<style>
a { background-color: #830DDB; }
a { background-color: rgb(131,13,219); }
div.DivClassName
{
background-color: #830DDB;
}
.BgClassName
{
background-color: #830DDB;
}
</style>
border-color css
<style>
span { border-color: #830DDB; }
span { border-color: rgb(131,13,219); }
td.TdClassName
{
border-color: #830DDB;
}
.TagClassName
{
border-color: #830DDB;
}
</style>