Shades of Blue Violet #833CE0
Tints of Blue Violet #833CE0
RGB
CMYK
RGB Variations
Color information
#833CE0 (or 0x833CE0) is known color: Blue Violet. HEX triplet: 83, 3C and E0. RGB value is (131,60,224). Sum of RGB (Red+Green+Blue) = 131+60+224=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #833CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CE0 is #7CC31F. Grayscale: #636363. Windows color (decimal): -8176416 or 14695555. OLE color: 14695555.
HSL color Cylindrical-coordinate representation of color #833CE0: hue angle of 265.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833CE0 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 60 | 224 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.12 |
| HSL | 265.98º | 0.73% | 0.56% | - |
| HSV(B) | 265.98º | 0.73% | 0.88% | - |
| XYZ | 24.43 | 13.44 | 71.83 | - |
| YUV | 99.93 | 198.02 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 224 | 0.42 | 0.73 | 0 | 0.12 | 265.98 | 0.73 | 0.56 |
| Hex | 83 | 3C | E0 | 2A | 49 | 0 | C | 10A | 49 | 38 |
| Octal | 203 | 74 | 340 | 52 | 111 | 0 | 14 | 412 | 111 | 70 |
| Binary | 10000011 | 111100 | 11100000 | 101010 | 1001001 | 0 | 1100 | 100001010 | 1001001 | 111000 |
Color Harmonies of #833CE0
Complementary color
Monochromatic Colors of #833CE0
Black with #833CE0
Text Example
Text Example
White with #833CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CE0; }
p { color: rgb(131,60,224); }
H1.HeaderClassName
{
color: #833CE0;
}
.AnyTagClassName
{
color: #833CE0;
}
</style>
background-color css
<style>
a { background-color: #833CE0; }
a { background-color: rgb(131,60,224); }
div.DivClassName
{
background-color: #833CE0;
}
.BgClassName
{
background-color: #833CE0;
}
</style>
border-color css
<style>
span { border-color: #833CE0; }
span { border-color: rgb(131,60,224); }
td.TdClassName
{
border-color: #833CE0;
}
.TagClassName
{
border-color: #833CE0;
}
</style>