Shades of Blue Violet #833CF3
Tints of Blue Violet #833CF3
RGB
CMYK
RGB Variations
Color information
#833CF3 (or 0x833CF3) is known color: Blue Violet. HEX triplet: 83, 3C and F3. RGB value is (131,60,243). Sum of RGB (Red+Green+Blue) = 131+60+243=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #833CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833CF3 is #7CC30C. Grayscale: #656565. Windows color (decimal): -8176397 or 15940739. OLE color: 15940739.
HSL color Cylindrical-coordinate representation of color #833CF3: hue angle of 263.28º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833CF3 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 60 | 243 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.05 |
| HSL | 263.28º | 0.88% | 0.59% | - |
| HSV(B) | 263.28º | 0.75% | 0.95% | - |
| XYZ | 27.15 | 14.53 | 86.17 | - |
| YUV | 102.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 243 | 0.46 | 0.75 | 0 | 0.05 | 263.28 | 0.88 | 0.59 |
| Hex | 83 | 3C | F3 | 2E | 4B | 0 | 5 | 107 | 58 | 3B |
| Octal | 203 | 74 | 363 | 56 | 113 | 0 | 5 | 407 | 130 | 73 |
| Binary | 10000011 | 111100 | 11110011 | 101110 | 1001011 | 0 | 101 | 100000111 | 1011000 | 111011 |
Color Harmonies of #833CF3
Complementary color
Monochromatic Colors of #833CF3
Black with #833CF3
Text Example
Text Example
White with #833CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CF3; }
p { color: rgb(131,60,243); }
H1.HeaderClassName
{
color: #833CF3;
}
.AnyTagClassName
{
color: #833CF3;
}
</style>
background-color css
<style>
a { background-color: #833CF3; }
a { background-color: rgb(131,60,243); }
div.DivClassName
{
background-color: #833CF3;
}
.BgClassName
{
background-color: #833CF3;
}
</style>
border-color css
<style>
span { border-color: #833CF3; }
span { border-color: rgb(131,60,243); }
td.TdClassName
{
border-color: #833CF3;
}
.TagClassName
{
border-color: #833CF3;
}
</style>