Shades of Dark Violet #830DB2
Tints of Dark Violet #830DB2
RGB
CMYK
RGB Variations
Color information
#830DB2 (or 0x830DB2) is known color: Dark Violet. HEX triplet: 83, 0D and B2. RGB value is (131,13,178). Sum of RGB (Red+Green+Blue) = 131+13+178=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #830DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DB2 is #7CF24D. Grayscale: #424242. Windows color (decimal): -8188494 or 11668867. OLE color: 11668867.
HSL color Cylindrical-coordinate representation of color #830DB2: hue angle of 282.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DB2 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 13 | 178 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.30 |
| HSL | 282.91º | 0.86% | 0.37% | - |
| HSV(B) | 282.91º | 0.93% | 0.7% | - |
| XYZ | 17.54 | 8.33 | 42.8 | - |
| YUV | 67.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 178 | 0.26 | 0.93 | 0 | 0.30 | 282.91 | 0.86 | 0.37 |
| Hex | 83 | D | B2 | 1A | 5D | 0 | 1E | 11B | 56 | 25 |
| Octal | 203 | 15 | 262 | 32 | 135 | 0 | 36 | 433 | 126 | 45 |
| Binary | 10000011 | 1101 | 10110010 | 11010 | 1011101 | 0 | 11110 | 100011011 | 1010110 | 100101 |
Color Harmonies of #830DB2
Complementary color
Monochromatic Colors of #830DB2
Black with #830DB2
Text Example
Text Example
White with #830DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DB2; }
p { color: rgb(131,13,178); }
H1.HeaderClassName
{
color: #830DB2;
}
.AnyTagClassName
{
color: #830DB2;
}
</style>
background-color css
<style>
a { background-color: #830DB2; }
a { background-color: rgb(131,13,178); }
div.DivClassName
{
background-color: #830DB2;
}
.BgClassName
{
background-color: #830DB2;
}
</style>
border-color css
<style>
span { border-color: #830DB2; }
span { border-color: rgb(131,13,178); }
td.TdClassName
{
border-color: #830DB2;
}
.TagClassName
{
border-color: #830DB2;
}
</style>