Shades of Blue Violet #8348EF
Tints of Blue Violet #8348EF
RGB
CMYK
RGB Variations
Color information
#8348EF (or 0x8348EF) is known color: Blue Violet. HEX triplet: 83, 48 and EF. RGB value is (131,72,239). Sum of RGB (Red+Green+Blue) = 131+72+239=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #8348EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348EF is #7CB710. Grayscale: #6C6C6C. Windows color (decimal): -8173329 or 15681667. OLE color: 15681667.
HSL color Cylindrical-coordinate representation of color #8348EF: hue angle of 261.2º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8348EF is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 72 | 239 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.06 |
| HSL | 261.2º | 0.84% | 0.61% | - |
| HSV(B) | 261.2º | 0.7% | 0.94% | - |
| XYZ | 27.26 | 15.69 | 83.25 | - |
| YUV | 108.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 239 | 0.45 | 0.70 | 0 | 0.06 | 261.2 | 0.84 | 0.61 |
| Hex | 83 | 48 | EF | 2D | 46 | 0 | 6 | 105 | 54 | 3D |
| Octal | 203 | 110 | 357 | 55 | 106 | 0 | 6 | 405 | 124 | 75 |
| Binary | 10000011 | 1001000 | 11101111 | 101101 | 1000110 | 0 | 110 | 100000101 | 1010100 | 111101 |
Color Harmonies of #8348EF
Complementary color
Monochromatic Colors of #8348EF
Black with #8348EF
Text Example
Text Example
White with #8348EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8348EF; }
p { color: rgb(131,72,239); }
H1.HeaderClassName
{
color: #8348EF;
}
.AnyTagClassName
{
color: #8348EF;
}
</style>
background-color css
<style>
a { background-color: #8348EF; }
a { background-color: rgb(131,72,239); }
div.DivClassName
{
background-color: #8348EF;
}
.BgClassName
{
background-color: #8348EF;
}
</style>
border-color css
<style>
span { border-color: #8348EF; }
span { border-color: rgb(131,72,239); }
td.TdClassName
{
border-color: #8348EF;
}
.TagClassName
{
border-color: #8348EF;
}
</style>