Shades of Blue Violet #8322EA
Tints of Blue Violet #8322EA
RGB
CMYK
RGB Variations
Color information
#8322EA (or 0x8322EA) is known color: Blue Violet. HEX triplet: 83, 22 and EA. RGB value is (131,34,234). Sum of RGB (Red+Green+Blue) = 131+34+234=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #8322EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8322EA is #7CDD15. Grayscale: #555555. Windows color (decimal): -8183062 or 15344259. OLE color: 15344259.
HSL color Cylindrical-coordinate representation of color #8322EA: hue angle of 269.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8322EA is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 34 | 234 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.08 |
| HSL | 269.1º | 0.83% | 0.53% | - |
| HSV(B) | 269.1º | 0.85% | 0.92% | - |
| XYZ | 24.78 | 11.91 | 78.83 | - |
| YUV | 85.8 | 211.64 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 234 | 0.44 | 0.85 | 0 | 0.08 | 269.1 | 0.83 | 0.53 |
| Hex | 83 | 22 | EA | 2C | 55 | 0 | 8 | 10D | 53 | 35 |
| Octal | 203 | 42 | 352 | 54 | 125 | 0 | 10 | 415 | 123 | 65 |
| Binary | 10000011 | 100010 | 11101010 | 101100 | 1010101 | 0 | 1000 | 100001101 | 1010011 | 110101 |
Color Harmonies of #8322EA
Complementary color
Monochromatic Colors of #8322EA
Black with #8322EA
Text Example
Text Example
White with #8322EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8322EA; }
p { color: rgb(131,34,234); }
H1.HeaderClassName
{
color: #8322EA;
}
.AnyTagClassName
{
color: #8322EA;
}
</style>
background-color css
<style>
a { background-color: #8322EA; }
a { background-color: rgb(131,34,234); }
div.DivClassName
{
background-color: #8322EA;
}
.BgClassName
{
background-color: #8322EA;
}
</style>
border-color css
<style>
span { border-color: #8322EA; }
span { border-color: rgb(131,34,234); }
td.TdClassName
{
border-color: #8322EA;
}
.TagClassName
{
border-color: #8322EA;
}
</style>