Shades of Dark Violet #830EBA
Tints of Dark Violet #830EBA
RGB
CMYK
RGB Variations
Color information
#830EBA (or 0x830EBA) is known color: Dark Violet. HEX triplet: 83, 0E and BA. RGB value is (131,14,186). Sum of RGB (Red+Green+Blue) = 131+14+186=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #830EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EBA is #7CF145. Grayscale: #444444. Windows color (decimal): -8188230 or 12193411. OLE color: 12193411.
HSL color Cylindrical-coordinate representation of color #830EBA: hue angle of 280.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830EBA is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 14 | 186 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.27 |
| HSL | 280.81º | 0.86% | 0.39% | - |
| HSV(B) | 280.81º | 0.92% | 0.73% | - |
| XYZ | 18.38 | 8.68 | 47.16 | - |
| YUV | 68.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 186 | 0.30 | 0.92 | 0 | 0.27 | 280.81 | 0.86 | 0.39 |
| Hex | 83 | E | BA | 1E | 5C | 0 | 1B | 119 | 56 | 27 |
| Octal | 203 | 16 | 272 | 36 | 134 | 0 | 33 | 431 | 126 | 47 |
| Binary | 10000011 | 1110 | 10111010 | 11110 | 1011100 | 0 | 11011 | 100011001 | 1010110 | 100111 |
Color Harmonies of #830EBA
Complementary color
Monochromatic Colors of #830EBA
Black with #830EBA
Text Example
Text Example
White with #830EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EBA; }
p { color: rgb(131,14,186); }
H1.HeaderClassName
{
color: #830EBA;
}
.AnyTagClassName
{
color: #830EBA;
}
</style>
background-color css
<style>
a { background-color: #830EBA; }
a { background-color: rgb(131,14,186); }
div.DivClassName
{
background-color: #830EBA;
}
.BgClassName
{
background-color: #830EBA;
}
</style>
border-color css
<style>
span { border-color: #830EBA; }
span { border-color: rgb(131,14,186); }
td.TdClassName
{
border-color: #830EBA;
}
.TagClassName
{
border-color: #830EBA;
}
</style>