Shades of Blue Violet #8345FA
Tints of Blue Violet #8345FA
RGB
CMYK
RGB Variations
Color information
#8345FA (or 0x8345FA) is known color: Blue Violet. HEX triplet: 83, 45 and FA. RGB value is (131,69,250). Sum of RGB (Red+Green+Blue) = 131+69+250=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #8345FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8345FA is #7CBA05. Grayscale: #6B6B6B. Windows color (decimal): -8174086 or 16401795. OLE color: 16401795.
HSL color Cylindrical-coordinate representation of color #8345FA: hue angle of 260.55º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8345FA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 69 | 250 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.02 |
| HSL | 260.55º | 0.95% | 0.63% | - |
| HSV(B) | 260.55º | 0.72% | 0.98% | - |
| XYZ | 28.74 | 15.98 | 92.01 | - |
| YUV | 108.17 | 208.04 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 250 | 0.48 | 0.72 | 0 | 0.02 | 260.55 | 0.95 | 0.63 |
| Hex | 83 | 45 | FA | 30 | 48 | 0 | 2 | 105 | 5F | 3F |
| Octal | 203 | 105 | 372 | 60 | 110 | 0 | 2 | 405 | 137 | 77 |
| Binary | 10000011 | 1000101 | 11111010 | 110000 | 1001000 | 0 | 10 | 100000101 | 1011111 | 111111 |
Color Harmonies of #8345FA
Complementary color
Monochromatic Colors of #8345FA
Black with #8345FA
Text Example
Text Example
White with #8345FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8345FA; }
p { color: rgb(131,69,250); }
H1.HeaderClassName
{
color: #8345FA;
}
.AnyTagClassName
{
color: #8345FA;
}
</style>
background-color css
<style>
a { background-color: #8345FA; }
a { background-color: rgb(131,69,250); }
div.DivClassName
{
background-color: #8345FA;
}
.BgClassName
{
background-color: #8345FA;
}
</style>
border-color css
<style>
span { border-color: #8345FA; }
span { border-color: rgb(131,69,250); }
td.TdClassName
{
border-color: #8345FA;
}
.TagClassName
{
border-color: #8345FA;
}
</style>