Shades of Blue Violet #830CF1
Tints of Blue Violet #830CF1
RGB
CMYK
RGB Variations
Color information
#830CF1 (or 0x830CF1) is known color: Blue Violet. HEX triplet: 83, 0C and F1. RGB value is (131,12,241). Sum of RGB (Red+Green+Blue) = 131+12+241=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #830CF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CF1 is #7CF30E. Grayscale: #484848. Windows color (decimal): -8188687 or 15797379. OLE color: 15797379.
HSL color Cylindrical-coordinate representation of color #830CF1: hue angle of 271.18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830CF1 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 12 | 241 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.05 |
| HSL | 271.18º | 0.91% | 0.5% | - |
| HSV(B) | 271.18º | 0.95% | 0.95% | - |
| XYZ | 25.37 | 11.44 | 84.09 | - |
| YUV | 73.69 | 222.42 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 241 | 0.46 | 0.95 | 0 | 0.05 | 271.18 | 0.91 | 0.5 |
| Hex | 83 | C | F1 | 2E | 5F | 0 | 5 | 10F | 5B | 32 |
| Octal | 203 | 14 | 361 | 56 | 137 | 0 | 5 | 417 | 133 | 62 |
| Binary | 10000011 | 1100 | 11110001 | 101110 | 1011111 | 0 | 101 | 100001111 | 1011011 | 110010 |
Color Harmonies of #830CF1
Complementary color
Monochromatic Colors of #830CF1
Black with #830CF1
Text Example
Text Example
White with #830CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CF1; }
p { color: rgb(131,12,241); }
H1.HeaderClassName
{
color: #830CF1;
}
.AnyTagClassName
{
color: #830CF1;
}
</style>
background-color css
<style>
a { background-color: #830CF1; }
a { background-color: rgb(131,12,241); }
div.DivClassName
{
background-color: #830CF1;
}
.BgClassName
{
background-color: #830CF1;
}
</style>
border-color css
<style>
span { border-color: #830CF1; }
span { border-color: rgb(131,12,241); }
td.TdClassName
{
border-color: #830CF1;
}
.TagClassName
{
border-color: #830CF1;
}
</style>