Shades of Blue Violet #833BDA
Tints of Blue Violet #833BDA
RGB
CMYK
RGB Variations
Color information
#833BDA (or 0x833BDA) is known color: Blue Violet. HEX triplet: 83, 3B and DA. RGB value is (131,59,218). Sum of RGB (Red+Green+Blue) = 131+59+218=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #833BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BDA is #7CC425. Grayscale: #626262. Windows color (decimal): -8176678 or 14302083. OLE color: 14302083.
HSL color Cylindrical-coordinate representation of color #833BDA: hue angle of 267.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833BDA is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 59 | 218 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.15 |
| HSL | 267.17º | 0.68% | 0.54% | - |
| HSV(B) | 267.17º | 0.73% | 0.85% | - |
| XYZ | 23.58 | 13.02 | 67.6 | - |
| YUV | 98.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 218 | 0.40 | 0.73 | 0 | 0.15 | 267.17 | 0.68 | 0.54 |
| Hex | 83 | 3B | DA | 28 | 49 | 0 | F | 10B | 44 | 36 |
| Octal | 203 | 73 | 332 | 50 | 111 | 0 | 17 | 413 | 104 | 66 |
| Binary | 10000011 | 111011 | 11011010 | 101000 | 1001001 | 0 | 1111 | 100001011 | 1000100 | 110110 |
Color Harmonies of #833BDA
Complementary color
Monochromatic Colors of #833BDA
Black with #833BDA
Text Example
Text Example
White with #833BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BDA; }
p { color: rgb(131,59,218); }
H1.HeaderClassName
{
color: #833BDA;
}
.AnyTagClassName
{
color: #833BDA;
}
</style>
background-color css
<style>
a { background-color: #833BDA; }
a { background-color: rgb(131,59,218); }
div.DivClassName
{
background-color: #833BDA;
}
.BgClassName
{
background-color: #833BDA;
}
</style>
border-color css
<style>
span { border-color: #833BDA; }
span { border-color: rgb(131,59,218); }
td.TdClassName
{
border-color: #833BDA;
}
.TagClassName
{
border-color: #833BDA;
}
</style>