Shades of Blue Violet #8240FA
Tints of Blue Violet #8240FA
RGB
CMYK
RGB Variations
Color information
#8240FA (or 0x8240FA) is known color: Blue Violet. HEX triplet: 82, 40 and FA. RGB value is (130,64,250). Sum of RGB (Red+Green+Blue) = 130+64+250=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #8240FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8240FA is #7DBF05. Grayscale: #686868. Windows color (decimal): -8240902 or 16400514. OLE color: 16400514.
HSL color Cylindrical-coordinate representation of color #8240FA: hue angle of 261.29º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8240FA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 64 | 250 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.02 |
| HSL | 261.29º | 0.95% | 0.62% | - |
| HSV(B) | 261.29º | 0.74% | 0.98% | - |
| XYZ | 28.29 | 15.31 | 91.91 | - |
| YUV | 104.94 | 209.87 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 250 | 0.48 | 0.74 | 0 | 0.02 | 261.29 | 0.95 | 0.62 |
| Hex | 82 | 40 | FA | 30 | 4A | 0 | 2 | 105 | 5F | 3E |
| Octal | 202 | 100 | 372 | 60 | 112 | 0 | 2 | 405 | 137 | 76 |
| Binary | 10000010 | 1000000 | 11111010 | 110000 | 1001010 | 0 | 10 | 100000101 | 1011111 | 111110 |
Color Harmonies of #8240FA
Complementary color
Monochromatic Colors of #8240FA
Black with #8240FA
Text Example
Text Example
White with #8240FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240FA; }
p { color: rgb(130,64,250); }
H1.HeaderClassName
{
color: #8240FA;
}
.AnyTagClassName
{
color: #8240FA;
}
</style>
background-color css
<style>
a { background-color: #8240FA; }
a { background-color: rgb(130,64,250); }
div.DivClassName
{
background-color: #8240FA;
}
.BgClassName
{
background-color: #8240FA;
}
</style>
border-color css
<style>
span { border-color: #8240FA; }
span { border-color: rgb(130,64,250); }
td.TdClassName
{
border-color: #8240FA;
}
.TagClassName
{
border-color: #8240FA;
}
</style>