Shades of Blue Violet #8320F3
Tints of Blue Violet #8320F3
RGB
CMYK
RGB Variations
Color information
#8320F3 (or 0x8320F3) is known color: Blue Violet. HEX triplet: 83, 20 and F3. RGB value is (131,32,243). Sum of RGB (Red+Green+Blue) = 131+32+243=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #8320F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8320F3 is #7CDF0C. Grayscale: #545454. Windows color (decimal): -8183565 or 15933571. OLE color: 15933571.
HSL color Cylindrical-coordinate representation of color #8320F3: hue angle of 268.15º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8320F3 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 32 | 243 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.05 |
| HSL | 268.15º | 0.9% | 0.54% | - |
| HSV(B) | 268.15º | 0.87% | 0.95% | - |
| XYZ | 26.05 | 12.33 | 85.8 | - |
| YUV | 85.66 | 216.8 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 243 | 0.46 | 0.87 | 0 | 0.05 | 268.15 | 0.9 | 0.54 |
| Hex | 83 | 20 | F3 | 2E | 57 | 0 | 5 | 10C | 5A | 36 |
| Octal | 203 | 40 | 363 | 56 | 127 | 0 | 5 | 414 | 132 | 66 |
| Binary | 10000011 | 100000 | 11110011 | 101110 | 1010111 | 0 | 101 | 100001100 | 1011010 | 110110 |
Color Harmonies of #8320F3
Complementary color
Monochromatic Colors of #8320F3
Black with #8320F3
Text Example
Text Example
White with #8320F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8320F3; }
p { color: rgb(131,32,243); }
H1.HeaderClassName
{
color: #8320F3;
}
.AnyTagClassName
{
color: #8320F3;
}
</style>
background-color css
<style>
a { background-color: #8320F3; }
a { background-color: rgb(131,32,243); }
div.DivClassName
{
background-color: #8320F3;
}
.BgClassName
{
background-color: #8320F3;
}
</style>
border-color css
<style>
span { border-color: #8320F3; }
span { border-color: rgb(131,32,243); }
td.TdClassName
{
border-color: #8320F3;
}
.TagClassName
{
border-color: #8320F3;
}
</style>