Shades of Blue Violet #8329EF
Tints of Blue Violet #8329EF
RGB
CMYK
RGB Variations
Color information
#8329EF (or 0x8329EF) is known color: Blue Violet. HEX triplet: 83, 29 and EF. RGB value is (131,41,239). Sum of RGB (Red+Green+Blue) = 131+41+239=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #8329EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329EF is #7CD610. Grayscale: #595959. Windows color (decimal): -8181265 or 15673731. OLE color: 15673731.
HSL color Cylindrical-coordinate representation of color #8329EF: hue angle of 267.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8329EF is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 41 | 239 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.06 |
| HSL | 267.27º | 0.86% | 0.55% | - |
| HSV(B) | 267.27º | 0.83% | 0.94% | - |
| XYZ | 25.73 | 12.64 | 82.75 | - |
| YUV | 90.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 239 | 0.45 | 0.83 | 0 | 0.06 | 267.27 | 0.86 | 0.55 |
| Hex | 83 | 29 | EF | 2D | 53 | 0 | 6 | 10B | 56 | 37 |
| Octal | 203 | 51 | 357 | 55 | 123 | 0 | 6 | 413 | 126 | 67 |
| Binary | 10000011 | 101001 | 11101111 | 101101 | 1010011 | 0 | 110 | 100001011 | 1010110 | 110111 |
Color Harmonies of #8329EF
Complementary color
Monochromatic Colors of #8329EF
Black with #8329EF
Text Example
Text Example
White with #8329EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329EF; }
p { color: rgb(131,41,239); }
H1.HeaderClassName
{
color: #8329EF;
}
.AnyTagClassName
{
color: #8329EF;
}
</style>
background-color css
<style>
a { background-color: #8329EF; }
a { background-color: rgb(131,41,239); }
div.DivClassName
{
background-color: #8329EF;
}
.BgClassName
{
background-color: #8329EF;
}
</style>
border-color css
<style>
span { border-color: #8329EF; }
span { border-color: rgb(131,41,239); }
td.TdClassName
{
border-color: #8329EF;
}
.TagClassName
{
border-color: #8329EF;
}
</style>