Shades of Blue Violet #8044E8
Tints of Blue Violet #8044E8
RGB
CMYK
RGB Variations
Color information
#8044E8 (or 0x8044E8) is known color: Blue Violet. HEX triplet: 80, 44 and E8. RGB value is (128,68,232). Sum of RGB (Red+Green+Blue) = 128+68+232=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #8044E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8044E8 is #7FBB17. Grayscale: #686868. Windows color (decimal): -8370968 or 15221888. OLE color: 15221888.
HSL color Cylindrical-coordinate representation of color #8044E8: hue angle of 261.95º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8044E8 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 68 | 232 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.09 |
| HSL | 261.95º | 0.78% | 0.59% | - |
| HSV(B) | 261.95º | 0.71% | 0.91% | - |
| XYZ | 25.53 | 14.55 | 77.81 | - |
| YUV | 104.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 232 | 0.45 | 0.71 | 0 | 0.09 | 261.95 | 0.78 | 0.59 |
| Hex | 80 | 44 | E8 | 2D | 47 | 0 | 9 | 106 | 4E | 3B |
| Octal | 200 | 104 | 350 | 55 | 107 | 0 | 11 | 406 | 116 | 73 |
| Binary | 10000000 | 1000100 | 11101000 | 101101 | 1000111 | 0 | 1001 | 100000110 | 1001110 | 111011 |
Color Harmonies of #8044E8
Complementary color
Monochromatic Colors of #8044E8
Black with #8044E8
Text Example
Text Example
White with #8044E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044E8; }
p { color: rgb(128,68,232); }
H1.HeaderClassName
{
color: #8044E8;
}
.AnyTagClassName
{
color: #8044E8;
}
</style>
background-color css
<style>
a { background-color: #8044E8; }
a { background-color: rgb(128,68,232); }
div.DivClassName
{
background-color: #8044E8;
}
.BgClassName
{
background-color: #8044E8;
}
</style>
border-color css
<style>
span { border-color: #8044E8; }
span { border-color: rgb(128,68,232); }
td.TdClassName
{
border-color: #8044E8;
}
.TagClassName
{
border-color: #8044E8;
}
</style>