Shades of Blue Violet #830EF3
Tints of Blue Violet #830EF3
RGB
CMYK
RGB Variations
Color information
#830EF3 (or 0x830EF3) is known color: Blue Violet. HEX triplet: 83, 0E and F3. RGB value is (131,14,243). Sum of RGB (Red+Green+Blue) = 131+14+243=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #830EF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EF3 is #7CF10C. Grayscale: #4A4A4A. Windows color (decimal): -8188173 or 15928963. OLE color: 15928963.
HSL color Cylindrical-coordinate representation of color #830EF3: hue angle of 270.66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EF3 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 14 | 243 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.05 |
| HSL | 270.66º | 0.91% | 0.5% | - |
| HSV(B) | 270.66º | 0.94% | 0.95% | - |
| XYZ | 25.69 | 11.61 | 85.68 | - |
| YUV | 75.09 | 222.76 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 243 | 0.46 | 0.94 | 0 | 0.05 | 270.66 | 0.91 | 0.5 |
| Hex | 83 | E | F3 | 2E | 5E | 0 | 5 | 10F | 5B | 32 |
| Octal | 203 | 16 | 363 | 56 | 136 | 0 | 5 | 417 | 133 | 62 |
| Binary | 10000011 | 1110 | 11110011 | 101110 | 1011110 | 0 | 101 | 100001111 | 1011011 | 110010 |
Color Harmonies of #830EF3
Complementary color
Monochromatic Colors of #830EF3
Black with #830EF3
Text Example
Text Example
White with #830EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EF3; }
p { color: rgb(131,14,243); }
H1.HeaderClassName
{
color: #830EF3;
}
.AnyTagClassName
{
color: #830EF3;
}
</style>
background-color css
<style>
a { background-color: #830EF3; }
a { background-color: rgb(131,14,243); }
div.DivClassName
{
background-color: #830EF3;
}
.BgClassName
{
background-color: #830EF3;
}
</style>
border-color css
<style>
span { border-color: #830EF3; }
span { border-color: rgb(131,14,243); }
td.TdClassName
{
border-color: #830EF3;
}
.TagClassName
{
border-color: #830EF3;
}
</style>