Shades of Blue Violet #8340EF
Tints of Blue Violet #8340EF
RGB
CMYK
RGB Variations
Color information
#8340EF (or 0x8340EF) is known color: Blue Violet. HEX triplet: 83, 40 and EF. RGB value is (131,64,239). Sum of RGB (Red+Green+Blue) = 131+64+239=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #8340EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8340EF is #7CBF10. Grayscale: #676767. Windows color (decimal): -8175377 or 15679619. OLE color: 15679619.
HSL color Cylindrical-coordinate representation of color #8340EF: hue angle of 262.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8340EF is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 64 | 239 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.06 |
| HSL | 262.97º | 0.85% | 0.59% | - |
| HSV(B) | 262.97º | 0.73% | 0.94% | - |
| XYZ | 26.77 | 14.72 | 83.09 | - |
| YUV | 103.98 | 204.2 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 239 | 0.45 | 0.73 | 0 | 0.06 | 262.97 | 0.85 | 0.59 |
| Hex | 83 | 40 | EF | 2D | 49 | 0 | 6 | 107 | 55 | 3B |
| Octal | 203 | 100 | 357 | 55 | 111 | 0 | 6 | 407 | 125 | 73 |
| Binary | 10000011 | 1000000 | 11101111 | 101101 | 1001001 | 0 | 110 | 100000111 | 1010101 | 111011 |
Color Harmonies of #8340EF
Complementary color
Monochromatic Colors of #8340EF
Black with #8340EF
Text Example
Text Example
White with #8340EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340EF; }
p { color: rgb(131,64,239); }
H1.HeaderClassName
{
color: #8340EF;
}
.AnyTagClassName
{
color: #8340EF;
}
</style>
background-color css
<style>
a { background-color: #8340EF; }
a { background-color: rgb(131,64,239); }
div.DivClassName
{
background-color: #8340EF;
}
.BgClassName
{
background-color: #8340EF;
}
</style>
border-color css
<style>
span { border-color: #8340EF; }
span { border-color: rgb(131,64,239); }
td.TdClassName
{
border-color: #8340EF;
}
.TagClassName
{
border-color: #8340EF;
}
</style>