Shades of Blue Violet #830EF0
Tints of Blue Violet #830EF0
RGB
CMYK
RGB Variations
Color information
#830EF0 (or 0x830EF0) is known color: Blue Violet. HEX triplet: 83, 0E and F0. RGB value is (131,14,240). Sum of RGB (Red+Green+Blue) = 131+14+240=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #830EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EF0 is #7CF10F. Grayscale: #494949. Windows color (decimal): -8188176 or 15732355. OLE color: 15732355.
HSL color Cylindrical-coordinate representation of color #830EF0: hue angle of 271.06º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EF0 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 14 | 240 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.06 |
| HSL | 271.06º | 0.89% | 0.5% | - |
| HSV(B) | 271.06º | 0.94% | 0.94% | - |
| XYZ | 25.25 | 11.43 | 83.31 | - |
| YUV | 74.75 | 221.26 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 240 | 0.45 | 0.94 | 0 | 0.06 | 271.06 | 0.89 | 0.5 |
| Hex | 83 | E | F0 | 2D | 5E | 0 | 6 | 10F | 59 | 32 |
| Octal | 203 | 16 | 360 | 55 | 136 | 0 | 6 | 417 | 131 | 62 |
| Binary | 10000011 | 1110 | 11110000 | 101101 | 1011110 | 0 | 110 | 100001111 | 1011001 | 110010 |
Color Harmonies of #830EF0
Complementary color
Monochromatic Colors of #830EF0
Black with #830EF0
Text Example
Text Example
White with #830EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EF0; }
p { color: rgb(131,14,240); }
H1.HeaderClassName
{
color: #830EF0;
}
.AnyTagClassName
{
color: #830EF0;
}
</style>
background-color css
<style>
a { background-color: #830EF0; }
a { background-color: rgb(131,14,240); }
div.DivClassName
{
background-color: #830EF0;
}
.BgClassName
{
background-color: #830EF0;
}
</style>
border-color css
<style>
span { border-color: #830EF0; }
span { border-color: rgb(131,14,240); }
td.TdClassName
{
border-color: #830EF0;
}
.TagClassName
{
border-color: #830EF0;
}
</style>