Shades of Blue Violet #833CEC
Tints of Blue Violet #833CEC
RGB
CMYK
RGB Variations
Color information
#833CEC (or 0x833CEC) is known color: Blue Violet. HEX triplet: 83, 3C and EC. RGB value is (131,60,236). Sum of RGB (Red+Green+Blue) = 131+60+236=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #833CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833CEC is #7CC313. Grayscale: #646464. Windows color (decimal): -8176404 or 15481987. OLE color: 15481987.
HSL color Cylindrical-coordinate representation of color #833CEC: hue angle of 264.2º 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 #833CEC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 60 | 236 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.07 |
| HSL | 264.2º | 0.82% | 0.58% | - |
| HSV(B) | 264.2º | 0.75% | 0.93% | - |
| XYZ | 26.12 | 14.11 | 80.7 | - |
| YUV | 101.29 | 204.02 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 236 | 0.44 | 0.75 | 0 | 0.07 | 264.2 | 0.82 | 0.58 |
| Hex | 83 | 3C | EC | 2C | 4B | 0 | 7 | 108 | 52 | 3A |
| Octal | 203 | 74 | 354 | 54 | 113 | 0 | 7 | 410 | 122 | 72 |
| Binary | 10000011 | 111100 | 11101100 | 101100 | 1001011 | 0 | 111 | 100001000 | 1010010 | 111010 |
Color Harmonies of #833CEC
Complementary color
Monochromatic Colors of #833CEC
Black with #833CEC
Text Example
Text Example
White with #833CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CEC; }
p { color: rgb(131,60,236); }
H1.HeaderClassName
{
color: #833CEC;
}
.AnyTagClassName
{
color: #833CEC;
}
</style>
background-color css
<style>
a { background-color: #833CEC; }
a { background-color: rgb(131,60,236); }
div.DivClassName
{
background-color: #833CEC;
}
.BgClassName
{
background-color: #833CEC;
}
</style>
border-color css
<style>
span { border-color: #833CEC; }
span { border-color: rgb(131,60,236); }
td.TdClassName
{
border-color: #833CEC;
}
.TagClassName
{
border-color: #833CEC;
}
</style>