Shades of Blue Violet #8044EE
Tints of Blue Violet #8044EE
RGB
CMYK
RGB Variations
Color information
#8044EE (or 0x8044EE) is known color: Blue Violet. HEX triplet: 80, 44 and EE. RGB value is (128,68,238). Sum of RGB (Red+Green+Blue) = 128+68+238=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #8044EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8044EE is #7FBB11. Grayscale: #686868. Windows color (decimal): -8370962 or 15615104. OLE color: 15615104.
HSL color Cylindrical-coordinate representation of color #8044EE: hue angle of 261.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8044EE is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 68 | 238 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.07 |
| HSL | 261.18º | 0.83% | 0.6% | - |
| HSV(B) | 261.18º | 0.71% | 0.93% | - |
| XYZ | 26.4 | 14.9 | 82.37 | - |
| YUV | 105.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 238 | 0.46 | 0.71 | 0 | 0.07 | 261.18 | 0.83 | 0.6 |
| Hex | 80 | 44 | EE | 2E | 47 | 0 | 7 | 105 | 53 | 3C |
| Octal | 200 | 104 | 356 | 56 | 107 | 0 | 7 | 405 | 123 | 74 |
| Binary | 10000000 | 1000100 | 11101110 | 101110 | 1000111 | 0 | 111 | 100000101 | 1010011 | 111100 |
Color Harmonies of #8044EE
Complementary color
Monochromatic Colors of #8044EE
Black with #8044EE
Text Example
Text Example
White with #8044EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044EE; }
p { color: rgb(128,68,238); }
H1.HeaderClassName
{
color: #8044EE;
}
.AnyTagClassName
{
color: #8044EE;
}
</style>
background-color css
<style>
a { background-color: #8044EE; }
a { background-color: rgb(128,68,238); }
div.DivClassName
{
background-color: #8044EE;
}
.BgClassName
{
background-color: #8044EE;
}
</style>
border-color css
<style>
span { border-color: #8044EE; }
span { border-color: rgb(128,68,238); }
td.TdClassName
{
border-color: #8044EE;
}
.TagClassName
{
border-color: #8044EE;
}
</style>