Shades of Blue Violet #8340E7
Tints of Blue Violet #8340E7
RGB
CMYK
RGB Variations
Color information
#8340E7 (or 0x8340E7) is known color: Blue Violet. HEX triplet: 83, 40 and E7. RGB value is (131,64,231). Sum of RGB (Red+Green+Blue) = 131+64+231=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #8340E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8340E7 is #7CBF18. Grayscale: #666666. Windows color (decimal): -8175385 or 15155331. OLE color: 15155331.
HSL color Cylindrical-coordinate representation of color #8340E7: hue angle of 264.07º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8340E7 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 64 | 231 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.09 |
| HSL | 264.07º | 0.78% | 0.58% | - |
| HSV(B) | 264.07º | 0.72% | 0.91% | - |
| XYZ | 25.62 | 14.26 | 77 | - |
| YUV | 103.07 | 200.2 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 231 | 0.43 | 0.72 | 0 | 0.09 | 264.07 | 0.78 | 0.58 |
| Hex | 83 | 40 | E7 | 2B | 48 | 0 | 9 | 108 | 4E | 3A |
| Octal | 203 | 100 | 347 | 53 | 110 | 0 | 11 | 410 | 116 | 72 |
| Binary | 10000011 | 1000000 | 11100111 | 101011 | 1001000 | 0 | 1001 | 100001000 | 1001110 | 111010 |
Color Harmonies of #8340E7
Complementary color
Monochromatic Colors of #8340E7
Black with #8340E7
Text Example
Text Example
White with #8340E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340E7; }
p { color: rgb(131,64,231); }
H1.HeaderClassName
{
color: #8340E7;
}
.AnyTagClassName
{
color: #8340E7;
}
</style>
background-color css
<style>
a { background-color: #8340E7; }
a { background-color: rgb(131,64,231); }
div.DivClassName
{
background-color: #8340E7;
}
.BgClassName
{
background-color: #8340E7;
}
</style>
border-color css
<style>
span { border-color: #8340E7; }
span { border-color: rgb(131,64,231); }
td.TdClassName
{
border-color: #8340E7;
}
.TagClassName
{
border-color: #8340E7;
}
</style>