Shades of Blue Violet #8341EA
Tints of Blue Violet #8341EA
RGB
CMYK
RGB Variations
Color information
#8341EA (or 0x8341EA) is known color: Blue Violet. HEX triplet: 83, 41 and EA. RGB value is (131,65,234). Sum of RGB (Red+Green+Blue) = 131+65+234=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #8341EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341EA is #7CBE15. Grayscale: #676767. Windows color (decimal): -8175126 or 15352195. OLE color: 15352195.
HSL color Cylindrical-coordinate representation of color #8341EA: hue angle of 263.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8341EA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 65 | 234 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.08 |
| HSL | 263.43º | 0.8% | 0.59% | - |
| HSV(B) | 263.43º | 0.72% | 0.92% | - |
| XYZ | 26.1 | 14.55 | 79.27 | - |
| YUV | 104 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 234 | 0.44 | 0.72 | 0 | 0.08 | 263.43 | 0.8 | 0.59 |
| Hex | 83 | 41 | EA | 2C | 48 | 0 | 8 | 107 | 50 | 3B |
| Octal | 203 | 101 | 352 | 54 | 110 | 0 | 10 | 407 | 120 | 73 |
| Binary | 10000011 | 1000001 | 11101010 | 101100 | 1001000 | 0 | 1000 | 100000111 | 1010000 | 111011 |
Color Harmonies of #8341EA
Complementary color
Monochromatic Colors of #8341EA
Black with #8341EA
Text Example
Text Example
White with #8341EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341EA; }
p { color: rgb(131,65,234); }
H1.HeaderClassName
{
color: #8341EA;
}
.AnyTagClassName
{
color: #8341EA;
}
</style>
background-color css
<style>
a { background-color: #8341EA; }
a { background-color: rgb(131,65,234); }
div.DivClassName
{
background-color: #8341EA;
}
.BgClassName
{
background-color: #8341EA;
}
</style>
border-color css
<style>
span { border-color: #8341EA; }
span { border-color: rgb(131,65,234); }
td.TdClassName
{
border-color: #8341EA;
}
.TagClassName
{
border-color: #8341EA;
}
</style>