Shades of Blue Violet #8343EA
Tints of Blue Violet #8343EA
RGB
CMYK
RGB Variations
Color information
#8343EA (or 0x8343EA) is known color: Blue Violet. HEX triplet: 83, 43 and EA. RGB value is (131,67,234). Sum of RGB (Red+Green+Blue) = 131+67+234=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #8343EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8343EA is #7CBC15. Grayscale: #686868. Windows color (decimal): -8174614 or 15352707. OLE color: 15352707.
HSL color Cylindrical-coordinate representation of color #8343EA: hue angle of 262.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8343EA is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 67 | 234 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.08 |
| HSL | 262.99º | 0.8% | 0.59% | - |
| HSV(B) | 262.99º | 0.71% | 0.92% | - |
| XYZ | 26.22 | 14.78 | 79.31 | - |
| YUV | 105.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 234 | 0.44 | 0.71 | 0 | 0.08 | 262.99 | 0.8 | 0.59 |
| Hex | 83 | 43 | EA | 2C | 47 | 0 | 8 | 107 | 50 | 3B |
| Octal | 203 | 103 | 352 | 54 | 107 | 0 | 10 | 407 | 120 | 73 |
| Binary | 10000011 | 1000011 | 11101010 | 101100 | 1000111 | 0 | 1000 | 100000111 | 1010000 | 111011 |
Color Harmonies of #8343EA
Complementary color
Monochromatic Colors of #8343EA
Black with #8343EA
Text Example
Text Example
White with #8343EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343EA; }
p { color: rgb(131,67,234); }
H1.HeaderClassName
{
color: #8343EA;
}
.AnyTagClassName
{
color: #8343EA;
}
</style>
background-color css
<style>
a { background-color: #8343EA; }
a { background-color: rgb(131,67,234); }
div.DivClassName
{
background-color: #8343EA;
}
.BgClassName
{
background-color: #8343EA;
}
</style>
border-color css
<style>
span { border-color: #8343EA; }
span { border-color: rgb(131,67,234); }
td.TdClassName
{
border-color: #8343EA;
}
.TagClassName
{
border-color: #8343EA;
}
</style>