Shades of Blue Violet #8314F1
Tints of Blue Violet #8314F1
RGB
CMYK
RGB Variations
Color information
#8314F1 (or 0x8314F1) is known color: Blue Violet. HEX triplet: 83, 14 and F1. RGB value is (131,20,241). Sum of RGB (Red+Green+Blue) = 131+20+241=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #8314F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8314F1 is #7CEB0E. Grayscale: #4D4D4D. Windows color (decimal): -8186639 or 15799427. OLE color: 15799427.
HSL color Cylindrical-coordinate representation of color #8314F1: hue angle of 270.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8314F1 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 20 | 241 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.05 |
| HSL | 270.14º | 0.89% | 0.51% | - |
| HSV(B) | 270.14º | 0.92% | 0.95% | - |
| XYZ | 25.49 | 11.68 | 84.13 | - |
| YUV | 78.38 | 219.77 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 241 | 0.46 | 0.92 | 0 | 0.05 | 270.14 | 0.89 | 0.51 |
| Hex | 83 | 14 | F1 | 2E | 5C | 0 | 5 | 10E | 59 | 33 |
| Octal | 203 | 24 | 361 | 56 | 134 | 0 | 5 | 416 | 131 | 63 |
| Binary | 10000011 | 10100 | 11110001 | 101110 | 1011100 | 0 | 101 | 100001110 | 1011001 | 110011 |
Color Harmonies of #8314F1
Complementary color
Monochromatic Colors of #8314F1
Black with #8314F1
Text Example
Text Example
White with #8314F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314F1; }
p { color: rgb(131,20,241); }
H1.HeaderClassName
{
color: #8314F1;
}
.AnyTagClassName
{
color: #8314F1;
}
</style>
background-color css
<style>
a { background-color: #8314F1; }
a { background-color: rgb(131,20,241); }
div.DivClassName
{
background-color: #8314F1;
}
.BgClassName
{
background-color: #8314F1;
}
</style>
border-color css
<style>
span { border-color: #8314F1; }
span { border-color: rgb(131,20,241); }
td.TdClassName
{
border-color: #8314F1;
}
.TagClassName
{
border-color: #8314F1;
}
</style>