Shades of Blue Violet #8041EC
Tints of Blue Violet #8041EC
RGB
CMYK
RGB Variations
Color information
#8041EC (or 0x8041EC) is known color: Blue Violet. HEX triplet: 80, 41 and EC. RGB value is (128,65,236). Sum of RGB (Red+Green+Blue) = 128+65+236=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #8041EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8041EC is #7FBE13. Grayscale: #666666. Windows color (decimal): -8371732 or 15483264. OLE color: 15483264.
HSL color Cylindrical-coordinate representation of color #8041EC: hue angle of 262.11º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8041EC is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 65 | 236 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.07 |
| HSL | 262.11º | 0.82% | 0.59% | - |
| HSV(B) | 262.11º | 0.72% | 0.93% | - |
| XYZ | 25.93 | 14.43 | 80.77 | - |
| YUV | 103.33 | 202.87 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 236 | 0.46 | 0.72 | 0 | 0.07 | 262.11 | 0.82 | 0.59 |
| Hex | 80 | 41 | EC | 2E | 48 | 0 | 7 | 106 | 52 | 3B |
| Octal | 200 | 101 | 354 | 56 | 110 | 0 | 7 | 406 | 122 | 73 |
| Binary | 10000000 | 1000001 | 11101100 | 101110 | 1001000 | 0 | 111 | 100000110 | 1010010 | 111011 |
Color Harmonies of #8041EC
Complementary color
Monochromatic Colors of #8041EC
Black with #8041EC
Text Example
Text Example
White with #8041EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041EC; }
p { color: rgb(128,65,236); }
H1.HeaderClassName
{
color: #8041EC;
}
.AnyTagClassName
{
color: #8041EC;
}
</style>
background-color css
<style>
a { background-color: #8041EC; }
a { background-color: rgb(128,65,236); }
div.DivClassName
{
background-color: #8041EC;
}
.BgClassName
{
background-color: #8041EC;
}
</style>
border-color css
<style>
span { border-color: #8041EC; }
span { border-color: rgb(128,65,236); }
td.TdClassName
{
border-color: #8041EC;
}
.TagClassName
{
border-color: #8041EC;
}
</style>