Shades of Blue Violet #833DCF
Tints of Blue Violet #833DCF
RGB
CMYK
RGB Variations
Color information
#833DCF (or 0x833DCF) is known color: Blue Violet. HEX triplet: 83, 3D and CF. RGB value is (131,61,207). Sum of RGB (Red+Green+Blue) = 131+61+207=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #833DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DCF is #7CC230. Grayscale: #626262. Windows color (decimal): -8176177 or 13581699. OLE color: 13581699.
HSL color Cylindrical-coordinate representation of color #833DCF: hue angle of 268.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833DCF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 61 | 207 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.19 |
| HSL | 268.77º | 0.6% | 0.53% | - |
| HSV(B) | 268.77º | 0.71% | 0.81% | - |
| XYZ | 22.29 | 12.67 | 60.3 | - |
| YUV | 98.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 207 | 0.37 | 0.71 | 0 | 0.19 | 268.77 | 0.6 | 0.53 |
| Hex | 83 | 3D | CF | 25 | 47 | 0 | 13 | 10D | 3C | 35 |
| Octal | 203 | 75 | 317 | 45 | 107 | 0 | 23 | 415 | 74 | 65 |
| Binary | 10000011 | 111101 | 11001111 | 100101 | 1000111 | 0 | 10011 | 100001101 | 111100 | 110101 |
Color Harmonies of #833DCF
Complementary color
Monochromatic Colors of #833DCF
Black with #833DCF
Text Example
Text Example
White with #833DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DCF; }
p { color: rgb(131,61,207); }
H1.HeaderClassName
{
color: #833DCF;
}
.AnyTagClassName
{
color: #833DCF;
}
</style>
background-color css
<style>
a { background-color: #833DCF; }
a { background-color: rgb(131,61,207); }
div.DivClassName
{
background-color: #833DCF;
}
.BgClassName
{
background-color: #833DCF;
}
</style>
border-color css
<style>
span { border-color: #833DCF; }
span { border-color: rgb(131,61,207); }
td.TdClassName
{
border-color: #833DCF;
}
.TagClassName
{
border-color: #833DCF;
}
</style>