Shades of Blue Violet #8041E5
Tints of Blue Violet #8041E5
RGB
CMYK
RGB Variations
Color information
#8041E5 (or 0x8041E5) is known color: Blue Violet. HEX triplet: 80, 41 and E5. RGB value is (128,65,229). Sum of RGB (Red+Green+Blue) = 128+65+229=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #8041E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041E5 is #7FBE1A. Grayscale: #656565. Windows color (decimal): -8371739 or 15024512. OLE color: 15024512.
HSL color Cylindrical-coordinate representation of color #8041E5: hue angle of 263.05º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8041E5 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 65 | 229 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.10 |
| HSL | 263.05º | 0.76% | 0.58% | - |
| HSV(B) | 263.05º | 0.72% | 0.9% | - |
| XYZ | 24.94 | 14.03 | 75.52 | - |
| YUV | 102.53 | 199.37 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 229 | 0.44 | 0.72 | 0 | 0.10 | 263.05 | 0.76 | 0.58 |
| Hex | 80 | 41 | E5 | 2C | 48 | 0 | A | 107 | 4C | 3A |
| Octal | 200 | 101 | 345 | 54 | 110 | 0 | 12 | 407 | 114 | 72 |
| Binary | 10000000 | 1000001 | 11100101 | 101100 | 1001000 | 0 | 1010 | 100000111 | 1001100 | 111010 |
Color Harmonies of #8041E5
Complementary color
Monochromatic Colors of #8041E5
Black with #8041E5
Text Example
Text Example
White with #8041E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041E5; }
p { color: rgb(128,65,229); }
H1.HeaderClassName
{
color: #8041E5;
}
.AnyTagClassName
{
color: #8041E5;
}
</style>
background-color css
<style>
a { background-color: #8041E5; }
a { background-color: rgb(128,65,229); }
div.DivClassName
{
background-color: #8041E5;
}
.BgClassName
{
background-color: #8041E5;
}
</style>
border-color css
<style>
span { border-color: #8041E5; }
span { border-color: rgb(128,65,229); }
td.TdClassName
{
border-color: #8041E5;
}
.TagClassName
{
border-color: #8041E5;
}
</style>