Shades of Blue Violet #833DDF
Tints of Blue Violet #833DDF
RGB
CMYK
RGB Variations
Color information
#833DDF (or 0x833DDF) is known color: Blue Violet. HEX triplet: 83, 3D and DF. RGB value is (131,61,223). Sum of RGB (Red+Green+Blue) = 131+61+223=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #833DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DDF is #7CC220. Grayscale: #636363. Windows color (decimal): -8176161 or 14630275. OLE color: 14630275.
HSL color Cylindrical-coordinate representation of color #833DDF: hue angle of 265.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833DDF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 61 | 223 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 265.93º | 0.72% | 0.56% | - |
| HSV(B) | 265.93º | 0.73% | 0.87% | - |
| XYZ | 24.35 | 13.49 | 71.13 | - |
| YUV | 100.4 | 197.19 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 223 | 0.41 | 0.73 | 0 | 0.13 | 265.93 | 0.72 | 0.56 |
| Hex | 83 | 3D | DF | 29 | 49 | 0 | D | 10A | 48 | 38 |
| Octal | 203 | 75 | 337 | 51 | 111 | 0 | 15 | 412 | 110 | 70 |
| Binary | 10000011 | 111101 | 11011111 | 101001 | 1001001 | 0 | 1101 | 100001010 | 1001000 | 111000 |
Color Harmonies of #833DDF
Complementary color
Monochromatic Colors of #833DDF
Black with #833DDF
Text Example
Text Example
White with #833DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DDF; }
p { color: rgb(131,61,223); }
H1.HeaderClassName
{
color: #833DDF;
}
.AnyTagClassName
{
color: #833DDF;
}
</style>
background-color css
<style>
a { background-color: #833DDF; }
a { background-color: rgb(131,61,223); }
div.DivClassName
{
background-color: #833DDF;
}
.BgClassName
{
background-color: #833DDF;
}
</style>
border-color css
<style>
span { border-color: #833DDF; }
span { border-color: rgb(131,61,223); }
td.TdClassName
{
border-color: #833DDF;
}
.TagClassName
{
border-color: #833DDF;
}
</style>