Shades of Dark Violet #830DBF
Tints of Dark Violet #830DBF
RGB
CMYK
RGB Variations
Color information
#830DBF (or 0x830DBF) is known color: Dark Violet. HEX triplet: 83, 0D and BF. RGB value is (131,13,191). Sum of RGB (Red+Green+Blue) = 131+13+191=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #830DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DBF is #7CF240. Grayscale: #434343. Windows color (decimal): -8188481 or 12520835. OLE color: 12520835.
HSL color Cylindrical-coordinate representation of color #830DBF: hue angle of 279.78º 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 #830DBF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 13 | 191 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.25 |
| HSL | 279.78º | 0.87% | 0.4% | - |
| HSV(B) | 279.78º | 0.93% | 0.75% | - |
| XYZ | 18.91 | 8.87 | 50.01 | - |
| YUV | 68.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 191 | 0.31 | 0.93 | 0 | 0.25 | 279.78 | 0.87 | 0.4 |
| Hex | 83 | D | BF | 1F | 5D | 0 | 19 | 118 | 57 | 28 |
| Octal | 203 | 15 | 277 | 37 | 135 | 0 | 31 | 430 | 127 | 50 |
| Binary | 10000011 | 1101 | 10111111 | 11111 | 1011101 | 0 | 11001 | 100011000 | 1010111 | 101000 |
Color Harmonies of #830DBF
Complementary color
Monochromatic Colors of #830DBF
Black with #830DBF
Text Example
Text Example
White with #830DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DBF; }
p { color: rgb(131,13,191); }
H1.HeaderClassName
{
color: #830DBF;
}
.AnyTagClassName
{
color: #830DBF;
}
</style>
background-color css
<style>
a { background-color: #830DBF; }
a { background-color: rgb(131,13,191); }
div.DivClassName
{
background-color: #830DBF;
}
.BgClassName
{
background-color: #830DBF;
}
</style>
border-color css
<style>
span { border-color: #830DBF; }
span { border-color: rgb(131,13,191); }
td.TdClassName
{
border-color: #830DBF;
}
.TagClassName
{
border-color: #830DBF;
}
</style>