Shades of Blue Violet #8326EF
Tints of Blue Violet #8326EF
RGB
CMYK
RGB Variations
Color information
#8326EF (or 0x8326EF) is known color: Blue Violet. HEX triplet: 83, 26 and EF. RGB value is (131,38,239). Sum of RGB (Red+Green+Blue) = 131+38+239=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #8326EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8326EF is #7CD910. Grayscale: #585858. Windows color (decimal): -8182033 or 15672963. OLE color: 15672963.
HSL color Cylindrical-coordinate representation of color #8326EF: hue angle of 267.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8326EF is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 38 | 239 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.06 |
| HSL | 267.76º | 0.86% | 0.54% | - |
| HSV(B) | 267.76º | 0.84% | 0.94% | - |
| XYZ | 25.63 | 12.44 | 82.71 | - |
| YUV | 88.72 | 212.81 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 239 | 0.45 | 0.84 | 0 | 0.06 | 267.76 | 0.86 | 0.54 |
| Hex | 83 | 26 | EF | 2D | 54 | 0 | 6 | 10C | 56 | 36 |
| Octal | 203 | 46 | 357 | 55 | 124 | 0 | 6 | 414 | 126 | 66 |
| Binary | 10000011 | 100110 | 11101111 | 101101 | 1010100 | 0 | 110 | 100001100 | 1010110 | 110110 |
Color Harmonies of #8326EF
Complementary color
Monochromatic Colors of #8326EF
Black with #8326EF
Text Example
Text Example
White with #8326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326EF; }
p { color: rgb(131,38,239); }
H1.HeaderClassName
{
color: #8326EF;
}
.AnyTagClassName
{
color: #8326EF;
}
</style>
background-color css
<style>
a { background-color: #8326EF; }
a { background-color: rgb(131,38,239); }
div.DivClassName
{
background-color: #8326EF;
}
.BgClassName
{
background-color: #8326EF;
}
</style>
border-color css
<style>
span { border-color: #8326EF; }
span { border-color: rgb(131,38,239); }
td.TdClassName
{
border-color: #8326EF;
}
.TagClassName
{
border-color: #8326EF;
}
</style>