Shades of Blue Violet #8041EE
Tints of Blue Violet #8041EE
RGB
CMYK
RGB Variations
Color information
#8041EE (or 0x8041EE) is known color: Blue Violet. HEX triplet: 80, 41 and EE. RGB value is (128,65,238). Sum of RGB (Red+Green+Blue) = 128+65+238=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #8041EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8041EE is #7FBE11. Grayscale: #666666. Windows color (decimal): -8371730 or 15614336. OLE color: 15614336.
HSL color Cylindrical-coordinate representation of color #8041EE: hue angle of 261.85º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8041EE is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 65 | 238 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.07 |
| HSL | 261.85º | 0.84% | 0.59% | - |
| HSV(B) | 261.85º | 0.73% | 0.93% | - |
| XYZ | 26.23 | 14.54 | 82.31 | - |
| YUV | 103.56 | 203.87 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 238 | 0.46 | 0.73 | 0 | 0.07 | 261.85 | 0.84 | 0.59 |
| Hex | 80 | 41 | EE | 2E | 49 | 0 | 7 | 106 | 54 | 3B |
| Octal | 200 | 101 | 356 | 56 | 111 | 0 | 7 | 406 | 124 | 73 |
| Binary | 10000000 | 1000001 | 11101110 | 101110 | 1001001 | 0 | 111 | 100000110 | 1010100 | 111011 |
Color Harmonies of #8041EE
Complementary color
Monochromatic Colors of #8041EE
Black with #8041EE
Text Example
Text Example
White with #8041EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041EE; }
p { color: rgb(128,65,238); }
H1.HeaderClassName
{
color: #8041EE;
}
.AnyTagClassName
{
color: #8041EE;
}
</style>
background-color css
<style>
a { background-color: #8041EE; }
a { background-color: rgb(128,65,238); }
div.DivClassName
{
background-color: #8041EE;
}
.BgClassName
{
background-color: #8041EE;
}
</style>
border-color css
<style>
span { border-color: #8041EE; }
span { border-color: rgb(128,65,238); }
td.TdClassName
{
border-color: #8041EE;
}
.TagClassName
{
border-color: #8041EE;
}
</style>