Shades of Blue Violet #8313FA
Tints of Blue Violet #8313FA
RGB
CMYK
RGB Variations
Color information
#8313FA (or 0x8313FA) is known color: Blue Violet. HEX triplet: 83, 13 and FA. RGB value is (131,19,250). Sum of RGB (Red+Green+Blue) = 131+19+250=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #8313FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8313FA is #7CEC05. Grayscale: #4E4E4E. Windows color (decimal): -8186886 or 16388995. OLE color: 16388995.
HSL color Cylindrical-coordinate representation of color #8313FA: hue angle of 269.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8313FA is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 19 | 250 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.02 |
| HSL | 269.09º | 0.96% | 0.53% | - |
| HSV(B) | 269.09º | 0.92% | 0.98% | - |
| XYZ | 26.85 | 12.19 | 91.38 | - |
| YUV | 78.82 | 224.61 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 250 | 0.48 | 0.92 | 0 | 0.02 | 269.09 | 0.96 | 0.53 |
| Hex | 83 | 13 | FA | 30 | 5C | 0 | 2 | 10D | 60 | 35 |
| Octal | 203 | 23 | 372 | 60 | 134 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000011 | 10011 | 11111010 | 110000 | 1011100 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8313FA
Complementary color
Monochromatic Colors of #8313FA
Black with #8313FA
Text Example
Text Example
White with #8313FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313FA; }
p { color: rgb(131,19,250); }
H1.HeaderClassName
{
color: #8313FA;
}
.AnyTagClassName
{
color: #8313FA;
}
</style>
background-color css
<style>
a { background-color: #8313FA; }
a { background-color: rgb(131,19,250); }
div.DivClassName
{
background-color: #8313FA;
}
.BgClassName
{
background-color: #8313FA;
}
</style>
border-color css
<style>
span { border-color: #8313FA; }
span { border-color: rgb(131,19,250); }
td.TdClassName
{
border-color: #8313FA;
}
.TagClassName
{
border-color: #8313FA;
}
</style>