Shades of Blue Violet #8044EF
Tints of Blue Violet #8044EF
RGB
CMYK
RGB Variations
Color information
#8044EF (or 0x8044EF) is known color: Blue Violet. HEX triplet: 80, 44 and EF. RGB value is (128,68,239). Sum of RGB (Red+Green+Blue) = 128+68+239=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #8044EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8044EF is #7FBB10. Grayscale: #686868. Windows color (decimal): -8370961 or 15680640. OLE color: 15680640.
HSL color Cylindrical-coordinate representation of color #8044EF: hue angle of 261.05º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8044EF is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 68 | 239 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.06 |
| HSL | 261.05º | 0.84% | 0.6% | - |
| HSV(B) | 261.05º | 0.72% | 0.94% | - |
| XYZ | 26.55 | 14.96 | 83.15 | - |
| YUV | 105.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 239 | 0.46 | 0.72 | 0 | 0.06 | 261.05 | 0.84 | 0.6 |
| Hex | 80 | 44 | EF | 2E | 48 | 0 | 6 | 105 | 54 | 3C |
| Octal | 200 | 104 | 357 | 56 | 110 | 0 | 6 | 405 | 124 | 74 |
| Binary | 10000000 | 1000100 | 11101111 | 101110 | 1001000 | 0 | 110 | 100000101 | 1010100 | 111100 |
Color Harmonies of #8044EF
Complementary color
Monochromatic Colors of #8044EF
Black with #8044EF
Text Example
Text Example
White with #8044EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044EF; }
p { color: rgb(128,68,239); }
H1.HeaderClassName
{
color: #8044EF;
}
.AnyTagClassName
{
color: #8044EF;
}
</style>
background-color css
<style>
a { background-color: #8044EF; }
a { background-color: rgb(128,68,239); }
div.DivClassName
{
background-color: #8044EF;
}
.BgClassName
{
background-color: #8044EF;
}
</style>
border-color css
<style>
span { border-color: #8044EF; }
span { border-color: rgb(128,68,239); }
td.TdClassName
{
border-color: #8044EF;
}
.TagClassName
{
border-color: #8044EF;
}
</style>