Shades of Blue Violet #833BD2
Tints of Blue Violet #833BD2
RGB
CMYK
RGB Variations
Color information
#833BD2 (or 0x833BD2) is known color: Blue Violet. HEX triplet: 83, 3B and D2. RGB value is (131,59,210). Sum of RGB (Red+Green+Blue) = 131+59+210=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #833BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BD2 is #7CC42D. Grayscale: #616161. Windows color (decimal): -8176686 or 13777795. OLE color: 13777795.
HSL color Cylindrical-coordinate representation of color #833BD2: hue angle of 268.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833BD2 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 59 | 210 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.18 |
| HSL | 268.61º | 0.63% | 0.53% | - |
| HSV(B) | 268.61º | 0.72% | 0.82% | - |
| XYZ | 22.56 | 12.61 | 62.22 | - |
| YUV | 97.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 210 | 0.38 | 0.72 | 0 | 0.18 | 268.61 | 0.63 | 0.53 |
| Hex | 83 | 3B | D2 | 26 | 48 | 0 | 12 | 10D | 3F | 35 |
| Octal | 203 | 73 | 322 | 46 | 110 | 0 | 22 | 415 | 77 | 65 |
| Binary | 10000011 | 111011 | 11010010 | 100110 | 1001000 | 0 | 10010 | 100001101 | 111111 | 110101 |
Color Harmonies of #833BD2
Complementary color
Monochromatic Colors of #833BD2
Black with #833BD2
Text Example
Text Example
White with #833BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BD2; }
p { color: rgb(131,59,210); }
H1.HeaderClassName
{
color: #833BD2;
}
.AnyTagClassName
{
color: #833BD2;
}
</style>
background-color css
<style>
a { background-color: #833BD2; }
a { background-color: rgb(131,59,210); }
div.DivClassName
{
background-color: #833BD2;
}
.BgClassName
{
background-color: #833BD2;
}
</style>
border-color css
<style>
span { border-color: #833BD2; }
span { border-color: rgb(131,59,210); }
td.TdClassName
{
border-color: #833BD2;
}
.TagClassName
{
border-color: #833BD2;
}
</style>