Shades of Blue Violet #8340E0
Tints of Blue Violet #8340E0
RGB
CMYK
RGB Variations
Color information
#8340E0 (or 0x8340E0) is known color: Blue Violet. HEX triplet: 83, 40 and E0. RGB value is (131,64,224). Sum of RGB (Red+Green+Blue) = 131+64+224=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #8340E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340E0 is #7CBF1F. Grayscale: #656565. Windows color (decimal): -8175392 or 14696579. OLE color: 14696579.
HSL color Cylindrical-coordinate representation of color #8340E0: hue angle of 265.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8340E0 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 64 | 224 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.12 |
| HSL | 265.13º | 0.72% | 0.56% | - |
| HSV(B) | 265.13º | 0.71% | 0.88% | - |
| XYZ | 24.65 | 13.87 | 71.9 | - |
| YUV | 102.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 224 | 0.42 | 0.71 | 0 | 0.12 | 265.13 | 0.72 | 0.56 |
| Hex | 83 | 40 | E0 | 2A | 47 | 0 | C | 109 | 48 | 38 |
| Octal | 203 | 100 | 340 | 52 | 107 | 0 | 14 | 411 | 110 | 70 |
| Binary | 10000011 | 1000000 | 11100000 | 101010 | 1000111 | 0 | 1100 | 100001001 | 1001000 | 111000 |
Color Harmonies of #8340E0
Complementary color
Monochromatic Colors of #8340E0
Black with #8340E0
Text Example
Text Example
White with #8340E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340E0; }
p { color: rgb(131,64,224); }
H1.HeaderClassName
{
color: #8340E0;
}
.AnyTagClassName
{
color: #8340E0;
}
</style>
background-color css
<style>
a { background-color: #8340E0; }
a { background-color: rgb(131,64,224); }
div.DivClassName
{
background-color: #8340E0;
}
.BgClassName
{
background-color: #8340E0;
}
</style>
border-color css
<style>
span { border-color: #8340E0; }
span { border-color: rgb(131,64,224); }
td.TdClassName
{
border-color: #8340E0;
}
.TagClassName
{
border-color: #8340E0;
}
</style>