Shades of Blue Violet #833BEC
Tints of Blue Violet #833BEC
RGB
CMYK
RGB Variations
Color information
#833BEC (or 0x833BEC) is known color: Blue Violet. HEX triplet: 83, 3B and EC. RGB value is (131,59,236). Sum of RGB (Red+Green+Blue) = 131+59+236=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #833BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833BEC is #7CC413. Grayscale: #646464. Windows color (decimal): -8176660 or 15481731. OLE color: 15481731.
HSL color Cylindrical-coordinate representation of color #833BEC: hue angle of 264.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833BEC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 59 | 236 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.07 |
| HSL | 264.41º | 0.82% | 0.58% | - |
| HSV(B) | 264.41º | 0.75% | 0.93% | - |
| XYZ | 26.06 | 14.01 | 80.69 | - |
| YUV | 100.71 | 204.35 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 236 | 0.44 | 0.75 | 0 | 0.07 | 264.41 | 0.82 | 0.58 |
| Hex | 83 | 3B | EC | 2C | 4B | 0 | 7 | 108 | 52 | 3A |
| Octal | 203 | 73 | 354 | 54 | 113 | 0 | 7 | 410 | 122 | 72 |
| Binary | 10000011 | 111011 | 11101100 | 101100 | 1001011 | 0 | 111 | 100001000 | 1010010 | 111010 |
Color Harmonies of #833BEC
Complementary color
Monochromatic Colors of #833BEC
Black with #833BEC
Text Example
Text Example
White with #833BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BEC; }
p { color: rgb(131,59,236); }
H1.HeaderClassName
{
color: #833BEC;
}
.AnyTagClassName
{
color: #833BEC;
}
</style>
background-color css
<style>
a { background-color: #833BEC; }
a { background-color: rgb(131,59,236); }
div.DivClassName
{
background-color: #833BEC;
}
.BgClassName
{
background-color: #833BEC;
}
</style>
border-color css
<style>
span { border-color: #833BEC; }
span { border-color: rgb(131,59,236); }
td.TdClassName
{
border-color: #833BEC;
}
.TagClassName
{
border-color: #833BEC;
}
</style>