Shades of Blue Violet #8328E8
Tints of Blue Violet #8328E8
RGB
CMYK
RGB Variations
Color information
#8328E8 (or 0x8328E8) is known color: Blue Violet. HEX triplet: 83, 28 and E8. RGB value is (131,40,232). Sum of RGB (Red+Green+Blue) = 131+40+232=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #8328E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8328E8 is #7CD717. Grayscale: #585858. Windows color (decimal): -8181528 or 15214723. OLE color: 15214723.
HSL color Cylindrical-coordinate representation of color #8328E8: hue angle of 268.44º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8328E8 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 40 | 232 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.09 |
| HSL | 268.44º | 0.81% | 0.53% | - |
| HSV(B) | 268.44º | 0.83% | 0.91% | - |
| XYZ | 24.68 | 12.17 | 77.39 | - |
| YUV | 89.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 232 | 0.44 | 0.83 | 0 | 0.09 | 268.44 | 0.81 | 0.53 |
| Hex | 83 | 28 | E8 | 2C | 53 | 0 | 9 | 10C | 51 | 35 |
| Octal | 203 | 50 | 350 | 54 | 123 | 0 | 11 | 414 | 121 | 65 |
| Binary | 10000011 | 101000 | 11101000 | 101100 | 1010011 | 0 | 1001 | 100001100 | 1010001 | 110101 |
Color Harmonies of #8328E8
Complementary color
Monochromatic Colors of #8328E8
Black with #8328E8
Text Example
Text Example
White with #8328E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328E8; }
p { color: rgb(131,40,232); }
H1.HeaderClassName
{
color: #8328E8;
}
.AnyTagClassName
{
color: #8328E8;
}
</style>
background-color css
<style>
a { background-color: #8328E8; }
a { background-color: rgb(131,40,232); }
div.DivClassName
{
background-color: #8328E8;
}
.BgClassName
{
background-color: #8328E8;
}
</style>
border-color css
<style>
span { border-color: #8328E8; }
span { border-color: rgb(131,40,232); }
td.TdClassName
{
border-color: #8328E8;
}
.TagClassName
{
border-color: #8328E8;
}
</style>