Shades of Blue Violet #830FF2
Tints of Blue Violet #830FF2
RGB
CMYK
RGB Variations
Color information
#830FF2 (or 0x830FF2) is known color: Blue Violet. HEX triplet: 83, 0F and F2. RGB value is (131,15,242). Sum of RGB (Red+Green+Blue) = 131+15+242=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #830FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FF2 is #7CF00D. Grayscale: #4A4A4A. Windows color (decimal): -8187918 or 15863683. OLE color: 15863683.
HSL color Cylindrical-coordinate representation of color #830FF2: hue angle of 270.66º degrees, saturation: 0.9, 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 #830FF2 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 15 | 242 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.05 |
| HSL | 270.66º | 0.9% | 0.5% | - |
| HSV(B) | 270.66º | 0.94% | 0.95% | - |
| XYZ | 25.56 | 11.58 | 84.89 | - |
| YUV | 75.56 | 221.93 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 242 | 0.46 | 0.94 | 0 | 0.05 | 270.66 | 0.9 | 0.5 |
| Hex | 83 | F | F2 | 2E | 5E | 0 | 5 | 10F | 5A | 32 |
| Octal | 203 | 17 | 362 | 56 | 136 | 0 | 5 | 417 | 132 | 62 |
| Binary | 10000011 | 1111 | 11110010 | 101110 | 1011110 | 0 | 101 | 100001111 | 1011010 | 110010 |
Color Harmonies of #830FF2
Complementary color
Monochromatic Colors of #830FF2
Black with #830FF2
Text Example
Text Example
White with #830FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FF2; }
p { color: rgb(131,15,242); }
H1.HeaderClassName
{
color: #830FF2;
}
.AnyTagClassName
{
color: #830FF2;
}
</style>
background-color css
<style>
a { background-color: #830FF2; }
a { background-color: rgb(131,15,242); }
div.DivClassName
{
background-color: #830FF2;
}
.BgClassName
{
background-color: #830FF2;
}
</style>
border-color css
<style>
span { border-color: #830FF2; }
span { border-color: rgb(131,15,242); }
td.TdClassName
{
border-color: #830FF2;
}
.TagClassName
{
border-color: #830FF2;
}
</style>