Shades of Blue Violet #8349EA
Tints of Blue Violet #8349EA
RGB
CMYK
RGB Variations
Color information
#8349EA (or 0x8349EA) is known color: Blue Violet. HEX triplet: 83, 49 and EA. RGB value is (131,73,234). Sum of RGB (Red+Green+Blue) = 131+73+234=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #8349EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349EA is #7CB615. Grayscale: #6C6C6C. Windows color (decimal): -8173078 or 15354243. OLE color: 15354243.
HSL color Cylindrical-coordinate representation of color #8349EA: hue angle of 261.61º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8349EA is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 73 | 234 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.08 |
| HSL | 261.61º | 0.79% | 0.6% | - |
| HSV(B) | 261.61º | 0.69% | 0.92% | - |
| XYZ | 26.59 | 15.53 | 79.44 | - |
| YUV | 108.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 234 | 0.44 | 0.69 | 0 | 0.08 | 261.61 | 0.79 | 0.6 |
| Hex | 83 | 49 | EA | 2C | 45 | 0 | 8 | 106 | 4F | 3C |
| Octal | 203 | 111 | 352 | 54 | 105 | 0 | 10 | 406 | 117 | 74 |
| Binary | 10000011 | 1001001 | 11101010 | 101100 | 1000101 | 0 | 1000 | 100000110 | 1001111 | 111100 |
Color Harmonies of #8349EA
Complementary color
Monochromatic Colors of #8349EA
Black with #8349EA
Text Example
Text Example
White with #8349EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349EA; }
p { color: rgb(131,73,234); }
H1.HeaderClassName
{
color: #8349EA;
}
.AnyTagClassName
{
color: #8349EA;
}
</style>
background-color css
<style>
a { background-color: #8349EA; }
a { background-color: rgb(131,73,234); }
div.DivClassName
{
background-color: #8349EA;
}
.BgClassName
{
background-color: #8349EA;
}
</style>
border-color css
<style>
span { border-color: #8349EA; }
span { border-color: rgb(131,73,234); }
td.TdClassName
{
border-color: #8349EA;
}
.TagClassName
{
border-color: #8349EA;
}
</style>