Shades of Blue Violet #8340FF
Tints of Blue Violet #8340FF
RGB
CMYK
RGB Variations
Color information
#8340FF (or 0x8340FF) is known color: Blue Violet. HEX triplet: 83, 40 and FF. RGB value is (131,64,255). Sum of RGB (Red+Green+Blue) = 131+64+255=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #8340FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8340FF is #7CBF00. Grayscale: #696969. Windows color (decimal): -8175361 or 16728195. OLE color: 16728195.
HSL color Cylindrical-coordinate representation of color #8340FF: hue angle of 261.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8340FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 64 | 255 | - |
| CMYK | 0.49 | 0.75 | 0 | 0 |
| HSL | 261.05º | 1% | 0.63% | - |
| HSV(B) | 261.05º | 0.75% | 1% | - |
| XYZ | 29.24 | 15.71 | 96.1 | - |
| YUV | 105.81 | 212.2 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 255 | 0.49 | 0.75 | 0 | 0 | 261.05 | 1 | 0.63 |
| Hex | 83 | 40 | FF | 31 | 4B | 0 | 0 | 105 | 64 | 3F |
| Octal | 203 | 100 | 377 | 61 | 113 | 0 | 0 | 405 | 144 | 77 |
| Binary | 10000011 | 1000000 | 11111111 | 110001 | 1001011 | 0 | 0 | 100000101 | 1100100 | 111111 |
Color Harmonies of #8340FF
Complementary color
Monochromatic Colors of #8340FF
Black with #8340FF
Text Example
Text Example
White with #8340FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340FF; }
p { color: rgb(131,64,255); }
H1.HeaderClassName
{
color: #8340FF;
}
.AnyTagClassName
{
color: #8340FF;
}
</style>
background-color css
<style>
a { background-color: #8340FF; }
a { background-color: rgb(131,64,255); }
div.DivClassName
{
background-color: #8340FF;
}
.BgClassName
{
background-color: #8340FF;
}
</style>
border-color css
<style>
span { border-color: #8340FF; }
span { border-color: rgb(131,64,255); }
td.TdClassName
{
border-color: #8340FF;
}
.TagClassName
{
border-color: #8340FF;
}
</style>