Shades of Blue Violet #833DEC
Tints of Blue Violet #833DEC
RGB
CMYK
RGB Variations
Color information
#833DEC (or 0x833DEC) is known color: Blue Violet. HEX triplet: 83, 3D and EC. RGB value is (131,61,236). Sum of RGB (Red+Green+Blue) = 131+61+236=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #833DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833DEC is #7CC213. Grayscale: #656565. Windows color (decimal): -8176148 or 15482243. OLE color: 15482243.
HSL color Cylindrical-coordinate representation of color #833DEC: hue angle of 264º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #833DEC is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 61 | 236 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.07 |
| HSL | 264º | 0.82% | 0.58% | - |
| HSV(B) | 264º | 0.74% | 0.93% | - |
| XYZ | 26.17 | 14.22 | 80.72 | - |
| YUV | 101.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 236 | 0.44 | 0.74 | 0 | 0.07 | 264 | 0.82 | 0.58 |
| Hex | 83 | 3D | EC | 2C | 4A | 0 | 7 | 108 | 52 | 3A |
| Octal | 203 | 75 | 354 | 54 | 112 | 0 | 7 | 410 | 122 | 72 |
| Binary | 10000011 | 111101 | 11101100 | 101100 | 1001010 | 0 | 111 | 100001000 | 1010010 | 111010 |
Color Harmonies of #833DEC
Complementary color
Monochromatic Colors of #833DEC
Black with #833DEC
Text Example
Text Example
White with #833DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DEC; }
p { color: rgb(131,61,236); }
H1.HeaderClassName
{
color: #833DEC;
}
.AnyTagClassName
{
color: #833DEC;
}
</style>
background-color css
<style>
a { background-color: #833DEC; }
a { background-color: rgb(131,61,236); }
div.DivClassName
{
background-color: #833DEC;
}
.BgClassName
{
background-color: #833DEC;
}
</style>
border-color css
<style>
span { border-color: #833DEC; }
span { border-color: rgb(131,61,236); }
td.TdClassName
{
border-color: #833DEC;
}
.TagClassName
{
border-color: #833DEC;
}
</style>