Shades of Blue Violet #8343E5
Tints of Blue Violet #8343E5
RGB
CMYK
RGB Variations
Color information
#8343E5 (or 0x8343E5) is known color: Blue Violet. HEX triplet: 83, 43 and E5. RGB value is (131,67,229). Sum of RGB (Red+Green+Blue) = 131+67+229=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #8343E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343E5 is #7CBC1A. Grayscale: #686868. Windows color (decimal): -8174619 or 15025027. OLE color: 15025027.
HSL color Cylindrical-coordinate representation of color #8343E5: hue angle of 263.7º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8343E5 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 67 | 229 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.10 |
| HSL | 263.7º | 0.76% | 0.58% | - |
| HSV(B) | 263.7º | 0.71% | 0.9% | - |
| XYZ | 25.51 | 14.5 | 75.58 | - |
| YUV | 104.6 | 198.2 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 229 | 0.43 | 0.71 | 0 | 0.10 | 263.7 | 0.76 | 0.58 |
| Hex | 83 | 43 | E5 | 2B | 47 | 0 | A | 108 | 4C | 3A |
| Octal | 203 | 103 | 345 | 53 | 107 | 0 | 12 | 410 | 114 | 72 |
| Binary | 10000011 | 1000011 | 11100101 | 101011 | 1000111 | 0 | 1010 | 100001000 | 1001100 | 111010 |
Color Harmonies of #8343E5
Complementary color
Monochromatic Colors of #8343E5
Black with #8343E5
Text Example
Text Example
White with #8343E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343E5; }
p { color: rgb(131,67,229); }
H1.HeaderClassName
{
color: #8343E5;
}
.AnyTagClassName
{
color: #8343E5;
}
</style>
background-color css
<style>
a { background-color: #8343E5; }
a { background-color: rgb(131,67,229); }
div.DivClassName
{
background-color: #8343E5;
}
.BgClassName
{
background-color: #8343E5;
}
</style>
border-color css
<style>
span { border-color: #8343E5; }
span { border-color: rgb(131,67,229); }
td.TdClassName
{
border-color: #8343E5;
}
.TagClassName
{
border-color: #8343E5;
}
</style>