Shades of Blue Violet #833CFE
Tints of Blue Violet #833CFE
RGB
CMYK
RGB Variations
Color information
#833CFE (or 0x833CFE) is known color: Blue Violet. HEX triplet: 83, 3C and FE. RGB value is (131,60,254). Sum of RGB (Red+Green+Blue) = 131+60+254=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #833CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833CFE is #7CC301. Grayscale: #666666. Windows color (decimal): -8176386 or 16661635. OLE color: 16661635.
HSL color Cylindrical-coordinate representation of color #833CFE: hue angle of 261.96º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #833CFE is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 60 | 254 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.00 |
| HSL | 261.96º | 0.99% | 0.62% | - |
| HSV(B) | 261.96º | 0.76% | 1% | - |
| XYZ | 28.87 | 15.21 | 95.18 | - |
| YUV | 103.35 | 213.02 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 254 | 0.48 | 0.76 | 0 | 0.00 | 261.96 | 0.99 | 0.62 |
| Hex | 83 | 3C | FE | 30 | 4C | 0 | 0 | 106 | 63 | 3E |
| Octal | 203 | 74 | 376 | 60 | 114 | 0 | 0 | 406 | 143 | 76 |
| Binary | 10000011 | 111100 | 11111110 | 110000 | 1001100 | 0 | 0 | 100000110 | 1100011 | 111110 |
Color Harmonies of #833CFE
Complementary color
Monochromatic Colors of #833CFE
Black with #833CFE
Text Example
Text Example
White with #833CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CFE; }
p { color: rgb(131,60,254); }
H1.HeaderClassName
{
color: #833CFE;
}
.AnyTagClassName
{
color: #833CFE;
}
</style>
background-color css
<style>
a { background-color: #833CFE; }
a { background-color: rgb(131,60,254); }
div.DivClassName
{
background-color: #833CFE;
}
.BgClassName
{
background-color: #833CFE;
}
</style>
border-color css
<style>
span { border-color: #833CFE; }
span { border-color: rgb(131,60,254); }
td.TdClassName
{
border-color: #833CFE;
}
.TagClassName
{
border-color: #833CFE;
}
</style>