Shades of Blue Violet #8040E9
Tints of Blue Violet #8040E9
RGB
CMYK
RGB Variations
Color information
#8040E9 (or 0x8040E9) is known color: Blue Violet. HEX triplet: 80, 40 and E9. RGB value is (128,64,233). Sum of RGB (Red+Green+Blue) = 128+64+233=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #8040E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040E9 is #7FBF16. Grayscale: #656565. Windows color (decimal): -8371991 or 15286400. OLE color: 15286400.
HSL color Cylindrical-coordinate representation of color #8040E9: hue angle of 262.72º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8040E9 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 64 | 233 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.09 |
| HSL | 262.72º | 0.79% | 0.58% | - |
| HSV(B) | 262.72º | 0.73% | 0.91% | - |
| XYZ | 25.44 | 14.14 | 78.48 | - |
| YUV | 102.4 | 201.7 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 233 | 0.45 | 0.73 | 0 | 0.09 | 262.72 | 0.79 | 0.58 |
| Hex | 80 | 40 | E9 | 2D | 49 | 0 | 9 | 107 | 4F | 3A |
| Octal | 200 | 100 | 351 | 55 | 111 | 0 | 11 | 407 | 117 | 72 |
| Binary | 10000000 | 1000000 | 11101001 | 101101 | 1001001 | 0 | 1001 | 100000111 | 1001111 | 111010 |
Color Harmonies of #8040E9
Complementary color
Monochromatic Colors of #8040E9
Black with #8040E9
Text Example
Text Example
White with #8040E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040E9; }
p { color: rgb(128,64,233); }
H1.HeaderClassName
{
color: #8040E9;
}
.AnyTagClassName
{
color: #8040E9;
}
</style>
background-color css
<style>
a { background-color: #8040E9; }
a { background-color: rgb(128,64,233); }
div.DivClassName
{
background-color: #8040E9;
}
.BgClassName
{
background-color: #8040E9;
}
</style>
border-color css
<style>
span { border-color: #8040E9; }
span { border-color: rgb(128,64,233); }
td.TdClassName
{
border-color: #8040E9;
}
.TagClassName
{
border-color: #8040E9;
}
</style>