Shades of Blue Violet #833FFA
Tints of Blue Violet #833FFA
RGB
CMYK
RGB Variations
Color information
#833FFA (or 0x833FFA) is known color: Blue Violet. HEX triplet: 83, 3F and FA. RGB value is (131,63,250). Sum of RGB (Red+Green+Blue) = 131+63+250=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #833FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833FFA is #7CC005. Grayscale: #676767. Windows color (decimal): -8175622 or 16400259. OLE color: 16400259.
HSL color Cylindrical-coordinate representation of color #833FFA: hue angle of 261.82º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833FFA is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 63 | 250 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.02 |
| HSL | 261.82º | 0.95% | 0.61% | - |
| HSV(B) | 261.82º | 0.75% | 0.98% | - |
| XYZ | 28.39 | 15.28 | 91.9 | - |
| YUV | 104.65 | 210.03 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 250 | 0.48 | 0.75 | 0 | 0.02 | 261.82 | 0.95 | 0.61 |
| Hex | 83 | 3F | FA | 30 | 4B | 0 | 2 | 106 | 5F | 3D |
| Octal | 203 | 77 | 372 | 60 | 113 | 0 | 2 | 406 | 137 | 75 |
| Binary | 10000011 | 111111 | 11111010 | 110000 | 1001011 | 0 | 10 | 100000110 | 1011111 | 111101 |
Color Harmonies of #833FFA
Complementary color
Monochromatic Colors of #833FFA
Black with #833FFA
Text Example
Text Example
White with #833FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FFA; }
p { color: rgb(131,63,250); }
H1.HeaderClassName
{
color: #833FFA;
}
.AnyTagClassName
{
color: #833FFA;
}
</style>
background-color css
<style>
a { background-color: #833FFA; }
a { background-color: rgb(131,63,250); }
div.DivClassName
{
background-color: #833FFA;
}
.BgClassName
{
background-color: #833FFA;
}
</style>
border-color css
<style>
span { border-color: #833FFA; }
span { border-color: rgb(131,63,250); }
td.TdClassName
{
border-color: #833FFA;
}
.TagClassName
{
border-color: #833FFA;
}
</style>