Shades of Blue Violet #833FEA
Tints of Blue Violet #833FEA
RGB
CMYK
RGB Variations
Color information
#833FEA (or 0x833FEA) is known color: Blue Violet. HEX triplet: 83, 3F and EA. RGB value is (131,63,234). Sum of RGB (Red+Green+Blue) = 131+63+234=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #833FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833FEA is #7CC015. Grayscale: #666666. Windows color (decimal): -8175638 or 15351683. OLE color: 15351683.
HSL color Cylindrical-coordinate representation of color #833FEA: hue angle of 263.86º degrees, saturation: 0.8, 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 #833FEA is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 63 | 234 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.08 |
| HSL | 263.86º | 0.8% | 0.58% | - |
| HSV(B) | 263.86º | 0.73% | 0.92% | - |
| XYZ | 25.99 | 14.32 | 79.24 | - |
| YUV | 102.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 234 | 0.44 | 0.73 | 0 | 0.08 | 263.86 | 0.8 | 0.58 |
| Hex | 83 | 3F | EA | 2C | 49 | 0 | 8 | 108 | 50 | 3A |
| Octal | 203 | 77 | 352 | 54 | 111 | 0 | 10 | 410 | 120 | 72 |
| Binary | 10000011 | 111111 | 11101010 | 101100 | 1001001 | 0 | 1000 | 100001000 | 1010000 | 111010 |
Color Harmonies of #833FEA
Complementary color
Monochromatic Colors of #833FEA
Black with #833FEA
Text Example
Text Example
White with #833FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FEA; }
p { color: rgb(131,63,234); }
H1.HeaderClassName
{
color: #833FEA;
}
.AnyTagClassName
{
color: #833FEA;
}
</style>
background-color css
<style>
a { background-color: #833FEA; }
a { background-color: rgb(131,63,234); }
div.DivClassName
{
background-color: #833FEA;
}
.BgClassName
{
background-color: #833FEA;
}
</style>
border-color css
<style>
span { border-color: #833FEA; }
span { border-color: rgb(131,63,234); }
td.TdClassName
{
border-color: #833FEA;
}
.TagClassName
{
border-color: #833FEA;
}
</style>