Shades of Blue Violet #8040FF
Tints of Blue Violet #8040FF
RGB
CMYK
RGB Variations
Color information
#8040FF (or 0x8040FF) is known color: Blue Violet. HEX triplet: 80, 40 and FF. RGB value is (128,64,255). Sum of RGB (Red+Green+Blue) = 128+64+255=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #8040FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040FF is #7FBF00. Grayscale: #686868. Windows color (decimal): -8371969 or 16728192. OLE color: 16728192.
HSL color Cylindrical-coordinate representation of color #8040FF: hue angle of 260.1º 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 #8040FF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 64 | 255 | - |
| CMYK | 0.50 | 0.75 | 0 | 0 |
| HSL | 260.1º | 1% | 0.63% | - |
| HSV(B) | 260.1º | 0.75% | 1% | - |
| XYZ | 28.79 | 15.48 | 96.08 | - |
| YUV | 104.91 | 212.7 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 255 | 0.50 | 0.75 | 0 | 0 | 260.1 | 1 | 0.63 |
| Hex | 80 | 40 | FF | 32 | 4B | 0 | 0 | 104 | 64 | 3F |
| Octal | 200 | 100 | 377 | 62 | 113 | 0 | 0 | 404 | 144 | 77 |
| Binary | 10000000 | 1000000 | 11111111 | 110010 | 1001011 | 0 | 0 | 100000100 | 1100100 | 111111 |
Color Harmonies of #8040FF
Complementary color
Monochromatic Colors of #8040FF
Black with #8040FF
Text Example
Text Example
White with #8040FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040FF; }
p { color: rgb(128,64,255); }
H1.HeaderClassName
{
color: #8040FF;
}
.AnyTagClassName
{
color: #8040FF;
}
</style>
background-color css
<style>
a { background-color: #8040FF; }
a { background-color: rgb(128,64,255); }
div.DivClassName
{
background-color: #8040FF;
}
.BgClassName
{
background-color: #8040FF;
}
</style>
border-color css
<style>
span { border-color: #8040FF; }
span { border-color: rgb(128,64,255); }
td.TdClassName
{
border-color: #8040FF;
}
.TagClassName
{
border-color: #8040FF;
}
</style>