Shades of Dark Violet #830DDD
Tints of Dark Violet #830DDD
RGB
CMYK
RGB Variations
Color information
#830DDD (or 0x830DDD) is known color: Dark Violet. HEX triplet: 83, 0D and DD. RGB value is (131,13,221). Sum of RGB (Red+Green+Blue) = 131+13+221=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #830DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDD is #7CF222. Grayscale: #474747. Windows color (decimal): -8188451 or 14486915. OLE color: 14486915.
HSL color Cylindrical-coordinate representation of color #830DDD: hue angle of 274.04º 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 #830DDD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 13 | 221 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.13 |
| HSL | 274.04º | 0.89% | 0.46% | - |
| HSV(B) | 274.04º | 0.94% | 0.87% | - |
| XYZ | 22.56 | 10.33 | 69.21 | - |
| YUV | 71.99 | 212.09 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 221 | 0.41 | 0.94 | 0 | 0.13 | 274.04 | 0.89 | 0.46 |
| Hex | 83 | D | DD | 29 | 5E | 0 | D | 112 | 59 | 2E |
| Octal | 203 | 15 | 335 | 51 | 136 | 0 | 15 | 422 | 131 | 56 |
| Binary | 10000011 | 1101 | 11011101 | 101001 | 1011110 | 0 | 1101 | 100010010 | 1011001 | 101110 |
Color Harmonies of #830DDD
Complementary color
Monochromatic Colors of #830DDD
Black with #830DDD
Text Example
Text Example
White with #830DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DDD; }
p { color: rgb(131,13,221); }
H1.HeaderClassName
{
color: #830DDD;
}
.AnyTagClassName
{
color: #830DDD;
}
</style>
background-color css
<style>
a { background-color: #830DDD; }
a { background-color: rgb(131,13,221); }
div.DivClassName
{
background-color: #830DDD;
}
.BgClassName
{
background-color: #830DDD;
}
</style>
border-color css
<style>
span { border-color: #830DDD; }
span { border-color: rgb(131,13,221); }
td.TdClassName
{
border-color: #830DDD;
}
.TagClassName
{
border-color: #830DDD;
}
</style>