Shades of Blue Violet #833DEA
Tints of Blue Violet #833DEA
RGB
CMYK
RGB Variations
Color information
#833DEA (or 0x833DEA) is known color: Blue Violet. HEX triplet: 83, 3D and EA. RGB value is (131,61,234). Sum of RGB (Red+Green+Blue) = 131+61+234=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #833DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833DEA is #7CC215. Grayscale: #656565. Windows color (decimal): -8176150 or 15351171. OLE color: 15351171.
HSL color Cylindrical-coordinate representation of color #833DEA: hue angle of 264.28º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #833DEA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 61 | 234 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.08 |
| HSL | 264.28º | 0.8% | 0.58% | - |
| HSV(B) | 264.28º | 0.74% | 0.92% | - |
| XYZ | 25.88 | 14.1 | 79.2 | - |
| YUV | 101.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 234 | 0.44 | 0.74 | 0 | 0.08 | 264.28 | 0.8 | 0.58 |
| Hex | 83 | 3D | EA | 2C | 4A | 0 | 8 | 108 | 50 | 3A |
| Octal | 203 | 75 | 352 | 54 | 112 | 0 | 10 | 410 | 120 | 72 |
| Binary | 10000011 | 111101 | 11101010 | 101100 | 1001010 | 0 | 1000 | 100001000 | 1010000 | 111010 |
Color Harmonies of #833DEA
Complementary color
Monochromatic Colors of #833DEA
Black with #833DEA
Text Example
Text Example
White with #833DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DEA; }
p { color: rgb(131,61,234); }
H1.HeaderClassName
{
color: #833DEA;
}
.AnyTagClassName
{
color: #833DEA;
}
</style>
background-color css
<style>
a { background-color: #833DEA; }
a { background-color: rgb(131,61,234); }
div.DivClassName
{
background-color: #833DEA;
}
.BgClassName
{
background-color: #833DEA;
}
</style>
border-color css
<style>
span { border-color: #833DEA; }
span { border-color: rgb(131,61,234); }
td.TdClassName
{
border-color: #833DEA;
}
.TagClassName
{
border-color: #833DEA;
}
</style>