Shades of Blue Violet #833AEA
Tints of Blue Violet #833AEA
RGB
CMYK
RGB Variations
Color information
#833AEA (or 0x833AEA) is known color: Blue Violet. HEX triplet: 83, 3A and EA. RGB value is (131,58,234). Sum of RGB (Red+Green+Blue) = 131+58+234=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #833AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833AEA is #7CC515. Grayscale: #636363. Windows color (decimal): -8176918 or 15350403. OLE color: 15350403.
HSL color Cylindrical-coordinate representation of color #833AEA: hue angle of 264.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833AEA is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 58 | 234 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.08 |
| HSL | 264.89º | 0.81% | 0.57% | - |
| HSV(B) | 264.89º | 0.75% | 0.92% | - |
| XYZ | 25.72 | 13.79 | 79.15 | - |
| YUV | 99.89 | 203.68 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 234 | 0.44 | 0.75 | 0 | 0.08 | 264.89 | 0.81 | 0.57 |
| Hex | 83 | 3A | EA | 2C | 4B | 0 | 8 | 109 | 51 | 39 |
| Octal | 203 | 72 | 352 | 54 | 113 | 0 | 10 | 411 | 121 | 71 |
| Binary | 10000011 | 111010 | 11101010 | 101100 | 1001011 | 0 | 1000 | 100001001 | 1010001 | 111001 |
Color Harmonies of #833AEA
Complementary color
Monochromatic Colors of #833AEA
Black with #833AEA
Text Example
Text Example
White with #833AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AEA; }
p { color: rgb(131,58,234); }
H1.HeaderClassName
{
color: #833AEA;
}
.AnyTagClassName
{
color: #833AEA;
}
</style>
background-color css
<style>
a { background-color: #833AEA; }
a { background-color: rgb(131,58,234); }
div.DivClassName
{
background-color: #833AEA;
}
.BgClassName
{
background-color: #833AEA;
}
</style>
border-color css
<style>
span { border-color: #833AEA; }
span { border-color: rgb(131,58,234); }
td.TdClassName
{
border-color: #833AEA;
}
.TagClassName
{
border-color: #833AEA;
}
</style>