Shades of Blue Violet #8346CF
Tints of Blue Violet #8346CF
RGB
CMYK
RGB Variations
Color information
#8346CF (or 0x8346CF) is known color: Blue Violet. HEX triplet: 83, 46 and CF. RGB value is (131,70,207). Sum of RGB (Red+Green+Blue) = 131+70+207=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #8346CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346CF is #7CB930. Grayscale: #676767. Windows color (decimal): -8173873 or 13584003. OLE color: 13584003.
HSL color Cylindrical-coordinate representation of color #8346CF: hue angle of 266.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8346CF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 70 | 207 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.19 |
| HSL | 266.72º | 0.59% | 0.54% | - |
| HSV(B) | 266.72º | 0.66% | 0.81% | - |
| XYZ | 22.81 | 13.71 | 60.48 | - |
| YUV | 103.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 207 | 0.37 | 0.66 | 0 | 0.19 | 266.72 | 0.59 | 0.54 |
| Hex | 83 | 46 | CF | 25 | 42 | 0 | 13 | 10B | 3B | 36 |
| Octal | 203 | 106 | 317 | 45 | 102 | 0 | 23 | 413 | 73 | 66 |
| Binary | 10000011 | 1000110 | 11001111 | 100101 | 1000010 | 0 | 10011 | 100001011 | 111011 | 110110 |
Color Harmonies of #8346CF
Complementary color
Monochromatic Colors of #8346CF
Black with #8346CF
Text Example
Text Example
White with #8346CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346CF; }
p { color: rgb(131,70,207); }
H1.HeaderClassName
{
color: #8346CF;
}
.AnyTagClassName
{
color: #8346CF;
}
</style>
background-color css
<style>
a { background-color: #8346CF; }
a { background-color: rgb(131,70,207); }
div.DivClassName
{
background-color: #8346CF;
}
.BgClassName
{
background-color: #8346CF;
}
</style>
border-color css
<style>
span { border-color: #8346CF; }
span { border-color: rgb(131,70,207); }
td.TdClassName
{
border-color: #8346CF;
}
.TagClassName
{
border-color: #8346CF;
}
</style>