Shades of Blue Violet #833BEB
Tints of Blue Violet #833BEB
RGB
CMYK
RGB Variations
Color information
#833BEB (or 0x833BEB) is known color: Blue Violet. HEX triplet: 83, 3B and EB. RGB value is (131,59,235). Sum of RGB (Red+Green+Blue) = 131+59+235=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #833BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833BEB is #7CC414. Grayscale: #636363. Windows color (decimal): -8176661 or 15416195. OLE color: 15416195.
HSL color Cylindrical-coordinate representation of color #833BEB: hue angle of 264.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833BEB is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 59 | 235 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.08 |
| HSL | 264.55º | 0.81% | 0.58% | - |
| HSV(B) | 264.55º | 0.75% | 0.92% | - |
| XYZ | 25.92 | 13.95 | 79.92 | - |
| YUV | 100.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 235 | 0.44 | 0.75 | 0 | 0.08 | 264.55 | 0.81 | 0.58 |
| Hex | 83 | 3B | EB | 2C | 4B | 0 | 8 | 109 | 51 | 3A |
| Octal | 203 | 73 | 353 | 54 | 113 | 0 | 10 | 411 | 121 | 72 |
| Binary | 10000011 | 111011 | 11101011 | 101100 | 1001011 | 0 | 1000 | 100001001 | 1010001 | 111010 |
Color Harmonies of #833BEB
Complementary color
Monochromatic Colors of #833BEB
Black with #833BEB
Text Example
Text Example
White with #833BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BEB; }
p { color: rgb(131,59,235); }
H1.HeaderClassName
{
color: #833BEB;
}
.AnyTagClassName
{
color: #833BEB;
}
</style>
background-color css
<style>
a { background-color: #833BEB; }
a { background-color: rgb(131,59,235); }
div.DivClassName
{
background-color: #833BEB;
}
.BgClassName
{
background-color: #833BEB;
}
</style>
border-color css
<style>
span { border-color: #833BEB; }
span { border-color: rgb(131,59,235); }
td.TdClassName
{
border-color: #833BEB;
}
.TagClassName
{
border-color: #833BEB;
}
</style>