Shades of Blue Violet #8040F9
Tints of Blue Violet #8040F9
RGB
CMYK
RGB Variations
Color information
#8040F9 (or 0x8040F9) is known color: Blue Violet. HEX triplet: 80, 40 and F9. RGB value is (128,64,249). Sum of RGB (Red+Green+Blue) = 128+64+249=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #8040F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040F9 is #7FBF06. Grayscale: #676767. Windows color (decimal): -8371975 or 16334976. OLE color: 16334976.
HSL color Cylindrical-coordinate representation of color #8040F9: hue angle of 260.76º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8040F9 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 64 | 249 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.02 |
| HSL | 260.76º | 0.94% | 0.61% | - |
| HSV(B) | 260.76º | 0.74% | 0.98% | - |
| XYZ | 27.83 | 15.1 | 91.07 | - |
| YUV | 104.23 | 209.7 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 249 | 0.49 | 0.74 | 0 | 0.02 | 260.76 | 0.94 | 0.61 |
| Hex | 80 | 40 | F9 | 31 | 4A | 0 | 2 | 105 | 5E | 3D |
| Octal | 200 | 100 | 371 | 61 | 112 | 0 | 2 | 405 | 136 | 75 |
| Binary | 10000000 | 1000000 | 11111001 | 110001 | 1001010 | 0 | 10 | 100000101 | 1011110 | 111101 |
Color Harmonies of #8040F9
Complementary color
Monochromatic Colors of #8040F9
Black with #8040F9
Text Example
Text Example
White with #8040F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040F9; }
p { color: rgb(128,64,249); }
H1.HeaderClassName
{
color: #8040F9;
}
.AnyTagClassName
{
color: #8040F9;
}
</style>
background-color css
<style>
a { background-color: #8040F9; }
a { background-color: rgb(128,64,249); }
div.DivClassName
{
background-color: #8040F9;
}
.BgClassName
{
background-color: #8040F9;
}
</style>
border-color css
<style>
span { border-color: #8040F9; }
span { border-color: rgb(128,64,249); }
td.TdClassName
{
border-color: #8040F9;
}
.TagClassName
{
border-color: #8040F9;
}
</style>