Shades of Blue Violet #8040E0
Tints of Blue Violet #8040E0
RGB
CMYK
RGB Variations
Color information
#8040E0 (or 0x8040E0) is known color: Blue Violet. HEX triplet: 80, 40 and E0. RGB value is (128,64,224). Sum of RGB (Red+Green+Blue) = 128+64+224=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #8040E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040E0 is #7FBF1F. Grayscale: #646464. Windows color (decimal): -8372000 or 14696576. OLE color: 14696576.
HSL color Cylindrical-coordinate representation of color #8040E0: hue angle of 264º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8040E0 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 64 | 224 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.12 |
| HSL | 264º | 0.72% | 0.56% | - |
| HSV(B) | 264º | 0.71% | 0.88% | - |
| XYZ | 24.19 | 13.64 | 71.88 | - |
| YUV | 101.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 224 | 0.43 | 0.71 | 0 | 0.12 | 264 | 0.72 | 0.56 |
| Hex | 80 | 40 | E0 | 2B | 47 | 0 | C | 108 | 48 | 38 |
| Octal | 200 | 100 | 340 | 53 | 107 | 0 | 14 | 410 | 110 | 70 |
| Binary | 10000000 | 1000000 | 11100000 | 101011 | 1000111 | 0 | 1100 | 100001000 | 1001000 | 111000 |
Color Harmonies of #8040E0
Complementary color
Monochromatic Colors of #8040E0
Black with #8040E0
Text Example
Text Example
White with #8040E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040E0; }
p { color: rgb(128,64,224); }
H1.HeaderClassName
{
color: #8040E0;
}
.AnyTagClassName
{
color: #8040E0;
}
</style>
background-color css
<style>
a { background-color: #8040E0; }
a { background-color: rgb(128,64,224); }
div.DivClassName
{
background-color: #8040E0;
}
.BgClassName
{
background-color: #8040E0;
}
</style>
border-color css
<style>
span { border-color: #8040E0; }
span { border-color: rgb(128,64,224); }
td.TdClassName
{
border-color: #8040E0;
}
.TagClassName
{
border-color: #8040E0;
}
</style>