Shades of Blue Violet #8349ED
Tints of Blue Violet #8349ED
RGB
CMYK
RGB Variations
Color information
#8349ED (or 0x8349ED) is known color: Blue Violet. HEX triplet: 83, 49 and ED. RGB value is (131,73,237). Sum of RGB (Red+Green+Blue) = 131+73+237=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #8349ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349ED is #7CB612. Grayscale: #6C6C6C. Windows color (decimal): -8173075 or 15550851. OLE color: 15550851.
HSL color Cylindrical-coordinate representation of color #8349ED: hue angle of 261.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8349ED is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 73 | 237 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.07 |
| HSL | 261.22º | 0.82% | 0.61% | - |
| HSV(B) | 261.22º | 0.69% | 0.93% | - |
| XYZ | 27.03 | 15.7 | 81.73 | - |
| YUV | 109.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 237 | 0.45 | 0.69 | 0 | 0.07 | 261.22 | 0.82 | 0.61 |
| Hex | 83 | 49 | ED | 2D | 45 | 0 | 7 | 105 | 52 | 3D |
| Octal | 203 | 111 | 355 | 55 | 105 | 0 | 7 | 405 | 122 | 75 |
| Binary | 10000011 | 1001001 | 11101101 | 101101 | 1000101 | 0 | 111 | 100000101 | 1010010 | 111101 |
Color Harmonies of #8349ED
Complementary color
Monochromatic Colors of #8349ED
Black with #8349ED
Text Example
Text Example
White with #8349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349ED; }
p { color: rgb(131,73,237); }
H1.HeaderClassName
{
color: #8349ED;
}
.AnyTagClassName
{
color: #8349ED;
}
</style>
background-color css
<style>
a { background-color: #8349ED; }
a { background-color: rgb(131,73,237); }
div.DivClassName
{
background-color: #8349ED;
}
.BgClassName
{
background-color: #8349ED;
}
</style>
border-color css
<style>
span { border-color: #8349ED; }
span { border-color: rgb(131,73,237); }
td.TdClassName
{
border-color: #8349ED;
}
.TagClassName
{
border-color: #8349ED;
}
</style>