Shades of Blue Violet #833FF0
Tints of Blue Violet #833FF0
RGB
CMYK
RGB Variations
Color information
#833FF0 (or 0x833FF0) is known color: Blue Violet. HEX triplet: 83, 3F and F0. RGB value is (131,63,240). Sum of RGB (Red+Green+Blue) = 131+63+240=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #833FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833FF0 is #7CC00F. Grayscale: #666666. Windows color (decimal): -8175632 or 15744899. OLE color: 15744899.
HSL color Cylindrical-coordinate representation of color #833FF0: hue angle of 263.05º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #833FF0 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 63 | 240 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.06 |
| HSL | 263.05º | 0.86% | 0.59% | - |
| HSV(B) | 263.05º | 0.74% | 0.94% | - |
| XYZ | 26.87 | 14.67 | 83.85 | - |
| YUV | 103.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 240 | 0.45 | 0.74 | 0 | 0.06 | 263.05 | 0.86 | 0.59 |
| Hex | 83 | 3F | F0 | 2D | 4A | 0 | 6 | 107 | 56 | 3B |
| Octal | 203 | 77 | 360 | 55 | 112 | 0 | 6 | 407 | 126 | 73 |
| Binary | 10000011 | 111111 | 11110000 | 101101 | 1001010 | 0 | 110 | 100000111 | 1010110 | 111011 |
Color Harmonies of #833FF0
Complementary color
Monochromatic Colors of #833FF0
Black with #833FF0
Text Example
Text Example
White with #833FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FF0; }
p { color: rgb(131,63,240); }
H1.HeaderClassName
{
color: #833FF0;
}
.AnyTagClassName
{
color: #833FF0;
}
</style>
background-color css
<style>
a { background-color: #833FF0; }
a { background-color: rgb(131,63,240); }
div.DivClassName
{
background-color: #833FF0;
}
.BgClassName
{
background-color: #833FF0;
}
</style>
border-color css
<style>
span { border-color: #833FF0; }
span { border-color: rgb(131,63,240); }
td.TdClassName
{
border-color: #833FF0;
}
.TagClassName
{
border-color: #833FF0;
}
</style>