Shades of Blue Violet #833BCF
Tints of Blue Violet #833BCF
RGB
CMYK
RGB Variations
Color information
#833BCF (or 0x833BCF) is known color: Blue Violet. HEX triplet: 83, 3B and CF. RGB value is (131,59,207). Sum of RGB (Red+Green+Blue) = 131+59+207=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #833BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BCF is #7CC430. Grayscale: #606060. Windows color (decimal): -8176689 or 13581187. OLE color: 13581187.
HSL color Cylindrical-coordinate representation of color #833BCF: hue angle of 269.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833BCF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 59 | 207 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.19 |
| HSL | 269.19º | 0.61% | 0.52% | - |
| HSV(B) | 269.19º | 0.71% | 0.81% | - |
| XYZ | 22.19 | 12.46 | 60.27 | - |
| YUV | 97.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 207 | 0.37 | 0.71 | 0 | 0.19 | 269.19 | 0.61 | 0.52 |
| Hex | 83 | 3B | CF | 25 | 47 | 0 | 13 | 10D | 3D | 34 |
| Octal | 203 | 73 | 317 | 45 | 107 | 0 | 23 | 415 | 75 | 64 |
| Binary | 10000011 | 111011 | 11001111 | 100101 | 1000111 | 0 | 10011 | 100001101 | 111101 | 110100 |
Color Harmonies of #833BCF
Complementary color
Monochromatic Colors of #833BCF
Black with #833BCF
Text Example
Text Example
White with #833BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BCF; }
p { color: rgb(131,59,207); }
H1.HeaderClassName
{
color: #833BCF;
}
.AnyTagClassName
{
color: #833BCF;
}
</style>
background-color css
<style>
a { background-color: #833BCF; }
a { background-color: rgb(131,59,207); }
div.DivClassName
{
background-color: #833BCF;
}
.BgClassName
{
background-color: #833BCF;
}
</style>
border-color css
<style>
span { border-color: #833BCF; }
span { border-color: rgb(131,59,207); }
td.TdClassName
{
border-color: #833BCF;
}
.TagClassName
{
border-color: #833BCF;
}
</style>