Shades of Blue Violet #8346EF
Tints of Blue Violet #8346EF
RGB
CMYK
RGB Variations
Color information
#8346EF (or 0x8346EF) is known color: Blue Violet. HEX triplet: 83, 46 and EF. RGB value is (131,70,239). Sum of RGB (Red+Green+Blue) = 131+70+239=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #8346EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8346EF is #7CB910. Grayscale: #6A6A6A. Windows color (decimal): -8173841 or 15681155. OLE color: 15681155.
HSL color Cylindrical-coordinate representation of color #8346EF: hue angle of 261.66º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8346EF is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 70 | 239 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.06 |
| HSL | 261.66º | 0.84% | 0.61% | - |
| HSV(B) | 261.66º | 0.71% | 0.94% | - |
| XYZ | 27.13 | 15.44 | 83.21 | - |
| YUV | 107.51 | 202.21 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 239 | 0.45 | 0.71 | 0 | 0.06 | 261.66 | 0.84 | 0.61 |
| Hex | 83 | 46 | EF | 2D | 47 | 0 | 6 | 106 | 54 | 3D |
| Octal | 203 | 106 | 357 | 55 | 107 | 0 | 6 | 406 | 124 | 75 |
| Binary | 10000011 | 1000110 | 11101111 | 101101 | 1000111 | 0 | 110 | 100000110 | 1010100 | 111101 |
Color Harmonies of #8346EF
Complementary color
Monochromatic Colors of #8346EF
Black with #8346EF
Text Example
Text Example
White with #8346EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346EF; }
p { color: rgb(131,70,239); }
H1.HeaderClassName
{
color: #8346EF;
}
.AnyTagClassName
{
color: #8346EF;
}
</style>
background-color css
<style>
a { background-color: #8346EF; }
a { background-color: rgb(131,70,239); }
div.DivClassName
{
background-color: #8346EF;
}
.BgClassName
{
background-color: #8346EF;
}
</style>
border-color css
<style>
span { border-color: #8346EF; }
span { border-color: rgb(131,70,239); }
td.TdClassName
{
border-color: #8346EF;
}
.TagClassName
{
border-color: #8346EF;
}
</style>