Shades of Blue Violet #833BFE
Tints of Blue Violet #833BFE
RGB
CMYK
RGB Variations
Color information
#833BFE (or 0x833BFE) is known color: Blue Violet. HEX triplet: 83, 3B and FE. RGB value is (131,59,254). Sum of RGB (Red+Green+Blue) = 131+59+254=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #833BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833BFE is #7CC401. Grayscale: #666666. Windows color (decimal): -8176642 or 16661379. OLE color: 16661379.
HSL color Cylindrical-coordinate representation of color #833BFE: hue angle of 262.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #833BFE is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 59 | 254 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.00 |
| HSL | 262.15º | 0.99% | 0.61% | - |
| HSV(B) | 262.15º | 0.77% | 1% | - |
| XYZ | 28.81 | 15.11 | 95.16 | - |
| YUV | 102.76 | 213.35 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 254 | 0.48 | 0.77 | 0 | 0.00 | 262.15 | 0.99 | 0.61 |
| Hex | 83 | 3B | FE | 30 | 4D | 0 | 0 | 106 | 63 | 3D |
| Octal | 203 | 73 | 376 | 60 | 115 | 0 | 0 | 406 | 143 | 75 |
| Binary | 10000011 | 111011 | 11111110 | 110000 | 1001101 | 0 | 0 | 100000110 | 1100011 | 111101 |
Color Harmonies of #833BFE
Complementary color
Monochromatic Colors of #833BFE
Black with #833BFE
Text Example
Text Example
White with #833BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BFE; }
p { color: rgb(131,59,254); }
H1.HeaderClassName
{
color: #833BFE;
}
.AnyTagClassName
{
color: #833BFE;
}
</style>
background-color css
<style>
a { background-color: #833BFE; }
a { background-color: rgb(131,59,254); }
div.DivClassName
{
background-color: #833BFE;
}
.BgClassName
{
background-color: #833BFE;
}
</style>
border-color css
<style>
span { border-color: #833BFE; }
span { border-color: rgb(131,59,254); }
td.TdClassName
{
border-color: #833BFE;
}
.TagClassName
{
border-color: #833BFE;
}
</style>