Shades of Blue Violet #830FF0
Tints of Blue Violet #830FF0
RGB
CMYK
RGB Variations
Color information
#830FF0 (or 0x830FF0) is known color: Blue Violet. HEX triplet: 83, 0F and F0. RGB value is (131,15,240). Sum of RGB (Red+Green+Blue) = 131+15+240=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #830FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FF0 is #7CF00F. Grayscale: #4A4A4A. Windows color (decimal): -8187920 or 15732611. OLE color: 15732611.
HSL color Cylindrical-coordinate representation of color #830FF0: hue angle of 270.93º degrees, saturation: 0.88, 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 #830FF0 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 15 | 240 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.06 |
| HSL | 270.93º | 0.88% | 0.5% | - |
| HSV(B) | 270.93º | 0.94% | 0.94% | - |
| XYZ | 25.26 | 11.46 | 83.32 | - |
| YUV | 75.33 | 220.93 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 240 | 0.45 | 0.94 | 0 | 0.06 | 270.93 | 0.88 | 0.5 |
| Hex | 83 | F | F0 | 2D | 5E | 0 | 6 | 10F | 58 | 32 |
| Octal | 203 | 17 | 360 | 55 | 136 | 0 | 6 | 417 | 130 | 62 |
| Binary | 10000011 | 1111 | 11110000 | 101101 | 1011110 | 0 | 110 | 100001111 | 1011000 | 110010 |
Color Harmonies of #830FF0
Complementary color
Monochromatic Colors of #830FF0
Black with #830FF0
Text Example
Text Example
White with #830FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FF0; }
p { color: rgb(131,15,240); }
H1.HeaderClassName
{
color: #830FF0;
}
.AnyTagClassName
{
color: #830FF0;
}
</style>
background-color css
<style>
a { background-color: #830FF0; }
a { background-color: rgb(131,15,240); }
div.DivClassName
{
background-color: #830FF0;
}
.BgClassName
{
background-color: #830FF0;
}
</style>
border-color css
<style>
span { border-color: #830FF0; }
span { border-color: rgb(131,15,240); }
td.TdClassName
{
border-color: #830FF0;
}
.TagClassName
{
border-color: #830FF0;
}
</style>