Shades of Blue Violet #8341EF
Tints of Blue Violet #8341EF
RGB
CMYK
RGB Variations
Color information
#8341EF (or 0x8341EF) is known color: Blue Violet. HEX triplet: 83, 41 and EF. RGB value is (131,65,239). Sum of RGB (Red+Green+Blue) = 131+65+239=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #8341EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341EF is #7CBE10. Grayscale: #676767. Windows color (decimal): -8175121 or 15679875. OLE color: 15679875.
HSL color Cylindrical-coordinate representation of color #8341EF: hue angle of 262.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8341EF is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 65 | 239 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.06 |
| HSL | 262.76º | 0.84% | 0.6% | - |
| HSV(B) | 262.76º | 0.73% | 0.94% | - |
| XYZ | 26.83 | 14.84 | 83.11 | - |
| YUV | 104.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 239 | 0.45 | 0.73 | 0 | 0.06 | 262.76 | 0.84 | 0.6 |
| Hex | 83 | 41 | EF | 2D | 49 | 0 | 6 | 107 | 54 | 3C |
| Octal | 203 | 101 | 357 | 55 | 111 | 0 | 6 | 407 | 124 | 74 |
| Binary | 10000011 | 1000001 | 11101111 | 101101 | 1001001 | 0 | 110 | 100000111 | 1010100 | 111100 |
Color Harmonies of #8341EF
Complementary color
Monochromatic Colors of #8341EF
Black with #8341EF
Text Example
Text Example
White with #8341EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341EF; }
p { color: rgb(131,65,239); }
H1.HeaderClassName
{
color: #8341EF;
}
.AnyTagClassName
{
color: #8341EF;
}
</style>
background-color css
<style>
a { background-color: #8341EF; }
a { background-color: rgb(131,65,239); }
div.DivClassName
{
background-color: #8341EF;
}
.BgClassName
{
background-color: #8341EF;
}
</style>
border-color css
<style>
span { border-color: #8341EF; }
span { border-color: rgb(131,65,239); }
td.TdClassName
{
border-color: #8341EF;
}
.TagClassName
{
border-color: #8341EF;
}
</style>