Shades of Blue Violet #8328EA
Tints of Blue Violet #8328EA
RGB
CMYK
RGB Variations
Color information
#8328EA (or 0x8328EA) is known color: Blue Violet. HEX triplet: 83, 28 and EA. RGB value is (131,40,234). Sum of RGB (Red+Green+Blue) = 131+40+234=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #8328EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8328EA is #7CD715. Grayscale: #585858. Windows color (decimal): -8181526 or 15345795. OLE color: 15345795.
HSL color Cylindrical-coordinate representation of color #8328EA: hue angle of 268.14º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8328EA is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 40 | 234 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.08 |
| HSL | 268.14º | 0.82% | 0.54% | - |
| HSV(B) | 268.14º | 0.83% | 0.92% | - |
| XYZ | 24.97 | 12.28 | 78.9 | - |
| YUV | 89.33 | 209.65 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 234 | 0.44 | 0.83 | 0 | 0.08 | 268.14 | 0.82 | 0.54 |
| Hex | 83 | 28 | EA | 2C | 53 | 0 | 8 | 10C | 52 | 36 |
| Octal | 203 | 50 | 352 | 54 | 123 | 0 | 10 | 414 | 122 | 66 |
| Binary | 10000011 | 101000 | 11101010 | 101100 | 1010011 | 0 | 1000 | 100001100 | 1010010 | 110110 |
Color Harmonies of #8328EA
Complementary color
Monochromatic Colors of #8328EA
Black with #8328EA
Text Example
Text Example
White with #8328EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328EA; }
p { color: rgb(131,40,234); }
H1.HeaderClassName
{
color: #8328EA;
}
.AnyTagClassName
{
color: #8328EA;
}
</style>
background-color css
<style>
a { background-color: #8328EA; }
a { background-color: rgb(131,40,234); }
div.DivClassName
{
background-color: #8328EA;
}
.BgClassName
{
background-color: #8328EA;
}
</style>
border-color css
<style>
span { border-color: #8328EA; }
span { border-color: rgb(131,40,234); }
td.TdClassName
{
border-color: #8328EA;
}
.TagClassName
{
border-color: #8328EA;
}
</style>