Shades of Blue Violet #8320F9
Tints of Blue Violet #8320F9
RGB
CMYK
RGB Variations
Color information
#8320F9 (or 0x8320F9) is known color: Blue Violet. HEX triplet: 83, 20 and F9. RGB value is (131,32,249). Sum of RGB (Red+Green+Blue) = 131+32+249=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #8320F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8320F9 is #7CDF06. Grayscale: #555555. Windows color (decimal): -8183559 or 16326787. OLE color: 16326787.
HSL color Cylindrical-coordinate representation of color #8320F9: hue angle of 267.37º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8320F9 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 32 | 249 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.02 |
| HSL | 267.37º | 0.95% | 0.55% | - |
| HSV(B) | 267.37º | 0.87% | 0.98% | - |
| XYZ | 26.98 | 12.7 | 90.65 | - |
| YUV | 86.34 | 219.8 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 249 | 0.47 | 0.87 | 0 | 0.02 | 267.37 | 0.95 | 0.55 |
| Hex | 83 | 20 | F9 | 2F | 57 | 0 | 2 | 10B | 5F | 37 |
| Octal | 203 | 40 | 371 | 57 | 127 | 0 | 2 | 413 | 137 | 67 |
| Binary | 10000011 | 100000 | 11111001 | 101111 | 1010111 | 0 | 10 | 100001011 | 1011111 | 110111 |
Color Harmonies of #8320F9
Complementary color
Monochromatic Colors of #8320F9
Black with #8320F9
Text Example
Text Example
White with #8320F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8320F9; }
p { color: rgb(131,32,249); }
H1.HeaderClassName
{
color: #8320F9;
}
.AnyTagClassName
{
color: #8320F9;
}
</style>
background-color css
<style>
a { background-color: #8320F9; }
a { background-color: rgb(131,32,249); }
div.DivClassName
{
background-color: #8320F9;
}
.BgClassName
{
background-color: #8320F9;
}
</style>
border-color css
<style>
span { border-color: #8320F9; }
span { border-color: rgb(131,32,249); }
td.TdClassName
{
border-color: #8320F9;
}
.TagClassName
{
border-color: #8320F9;
}
</style>