Shades of Blue Violet #833BDE
Tints of Blue Violet #833BDE
RGB
CMYK
RGB Variations
Color information
#833BDE (or 0x833BDE) is known color: Blue Violet. HEX triplet: 83, 3B and DE. RGB value is (131,59,222). Sum of RGB (Red+Green+Blue) = 131+59+222=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #833BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BDE is #7CC421. Grayscale: #626262. Windows color (decimal): -8176674 or 14564227. OLE color: 14564227.
HSL color Cylindrical-coordinate representation of color #833BDE: hue angle of 266.5º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833BDE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 59 | 222 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 266.5º | 0.71% | 0.55% | - |
| HSV(B) | 266.5º | 0.73% | 0.87% | - |
| XYZ | 24.11 | 13.23 | 70.39 | - |
| YUV | 99.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 222 | 0.41 | 0.73 | 0 | 0.13 | 266.5 | 0.71 | 0.55 |
| Hex | 83 | 3B | DE | 29 | 49 | 0 | D | 10B | 47 | 37 |
| Octal | 203 | 73 | 336 | 51 | 111 | 0 | 15 | 413 | 107 | 67 |
| Binary | 10000011 | 111011 | 11011110 | 101001 | 1001001 | 0 | 1101 | 100001011 | 1000111 | 110111 |
Color Harmonies of #833BDE
Complementary color
Monochromatic Colors of #833BDE
Black with #833BDE
Text Example
Text Example
White with #833BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BDE; }
p { color: rgb(131,59,222); }
H1.HeaderClassName
{
color: #833BDE;
}
.AnyTagClassName
{
color: #833BDE;
}
</style>
background-color css
<style>
a { background-color: #833BDE; }
a { background-color: rgb(131,59,222); }
div.DivClassName
{
background-color: #833BDE;
}
.BgClassName
{
background-color: #833BDE;
}
</style>
border-color css
<style>
span { border-color: #833BDE; }
span { border-color: rgb(131,59,222); }
td.TdClassName
{
border-color: #833BDE;
}
.TagClassName
{
border-color: #833BDE;
}
</style>