Shades of Blue Violet #833AFE
Tints of Blue Violet #833AFE
RGB
CMYK
RGB Variations
Color information
#833AFE (or 0x833AFE) is known color: Blue Violet. HEX triplet: 83, 3A and FE. RGB value is (131,58,254). Sum of RGB (Red+Green+Blue) = 131+58+254=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #833AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833AFE is #7CC501. Grayscale: #656565. Windows color (decimal): -8176898 or 16661123. OLE color: 16661123.
HSL color Cylindrical-coordinate representation of color #833AFE: hue angle of 262.35º 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 #833AFE is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 58 | 254 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.00 |
| HSL | 262.35º | 0.99% | 0.61% | - |
| HSV(B) | 262.35º | 0.77% | 1% | - |
| XYZ | 28.76 | 15.01 | 95.15 | - |
| YUV | 102.17 | 213.68 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 254 | 0.48 | 0.77 | 0 | 0.00 | 262.35 | 0.99 | 0.61 |
| Hex | 83 | 3A | FE | 30 | 4D | 0 | 0 | 106 | 63 | 3D |
| Octal | 203 | 72 | 376 | 60 | 115 | 0 | 0 | 406 | 143 | 75 |
| Binary | 10000011 | 111010 | 11111110 | 110000 | 1001101 | 0 | 0 | 100000110 | 1100011 | 111101 |
Color Harmonies of #833AFE
Complementary color
Monochromatic Colors of #833AFE
Black with #833AFE
Text Example
Text Example
White with #833AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AFE; }
p { color: rgb(131,58,254); }
H1.HeaderClassName
{
color: #833AFE;
}
.AnyTagClassName
{
color: #833AFE;
}
</style>
background-color css
<style>
a { background-color: #833AFE; }
a { background-color: rgb(131,58,254); }
div.DivClassName
{
background-color: #833AFE;
}
.BgClassName
{
background-color: #833AFE;
}
</style>
border-color css
<style>
span { border-color: #833AFE; }
span { border-color: rgb(131,58,254); }
td.TdClassName
{
border-color: #833AFE;
}
.TagClassName
{
border-color: #833AFE;
}
</style>