Shades of Blue Violet #833CF1
Tints of Blue Violet #833CF1
RGB
CMYK
RGB Variations
Color information
#833CF1 (or 0x833CF1) is known color: Blue Violet. HEX triplet: 83, 3C and F1. RGB value is (131,60,241). Sum of RGB (Red+Green+Blue) = 131+60+241=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #833CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833CF1 is #7CC30E. Grayscale: #656565. Windows color (decimal): -8176399 or 15809667. OLE color: 15809667.
HSL color Cylindrical-coordinate representation of color #833CF1: hue angle of 263.54º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833CF1 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 60 | 241 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.05 |
| HSL | 263.54º | 0.87% | 0.59% | - |
| HSV(B) | 263.54º | 0.75% | 0.95% | - |
| XYZ | 26.85 | 14.41 | 84.58 | - |
| YUV | 101.86 | 206.52 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 241 | 0.46 | 0.75 | 0 | 0.05 | 263.54 | 0.87 | 0.59 |
| Hex | 83 | 3C | F1 | 2E | 4B | 0 | 5 | 108 | 57 | 3B |
| Octal | 203 | 74 | 361 | 56 | 113 | 0 | 5 | 410 | 127 | 73 |
| Binary | 10000011 | 111100 | 11110001 | 101110 | 1001011 | 0 | 101 | 100001000 | 1010111 | 111011 |
Color Harmonies of #833CF1
Complementary color
Monochromatic Colors of #833CF1
Black with #833CF1
Text Example
Text Example
White with #833CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CF1; }
p { color: rgb(131,60,241); }
H1.HeaderClassName
{
color: #833CF1;
}
.AnyTagClassName
{
color: #833CF1;
}
</style>
background-color css
<style>
a { background-color: #833CF1; }
a { background-color: rgb(131,60,241); }
div.DivClassName
{
background-color: #833CF1;
}
.BgClassName
{
background-color: #833CF1;
}
</style>
border-color css
<style>
span { border-color: #833CF1; }
span { border-color: rgb(131,60,241); }
td.TdClassName
{
border-color: #833CF1;
}
.TagClassName
{
border-color: #833CF1;
}
</style>