Shades of Dark Violet #830DBE
Tints of Dark Violet #830DBE
RGB
CMYK
RGB Variations
Color information
#830DBE (or 0x830DBE) is known color: Dark Violet. HEX triplet: 83, 0D and BE. RGB value is (131,13,190). Sum of RGB (Red+Green+Blue) = 131+13+190=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #830DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DBE is #7CF241. Grayscale: #434343. Windows color (decimal): -8188482 or 12455299. OLE color: 12455299.
HSL color Cylindrical-coordinate representation of color #830DBE: hue angle of 280º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DBE is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 13 | 190 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.25 |
| HSL | 280º | 0.87% | 0.4% | - |
| HSV(B) | 280º | 0.93% | 0.75% | - |
| XYZ | 18.8 | 8.83 | 49.43 | - |
| YUV | 68.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 190 | 0.31 | 0.93 | 0 | 0.25 | 280 | 0.87 | 0.4 |
| Hex | 83 | D | BE | 1F | 5D | 0 | 19 | 118 | 57 | 28 |
| Octal | 203 | 15 | 276 | 37 | 135 | 0 | 31 | 430 | 127 | 50 |
| Binary | 10000011 | 1101 | 10111110 | 11111 | 1011101 | 0 | 11001 | 100011000 | 1010111 | 101000 |
Color Harmonies of #830DBE
Complementary color
Monochromatic Colors of #830DBE
Black with #830DBE
Text Example
Text Example
White with #830DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DBE; }
p { color: rgb(131,13,190); }
H1.HeaderClassName
{
color: #830DBE;
}
.AnyTagClassName
{
color: #830DBE;
}
</style>
background-color css
<style>
a { background-color: #830DBE; }
a { background-color: rgb(131,13,190); }
div.DivClassName
{
background-color: #830DBE;
}
.BgClassName
{
background-color: #830DBE;
}
</style>
border-color css
<style>
span { border-color: #830DBE; }
span { border-color: rgb(131,13,190); }
td.TdClassName
{
border-color: #830DBE;
}
.TagClassName
{
border-color: #830DBE;
}
</style>