Shades of Blue Violet #8316FA
Tints of Blue Violet #8316FA
RGB
CMYK
RGB Variations
Color information
#8316FA (or 0x8316FA) is known color: Blue Violet. HEX triplet: 83, 16 and FA. RGB value is (131,22,250). Sum of RGB (Red+Green+Blue) = 131+22+250=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #8316FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8316FA is #7CE905. Grayscale: #4F4F4F. Windows color (decimal): -8186118 or 16389763. OLE color: 16389763.
HSL color Cylindrical-coordinate representation of color #8316FA: hue angle of 268.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8316FA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 22 | 250 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.02 |
| HSL | 268.68º | 0.96% | 0.53% | - |
| HSV(B) | 268.68º | 0.91% | 0.98% | - |
| XYZ | 26.9 | 12.3 | 91.4 | - |
| YUV | 80.58 | 223.61 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 250 | 0.48 | 0.91 | 0 | 0.02 | 268.68 | 0.96 | 0.53 |
| Hex | 83 | 16 | FA | 30 | 5B | 0 | 2 | 10D | 60 | 35 |
| Octal | 203 | 26 | 372 | 60 | 133 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000011 | 10110 | 11111010 | 110000 | 1011011 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8316FA
Complementary color
Monochromatic Colors of #8316FA
Black with #8316FA
Text Example
Text Example
White with #8316FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316FA; }
p { color: rgb(131,22,250); }
H1.HeaderClassName
{
color: #8316FA;
}
.AnyTagClassName
{
color: #8316FA;
}
</style>
background-color css
<style>
a { background-color: #8316FA; }
a { background-color: rgb(131,22,250); }
div.DivClassName
{
background-color: #8316FA;
}
.BgClassName
{
background-color: #8316FA;
}
</style>
border-color css
<style>
span { border-color: #8316FA; }
span { border-color: rgb(131,22,250); }
td.TdClassName
{
border-color: #8316FA;
}
.TagClassName
{
border-color: #8316FA;
}
</style>