Shades of Dark Violet #830DDC
Tints of Dark Violet #830DDC
RGB
CMYK
RGB Variations
Color information
#830DDC (or 0x830DDC) is known color: Dark Violet. HEX triplet: 83, 0D and DC. RGB value is (131,13,220). Sum of RGB (Red+Green+Blue) = 131+13+220=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #830DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDC is #7CF223. Grayscale: #474747. Windows color (decimal): -8188452 or 14421379. OLE color: 14421379.
HSL color Cylindrical-coordinate representation of color #830DDC: hue angle of 274.2º degrees, saturation: 0.89, 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 #830DDC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 13 | 220 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.14 |
| HSL | 274.2º | 0.89% | 0.46% | - |
| HSV(B) | 274.2º | 0.94% | 0.86% | - |
| XYZ | 22.42 | 10.28 | 68.51 | - |
| YUV | 71.88 | 211.59 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 220 | 0.40 | 0.94 | 0 | 0.14 | 274.2 | 0.89 | 0.46 |
| Hex | 83 | D | DC | 28 | 5E | 0 | E | 112 | 59 | 2E |
| Octal | 203 | 15 | 334 | 50 | 136 | 0 | 16 | 422 | 131 | 56 |
| Binary | 10000011 | 1101 | 11011100 | 101000 | 1011110 | 0 | 1110 | 100010010 | 1011001 | 101110 |
Color Harmonies of #830DDC
Complementary color
Monochromatic Colors of #830DDC
Black with #830DDC
Text Example
Text Example
White with #830DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DDC; }
p { color: rgb(131,13,220); }
H1.HeaderClassName
{
color: #830DDC;
}
.AnyTagClassName
{
color: #830DDC;
}
</style>
background-color css
<style>
a { background-color: #830DDC; }
a { background-color: rgb(131,13,220); }
div.DivClassName
{
background-color: #830DDC;
}
.BgClassName
{
background-color: #830DDC;
}
</style>
border-color css
<style>
span { border-color: #830DDC; }
span { border-color: rgb(131,13,220); }
td.TdClassName
{
border-color: #830DDC;
}
.TagClassName
{
border-color: #830DDC;
}
</style>