Shades of Blue Violet #8326EE
Tints of Blue Violet #8326EE
RGB
CMYK
RGB Variations
Color information
#8326EE (or 0x8326EE) is known color: Blue Violet. HEX triplet: 83, 26 and EE. RGB value is (131,38,238). Sum of RGB (Red+Green+Blue) = 131+38+238=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #8326EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8326EE is #7CD911. Grayscale: #575757. Windows color (decimal): -8182034 or 15607427. OLE color: 15607427.
HSL color Cylindrical-coordinate representation of color #8326EE: hue angle of 267.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8326EE is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 38 | 238 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.07 |
| HSL | 267.9º | 0.85% | 0.54% | - |
| HSV(B) | 267.9º | 0.84% | 0.93% | - |
| XYZ | 25.49 | 12.38 | 81.94 | - |
| YUV | 88.61 | 212.31 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 238 | 0.45 | 0.84 | 0 | 0.07 | 267.9 | 0.85 | 0.54 |
| Hex | 83 | 26 | EE | 2D | 54 | 0 | 7 | 10C | 55 | 36 |
| Octal | 203 | 46 | 356 | 55 | 124 | 0 | 7 | 414 | 125 | 66 |
| Binary | 10000011 | 100110 | 11101110 | 101101 | 1010100 | 0 | 111 | 100001100 | 1010101 | 110110 |
Color Harmonies of #8326EE
Complementary color
Monochromatic Colors of #8326EE
Black with #8326EE
Text Example
Text Example
White with #8326EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326EE; }
p { color: rgb(131,38,238); }
H1.HeaderClassName
{
color: #8326EE;
}
.AnyTagClassName
{
color: #8326EE;
}
</style>
background-color css
<style>
a { background-color: #8326EE; }
a { background-color: rgb(131,38,238); }
div.DivClassName
{
background-color: #8326EE;
}
.BgClassName
{
background-color: #8326EE;
}
</style>
border-color css
<style>
span { border-color: #8326EE; }
span { border-color: rgb(131,38,238); }
td.TdClassName
{
border-color: #8326EE;
}
.TagClassName
{
border-color: #8326EE;
}
</style>