Shades of Blue Violet #833EE0
Tints of Blue Violet #833EE0
RGB
CMYK
RGB Variations
Color information
#833EE0 (or 0x833EE0) is known color: Blue Violet. HEX triplet: 83, 3E and E0. RGB value is (131,62,224). Sum of RGB (Red+Green+Blue) = 131+62+224=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #833EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EE0 is #7CC11F. Grayscale: #646464. Windows color (decimal): -8175904 or 14696067. OLE color: 14696067.
HSL color Cylindrical-coordinate representation of color #833EE0: hue angle of 265.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833EE0 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 62 | 224 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.12 |
| HSL | 265.56º | 0.72% | 0.56% | - |
| HSV(B) | 265.56º | 0.72% | 0.88% | - |
| XYZ | 24.54 | 13.65 | 71.86 | - |
| YUV | 101.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 224 | 0.42 | 0.72 | 0 | 0.12 | 265.56 | 0.72 | 0.56 |
| Hex | 83 | 3E | E0 | 2A | 48 | 0 | C | 10A | 48 | 38 |
| Octal | 203 | 76 | 340 | 52 | 110 | 0 | 14 | 412 | 110 | 70 |
| Binary | 10000011 | 111110 | 11100000 | 101010 | 1001000 | 0 | 1100 | 100001010 | 1001000 | 111000 |
Color Harmonies of #833EE0
Complementary color
Monochromatic Colors of #833EE0
Black with #833EE0
Text Example
Text Example
White with #833EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EE0; }
p { color: rgb(131,62,224); }
H1.HeaderClassName
{
color: #833EE0;
}
.AnyTagClassName
{
color: #833EE0;
}
</style>
background-color css
<style>
a { background-color: #833EE0; }
a { background-color: rgb(131,62,224); }
div.DivClassName
{
background-color: #833EE0;
}
.BgClassName
{
background-color: #833EE0;
}
</style>
border-color css
<style>
span { border-color: #833EE0; }
span { border-color: rgb(131,62,224); }
td.TdClassName
{
border-color: #833EE0;
}
.TagClassName
{
border-color: #833EE0;
}
</style>