Shades of Blue Violet #8329EA
Tints of Blue Violet #8329EA
RGB
CMYK
RGB Variations
Color information
#8329EA (or 0x8329EA) is known color: Blue Violet. HEX triplet: 83, 29 and EA. RGB value is (131,41,234). Sum of RGB (Red+Green+Blue) = 131+41+234=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #8329EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329EA is #7CD615. Grayscale: #595959. Windows color (decimal): -8181270 or 15346051. OLE color: 15346051.
HSL color Cylindrical-coordinate representation of color #8329EA: hue angle of 267.98º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8329EA is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 41 | 234 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.08 |
| HSL | 267.98º | 0.82% | 0.54% | - |
| HSV(B) | 267.98º | 0.82% | 0.92% | - |
| XYZ | 25 | 12.35 | 78.91 | - |
| YUV | 89.91 | 209.32 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 234 | 0.44 | 0.82 | 0 | 0.08 | 267.98 | 0.82 | 0.54 |
| Hex | 83 | 29 | EA | 2C | 52 | 0 | 8 | 10C | 52 | 36 |
| Octal | 203 | 51 | 352 | 54 | 122 | 0 | 10 | 414 | 122 | 66 |
| Binary | 10000011 | 101001 | 11101010 | 101100 | 1010010 | 0 | 1000 | 100001100 | 1010010 | 110110 |
Color Harmonies of #8329EA
Complementary color
Monochromatic Colors of #8329EA
Black with #8329EA
Text Example
Text Example
White with #8329EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329EA; }
p { color: rgb(131,41,234); }
H1.HeaderClassName
{
color: #8329EA;
}
.AnyTagClassName
{
color: #8329EA;
}
</style>
background-color css
<style>
a { background-color: #8329EA; }
a { background-color: rgb(131,41,234); }
div.DivClassName
{
background-color: #8329EA;
}
.BgClassName
{
background-color: #8329EA;
}
</style>
border-color css
<style>
span { border-color: #8329EA; }
span { border-color: rgb(131,41,234); }
td.TdClassName
{
border-color: #8329EA;
}
.TagClassName
{
border-color: #8329EA;
}
</style>