Shades of Blue Violet #833AE1
Tints of Blue Violet #833AE1
RGB
CMYK
RGB Variations
Color information
#833AE1 (or 0x833AE1) is known color: Blue Violet. HEX triplet: 83, 3A and E1. RGB value is (131,58,225). Sum of RGB (Red+Green+Blue) = 131+58+225=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #833AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AE1 is #7CC51E. Grayscale: #626262. Windows color (decimal): -8176927 or 14760579. OLE color: 14760579.
HSL color Cylindrical-coordinate representation of color #833AE1: hue angle of 266.23º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #833AE1 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 58 | 225 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.12 |
| HSL | 266.23º | 0.74% | 0.55% | - |
| HSV(B) | 266.23º | 0.74% | 0.88% | - |
| XYZ | 24.46 | 13.29 | 72.51 | - |
| YUV | 98.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 225 | 0.42 | 0.74 | 0 | 0.12 | 266.23 | 0.74 | 0.55 |
| Hex | 83 | 3A | E1 | 2A | 4A | 0 | C | 10A | 4A | 37 |
| Octal | 203 | 72 | 341 | 52 | 112 | 0 | 14 | 412 | 112 | 67 |
| Binary | 10000011 | 111010 | 11100001 | 101010 | 1001010 | 0 | 1100 | 100001010 | 1001010 | 110111 |
Color Harmonies of #833AE1
Complementary color
Monochromatic Colors of #833AE1
Black with #833AE1
Text Example
Text Example
White with #833AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AE1; }
p { color: rgb(131,58,225); }
H1.HeaderClassName
{
color: #833AE1;
}
.AnyTagClassName
{
color: #833AE1;
}
</style>
background-color css
<style>
a { background-color: #833AE1; }
a { background-color: rgb(131,58,225); }
div.DivClassName
{
background-color: #833AE1;
}
.BgClassName
{
background-color: #833AE1;
}
</style>
border-color css
<style>
span { border-color: #833AE1; }
span { border-color: rgb(131,58,225); }
td.TdClassName
{
border-color: #833AE1;
}
.TagClassName
{
border-color: #833AE1;
}
</style>