Shades of Blue Violet #833FEB
Tints of Blue Violet #833FEB
RGB
CMYK
RGB Variations
Color information
#833FEB (or 0x833FEB) is known color: Blue Violet. HEX triplet: 83, 3F and EB. RGB value is (131,63,235). Sum of RGB (Red+Green+Blue) = 131+63+235=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #833FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833FEB is #7CC014. Grayscale: #666666. Windows color (decimal): -8175637 or 15417219. OLE color: 15417219.
HSL color Cylindrical-coordinate representation of color #833FEB: hue angle of 263.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833FEB is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 63 | 235 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.08 |
| HSL | 263.72º | 0.81% | 0.58% | - |
| HSV(B) | 263.72º | 0.73% | 0.92% | - |
| XYZ | 26.13 | 14.38 | 80 | - |
| YUV | 102.94 | 202.53 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 235 | 0.44 | 0.73 | 0 | 0.08 | 263.72 | 0.81 | 0.58 |
| Hex | 83 | 3F | EB | 2C | 49 | 0 | 8 | 108 | 51 | 3A |
| Octal | 203 | 77 | 353 | 54 | 111 | 0 | 10 | 410 | 121 | 72 |
| Binary | 10000011 | 111111 | 11101011 | 101100 | 1001001 | 0 | 1000 | 100001000 | 1010001 | 111010 |
Color Harmonies of #833FEB
Complementary color
Monochromatic Colors of #833FEB
Black with #833FEB
Text Example
Text Example
White with #833FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FEB; }
p { color: rgb(131,63,235); }
H1.HeaderClassName
{
color: #833FEB;
}
.AnyTagClassName
{
color: #833FEB;
}
</style>
background-color css
<style>
a { background-color: #833FEB; }
a { background-color: rgb(131,63,235); }
div.DivClassName
{
background-color: #833FEB;
}
.BgClassName
{
background-color: #833FEB;
}
</style>
border-color css
<style>
span { border-color: #833FEB; }
span { border-color: rgb(131,63,235); }
td.TdClassName
{
border-color: #833FEB;
}
.TagClassName
{
border-color: #833FEB;
}
</style>