Shades of Blue Violet #8240FF
Tints of Blue Violet #8240FF
RGB
CMYK
RGB Variations
Color information
#8240FF (or 0x8240FF) is known color: Blue Violet. HEX triplet: 82, 40 and FF. RGB value is (130,64,255). Sum of RGB (Red+Green+Blue) = 130+64+255=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #8240FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8240FF is #7DBF00. Grayscale: #686868. Windows color (decimal): -8240897 or 16728194. OLE color: 16728194.
HSL color Cylindrical-coordinate representation of color #8240FF: hue angle of 260.73º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8240FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 64 | 255 | - |
| CMYK | 0.49 | 0.75 | 0 | 0 |
| HSL | 260.73º | 1% | 0.63% | - |
| HSV(B) | 260.73º | 0.75% | 1% | - |
| XYZ | 29.09 | 15.63 | 96.09 | - |
| YUV | 105.51 | 212.37 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 255 | 0.49 | 0.75 | 0 | 0 | 260.73 | 1 | 0.63 |
| Hex | 82 | 40 | FF | 31 | 4B | 0 | 0 | 105 | 64 | 3F |
| Octal | 202 | 100 | 377 | 61 | 113 | 0 | 0 | 405 | 144 | 77 |
| Binary | 10000010 | 1000000 | 11111111 | 110001 | 1001011 | 0 | 0 | 100000101 | 1100100 | 111111 |
Color Harmonies of #8240FF
Complementary color
Monochromatic Colors of #8240FF
Black with #8240FF
Text Example
Text Example
White with #8240FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240FF; }
p { color: rgb(130,64,255); }
H1.HeaderClassName
{
color: #8240FF;
}
.AnyTagClassName
{
color: #8240FF;
}
</style>
background-color css
<style>
a { background-color: #8240FF; }
a { background-color: rgb(130,64,255); }
div.DivClassName
{
background-color: #8240FF;
}
.BgClassName
{
background-color: #8240FF;
}
</style>
border-color css
<style>
span { border-color: #8240FF; }
span { border-color: rgb(130,64,255); }
td.TdClassName
{
border-color: #8240FF;
}
.TagClassName
{
border-color: #8240FF;
}
</style>