Shades of Blue Violet #8343F6
Tints of Blue Violet #8343F6
RGB
CMYK
RGB Variations
Color information
#8343F6 (or 0x8343F6) is known color: Blue Violet. HEX triplet: 83, 43 and F6. RGB value is (131,67,246). Sum of RGB (Red+Green+Blue) = 131+67+246=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #8343F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8343F6 is #7CBC09. Grayscale: #696969. Windows color (decimal): -8174602 or 16139139. OLE color: 16139139.
HSL color Cylindrical-coordinate representation of color #8343F6: hue angle of 261.45º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8343F6 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 67 | 246 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.04 |
| HSL | 261.45º | 0.91% | 0.61% | - |
| HSV(B) | 261.45º | 0.73% | 0.96% | - |
| XYZ | 28 | 15.49 | 88.7 | - |
| YUV | 106.54 | 206.7 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 246 | 0.47 | 0.73 | 0 | 0.04 | 261.45 | 0.91 | 0.61 |
| Hex | 83 | 43 | F6 | 2F | 49 | 0 | 4 | 105 | 5B | 3D |
| Octal | 203 | 103 | 366 | 57 | 111 | 0 | 4 | 405 | 133 | 75 |
| Binary | 10000011 | 1000011 | 11110110 | 101111 | 1001001 | 0 | 100 | 100000101 | 1011011 | 111101 |
Color Harmonies of #8343F6
Complementary color
Monochromatic Colors of #8343F6
Black with #8343F6
Text Example
Text Example
White with #8343F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343F6; }
p { color: rgb(131,67,246); }
H1.HeaderClassName
{
color: #8343F6;
}
.AnyTagClassName
{
color: #8343F6;
}
</style>
background-color css
<style>
a { background-color: #8343F6; }
a { background-color: rgb(131,67,246); }
div.DivClassName
{
background-color: #8343F6;
}
.BgClassName
{
background-color: #8343F6;
}
</style>
border-color css
<style>
span { border-color: #8343F6; }
span { border-color: rgb(131,67,246); }
td.TdClassName
{
border-color: #8343F6;
}
.TagClassName
{
border-color: #8343F6;
}
</style>