Shades of Dark Violet #830EBC
Tints of Dark Violet #830EBC
RGB
CMYK
RGB Variations
Color information
#830EBC (or 0x830EBC) is known color: Dark Violet. HEX triplet: 83, 0E and BC. RGB value is (131,14,188). Sum of RGB (Red+Green+Blue) = 131+14+188=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #830EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EBC is #7CF143. Grayscale: #444444. Windows color (decimal): -8188228 or 12324483. OLE color: 12324483.
HSL color Cylindrical-coordinate representation of color #830EBC: hue angle of 280.34º degrees, saturation: 0.86, 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 #830EBC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 14 | 188 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.26 |
| HSL | 280.34º | 0.86% | 0.4% | - |
| HSV(B) | 280.34º | 0.93% | 0.74% | - |
| XYZ | 18.59 | 8.77 | 48.29 | - |
| YUV | 68.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 188 | 0.30 | 0.93 | 0 | 0.26 | 280.34 | 0.86 | 0.4 |
| Hex | 83 | E | BC | 1E | 5D | 0 | 1A | 118 | 56 | 28 |
| Octal | 203 | 16 | 274 | 36 | 135 | 0 | 32 | 430 | 126 | 50 |
| Binary | 10000011 | 1110 | 10111100 | 11110 | 1011101 | 0 | 11010 | 100011000 | 1010110 | 101000 |
Color Harmonies of #830EBC
Complementary color
Monochromatic Colors of #830EBC
Black with #830EBC
Text Example
Text Example
White with #830EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EBC; }
p { color: rgb(131,14,188); }
H1.HeaderClassName
{
color: #830EBC;
}
.AnyTagClassName
{
color: #830EBC;
}
</style>
background-color css
<style>
a { background-color: #830EBC; }
a { background-color: rgb(131,14,188); }
div.DivClassName
{
background-color: #830EBC;
}
.BgClassName
{
background-color: #830EBC;
}
</style>
border-color css
<style>
span { border-color: #830EBC; }
span { border-color: rgb(131,14,188); }
td.TdClassName
{
border-color: #830EBC;
}
.TagClassName
{
border-color: #830EBC;
}
</style>