Shades of Blue Violet #8326FF
Tints of Blue Violet #8326FF
RGB
CMYK
RGB Variations
Color information
#8326FF (or 0x8326FF) is known color: Blue Violet. HEX triplet: 83, 26 and FF. RGB value is (131,38,255). Sum of RGB (Red+Green+Blue) = 131+38+255=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #8326FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8326FF is #7CD900. Grayscale: #595959. Windows color (decimal): -8182017 or 16721539. OLE color: 16721539.
HSL color Cylindrical-coordinate representation of color #8326FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8326FF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 38 | 255 | - |
| CMYK | 0.49 | 0.85 | 0 | 0 |
| HSL | 265.71º | 1% | 0.57% | - |
| HSV(B) | 265.71º | 0.85% | 1% | - |
| XYZ | 28.1 | 13.43 | 95.72 | - |
| YUV | 90.55 | 220.81 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 255 | 0.49 | 0.85 | 0 | 0 | 265.71 | 1 | 0.57 |
| Hex | 83 | 26 | FF | 31 | 55 | 0 | 0 | 10A | 64 | 39 |
| Octal | 203 | 46 | 377 | 61 | 125 | 0 | 0 | 412 | 144 | 71 |
| Binary | 10000011 | 100110 | 11111111 | 110001 | 1010101 | 0 | 0 | 100001010 | 1100100 | 111001 |
Color Harmonies of #8326FF
Complementary color
Monochromatic Colors of #8326FF
Black with #8326FF
Text Example
Text Example
White with #8326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326FF; }
p { color: rgb(131,38,255); }
H1.HeaderClassName
{
color: #8326FF;
}
.AnyTagClassName
{
color: #8326FF;
}
</style>
background-color css
<style>
a { background-color: #8326FF; }
a { background-color: rgb(131,38,255); }
div.DivClassName
{
background-color: #8326FF;
}
.BgClassName
{
background-color: #8326FF;
}
</style>
border-color css
<style>
span { border-color: #8326FF; }
span { border-color: rgb(131,38,255); }
td.TdClassName
{
border-color: #8326FF;
}
.TagClassName
{
border-color: #8326FF;
}
</style>