Shades of Dark Violet #830DDA
Tints of Dark Violet #830DDA
RGB
CMYK
RGB Variations
Color information
#830DDA (or 0x830DDA) is known color: Dark Violet. HEX triplet: 83, 0D and DA. RGB value is (131,13,218). Sum of RGB (Red+Green+Blue) = 131+13+218=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #830DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDA is #7CF225. Grayscale: #464646. Windows color (decimal): -8188454 or 14290307. OLE color: 14290307.
HSL color Cylindrical-coordinate representation of color #830DDA: hue angle of 274.54º degrees, saturation: 0.89, 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 #830DDA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 13 | 218 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.15 |
| HSL | 274.54º | 0.89% | 0.45% | - |
| HSV(B) | 274.54º | 0.94% | 0.85% | - |
| XYZ | 22.16 | 10.18 | 67.13 | - |
| YUV | 71.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 218 | 0.40 | 0.94 | 0 | 0.15 | 274.54 | 0.89 | 0.45 |
| Hex | 83 | D | DA | 28 | 5E | 0 | F | 113 | 59 | 2D |
| Octal | 203 | 15 | 332 | 50 | 136 | 0 | 17 | 423 | 131 | 55 |
| Binary | 10000011 | 1101 | 11011010 | 101000 | 1011110 | 0 | 1111 | 100010011 | 1011001 | 101101 |
Color Harmonies of #830DDA
Complementary color
Monochromatic Colors of #830DDA
Black with #830DDA
Text Example
Text Example
White with #830DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DDA; }
p { color: rgb(131,13,218); }
H1.HeaderClassName
{
color: #830DDA;
}
.AnyTagClassName
{
color: #830DDA;
}
</style>
background-color css
<style>
a { background-color: #830DDA; }
a { background-color: rgb(131,13,218); }
div.DivClassName
{
background-color: #830DDA;
}
.BgClassName
{
background-color: #830DDA;
}
</style>
border-color css
<style>
span { border-color: #830DDA; }
span { border-color: rgb(131,13,218); }
td.TdClassName
{
border-color: #830DDA;
}
.TagClassName
{
border-color: #830DDA;
}
</style>