Shades of Dark Violet #830DBD
Tints of Dark Violet #830DBD
RGB
CMYK
RGB Variations
Color information
#830DBD (or 0x830DBD) is known color: Dark Violet. HEX triplet: 83, 0D and BD. RGB value is (131,13,189). Sum of RGB (Red+Green+Blue) = 131+13+189=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #830DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DBD is #7CF242. Grayscale: #434343. Windows color (decimal): -8188483 or 12389763. OLE color: 12389763.
HSL color Cylindrical-coordinate representation of color #830DBD: hue angle of 280.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DBD is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 13 | 189 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.26 |
| HSL | 280.23º | 0.87% | 0.4% | - |
| HSV(B) | 280.23º | 0.93% | 0.74% | - |
| XYZ | 18.69 | 8.79 | 48.86 | - |
| YUV | 68.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 189 | 0.31 | 0.93 | 0 | 0.26 | 280.23 | 0.87 | 0.4 |
| Hex | 83 | D | BD | 1F | 5D | 0 | 1A | 118 | 57 | 28 |
| Octal | 203 | 15 | 275 | 37 | 135 | 0 | 32 | 430 | 127 | 50 |
| Binary | 10000011 | 1101 | 10111101 | 11111 | 1011101 | 0 | 11010 | 100011000 | 1010111 | 101000 |
Color Harmonies of #830DBD
Complementary color
Monochromatic Colors of #830DBD
Black with #830DBD
Text Example
Text Example
White with #830DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DBD; }
p { color: rgb(131,13,189); }
H1.HeaderClassName
{
color: #830DBD;
}
.AnyTagClassName
{
color: #830DBD;
}
</style>
background-color css
<style>
a { background-color: #830DBD; }
a { background-color: rgb(131,13,189); }
div.DivClassName
{
background-color: #830DBD;
}
.BgClassName
{
background-color: #830DBD;
}
</style>
border-color css
<style>
span { border-color: #830DBD; }
span { border-color: rgb(131,13,189); }
td.TdClassName
{
border-color: #830DBD;
}
.TagClassName
{
border-color: #830DBD;
}
</style>