Shades of Blue Violet #8240FB
Tints of Blue Violet #8240FB
RGB
CMYK
RGB Variations
Color information
#8240FB (or 0x8240FB) is known color: Blue Violet. HEX triplet: 82, 40 and FB. RGB value is (130,64,251). Sum of RGB (Red+Green+Blue) = 130+64+251=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #8240FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8240FB is #7DBF04. Grayscale: #686868. Windows color (decimal): -8240901 or 16466050. OLE color: 16466050.
HSL color Cylindrical-coordinate representation of color #8240FB: hue angle of 261.18º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8240FB is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 64 | 251 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.02 |
| HSL | 261.18º | 0.96% | 0.62% | - |
| HSV(B) | 261.18º | 0.75% | 0.98% | - |
| XYZ | 28.45 | 15.38 | 92.74 | - |
| YUV | 105.05 | 210.37 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 251 | 0.48 | 0.75 | 0 | 0.02 | 261.18 | 0.96 | 0.62 |
| Hex | 82 | 40 | FB | 30 | 4B | 0 | 2 | 105 | 60 | 3E |
| Octal | 202 | 100 | 373 | 60 | 113 | 0 | 2 | 405 | 140 | 76 |
| Binary | 10000010 | 1000000 | 11111011 | 110000 | 1001011 | 0 | 10 | 100000101 | 1100000 | 111110 |
Color Harmonies of #8240FB
Complementary color
Monochromatic Colors of #8240FB
Black with #8240FB
Text Example
Text Example
White with #8240FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240FB; }
p { color: rgb(130,64,251); }
H1.HeaderClassName
{
color: #8240FB;
}
.AnyTagClassName
{
color: #8240FB;
}
</style>
background-color css
<style>
a { background-color: #8240FB; }
a { background-color: rgb(130,64,251); }
div.DivClassName
{
background-color: #8240FB;
}
.BgClassName
{
background-color: #8240FB;
}
</style>
border-color css
<style>
span { border-color: #8240FB; }
span { border-color: rgb(130,64,251); }
td.TdClassName
{
border-color: #8240FB;
}
.TagClassName
{
border-color: #8240FB;
}
</style>