Shades of Blue Violet #8328FF
Tints of Blue Violet #8328FF
RGB
CMYK
RGB Variations
Color information
#8328FF (or 0x8328FF) is known color: Blue Violet. HEX triplet: 83, 28 and FF. RGB value is (131,40,255). Sum of RGB (Red+Green+Blue) = 131+40+255=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8328FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8328FF is #7CD700. Grayscale: #5A5A5A. Windows color (decimal): -8181505 or 16722051. OLE color: 16722051.
HSL color Cylindrical-coordinate representation of color #8328FF: hue angle of 265.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8328FF is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 40 | 255 | - |
| CMYK | 0.49 | 0.84 | 0 | 0 |
| HSL | 265.4º | 1% | 0.58% | - |
| HSV(B) | 265.4º | 0.84% | 1% | - |
| XYZ | 28.17 | 13.56 | 95.74 | - |
| YUV | 91.72 | 220.15 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 255 | 0.49 | 0.84 | 0 | 0 | 265.4 | 1 | 0.58 |
| Hex | 83 | 28 | FF | 31 | 54 | 0 | 0 | 109 | 64 | 3A |
| Octal | 203 | 50 | 377 | 61 | 124 | 0 | 0 | 411 | 144 | 72 |
| Binary | 10000011 | 101000 | 11111111 | 110001 | 1010100 | 0 | 0 | 100001001 | 1100100 | 111010 |
Color Harmonies of #8328FF
Complementary color
Monochromatic Colors of #8328FF
Black with #8328FF
Text Example
Text Example
White with #8328FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328FF; }
p { color: rgb(131,40,255); }
H1.HeaderClassName
{
color: #8328FF;
}
.AnyTagClassName
{
color: #8328FF;
}
</style>
background-color css
<style>
a { background-color: #8328FF; }
a { background-color: rgb(131,40,255); }
div.DivClassName
{
background-color: #8328FF;
}
.BgClassName
{
background-color: #8328FF;
}
</style>
border-color css
<style>
span { border-color: #8328FF; }
span { border-color: rgb(131,40,255); }
td.TdClassName
{
border-color: #8328FF;
}
.TagClassName
{
border-color: #8328FF;
}
</style>