Shades of Blue Violet #8326ED
Tints of Blue Violet #8326ED
RGB
CMYK
RGB Variations
Color information
#8326ED (or 0x8326ED) is known color: Blue Violet. HEX triplet: 83, 26 and ED. RGB value is (131,38,237). Sum of RGB (Red+Green+Blue) = 131+38+237=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #8326ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8326ED is #7CD912. Grayscale: #575757. Windows color (decimal): -8182035 or 15541891. OLE color: 15541891.
HSL color Cylindrical-coordinate representation of color #8326ED: hue angle of 268.04º 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 #8326ED is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 38 | 237 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.07 |
| HSL | 268.04º | 0.85% | 0.54% | - |
| HSV(B) | 268.04º | 0.84% | 0.93% | - |
| XYZ | 25.34 | 12.33 | 81.16 | - |
| YUV | 88.49 | 211.81 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 237 | 0.45 | 0.84 | 0 | 0.07 | 268.04 | 0.85 | 0.54 |
| Hex | 83 | 26 | ED | 2D | 54 | 0 | 7 | 10C | 55 | 36 |
| Octal | 203 | 46 | 355 | 55 | 124 | 0 | 7 | 414 | 125 | 66 |
| Binary | 10000011 | 100110 | 11101101 | 101101 | 1010100 | 0 | 111 | 100001100 | 1010101 | 110110 |
Color Harmonies of #8326ED
Complementary color
Monochromatic Colors of #8326ED
Black with #8326ED
Text Example
Text Example
White with #8326ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326ED; }
p { color: rgb(131,38,237); }
H1.HeaderClassName
{
color: #8326ED;
}
.AnyTagClassName
{
color: #8326ED;
}
</style>
background-color css
<style>
a { background-color: #8326ED; }
a { background-color: rgb(131,38,237); }
div.DivClassName
{
background-color: #8326ED;
}
.BgClassName
{
background-color: #8326ED;
}
</style>
border-color css
<style>
span { border-color: #8326ED; }
span { border-color: rgb(131,38,237); }
td.TdClassName
{
border-color: #8326ED;
}
.TagClassName
{
border-color: #8326ED;
}
</style>