Shades of Blue Violet #833AD0
Tints of Blue Violet #833AD0
RGB
CMYK
RGB Variations
Color information
#833AD0 (or 0x833AD0) is known color: Blue Violet. HEX triplet: 83, 3A and D0. RGB value is (131,58,208). Sum of RGB (Red+Green+Blue) = 131+58+208=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #833AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AD0 is #7CC52F. Grayscale: #606060. Windows color (decimal): -8176944 or 13646467. OLE color: 13646467.
HSL color Cylindrical-coordinate representation of color #833AD0: hue angle of 269.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833AD0 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 58 | 208 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.18 |
| HSL | 269.2º | 0.61% | 0.52% | - |
| HSV(B) | 269.2º | 0.72% | 0.82% | - |
| XYZ | 22.26 | 12.41 | 60.9 | - |
| YUV | 96.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 208 | 0.37 | 0.72 | 0 | 0.18 | 269.2 | 0.61 | 0.52 |
| Hex | 83 | 3A | D0 | 25 | 48 | 0 | 12 | 10D | 3D | 34 |
| Octal | 203 | 72 | 320 | 45 | 110 | 0 | 22 | 415 | 75 | 64 |
| Binary | 10000011 | 111010 | 11010000 | 100101 | 1001000 | 0 | 10010 | 100001101 | 111101 | 110100 |
Color Harmonies of #833AD0
Complementary color
Monochromatic Colors of #833AD0
Black with #833AD0
Text Example
Text Example
White with #833AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AD0; }
p { color: rgb(131,58,208); }
H1.HeaderClassName
{
color: #833AD0;
}
.AnyTagClassName
{
color: #833AD0;
}
</style>
background-color css
<style>
a { background-color: #833AD0; }
a { background-color: rgb(131,58,208); }
div.DivClassName
{
background-color: #833AD0;
}
.BgClassName
{
background-color: #833AD0;
}
</style>
border-color css
<style>
span { border-color: #833AD0; }
span { border-color: rgb(131,58,208); }
td.TdClassName
{
border-color: #833AD0;
}
.TagClassName
{
border-color: #833AD0;
}
</style>