Shades of Blue Violet #8345FF
Tints of Blue Violet #8345FF
RGB
CMYK
RGB Variations
Color information
#8345FF (or 0x8345FF) is known color: Blue Violet. HEX triplet: 83, 45 and FF. RGB value is (131,69,255). Sum of RGB (Red+Green+Blue) = 131+69+255=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #8345FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8345FF is #7CBA00. Grayscale: #6C6C6C. Windows color (decimal): -8174081 or 16729475. OLE color: 16729475.
HSL color Cylindrical-coordinate representation of color #8345FF: hue angle of 260º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8345FF is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 69 | 255 | - |
| CMYK | 0.49 | 0.73 | 0 | 0 |
| HSL | 260º | 1% | 0.64% | - |
| HSV(B) | 260º | 0.73% | 1% | - |
| XYZ | 29.54 | 16.3 | 96.2 | - |
| YUV | 108.74 | 210.54 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 255 | 0.49 | 0.73 | 0 | 0 | 260 | 1 | 0.64 |
| Hex | 83 | 45 | FF | 31 | 49 | 0 | 0 | 104 | 64 | 40 |
| Octal | 203 | 105 | 377 | 61 | 111 | 0 | 0 | 404 | 144 | 100 |
| Binary | 10000011 | 1000101 | 11111111 | 110001 | 1001001 | 0 | 0 | 100000100 | 1100100 | 1000000 |
Color Harmonies of #8345FF
Complementary color
Monochromatic Colors of #8345FF
Black with #8345FF
Text Example
Text Example
White with #8345FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8345FF; }
p { color: rgb(131,69,255); }
H1.HeaderClassName
{
color: #8345FF;
}
.AnyTagClassName
{
color: #8345FF;
}
</style>
background-color css
<style>
a { background-color: #8345FF; }
a { background-color: rgb(131,69,255); }
div.DivClassName
{
background-color: #8345FF;
}
.BgClassName
{
background-color: #8345FF;
}
</style>
border-color css
<style>
span { border-color: #8345FF; }
span { border-color: rgb(131,69,255); }
td.TdClassName
{
border-color: #8345FF;
}
.TagClassName
{
border-color: #8345FF;
}
</style>