Shades of Blue Violet #8240F3
Tints of Blue Violet #8240F3
RGB
CMYK
RGB Variations
Color information
#8240F3 (or 0x8240F3) is known color: Blue Violet. HEX triplet: 82, 40 and F3. RGB value is (130,64,243). Sum of RGB (Red+Green+Blue) = 130+64+243=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #8240F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8240F3 is #7DBF0C. Grayscale: #676767. Windows color (decimal): -8240909 or 15941762. OLE color: 15941762.
HSL color Cylindrical-coordinate representation of color #8240F3: hue angle of 262.12º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8240F3 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 64 | 243 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.05 |
| HSL | 262.12º | 0.88% | 0.6% | - |
| HSV(B) | 262.12º | 0.74% | 0.95% | - |
| XYZ | 27.22 | 14.88 | 86.23 | - |
| YUV | 104.14 | 206.37 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 243 | 0.47 | 0.74 | 0 | 0.05 | 262.12 | 0.88 | 0.6 |
| Hex | 82 | 40 | F3 | 2F | 4A | 0 | 5 | 106 | 58 | 3C |
| Octal | 202 | 100 | 363 | 57 | 112 | 0 | 5 | 406 | 130 | 74 |
| Binary | 10000010 | 1000000 | 11110011 | 101111 | 1001010 | 0 | 101 | 100000110 | 1011000 | 111100 |
Color Harmonies of #8240F3
Complementary color
Monochromatic Colors of #8240F3
Black with #8240F3
Text Example
Text Example
White with #8240F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240F3; }
p { color: rgb(130,64,243); }
H1.HeaderClassName
{
color: #8240F3;
}
.AnyTagClassName
{
color: #8240F3;
}
</style>
background-color css
<style>
a { background-color: #8240F3; }
a { background-color: rgb(130,64,243); }
div.DivClassName
{
background-color: #8240F3;
}
.BgClassName
{
background-color: #8240F3;
}
</style>
border-color css
<style>
span { border-color: #8240F3; }
span { border-color: rgb(130,64,243); }
td.TdClassName
{
border-color: #8240F3;
}
.TagClassName
{
border-color: #8240F3;
}
</style>