Shades of Blue Violet #8029E1
Tints of Blue Violet #8029E1
RGB
CMYK
RGB Variations
Color information
#8029E1 (or 0x8029E1) is known color: Blue Violet. HEX triplet: 80, 29 and E1. RGB value is (128,41,225). Sum of RGB (Red+Green+Blue) = 128+41+225=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #8029E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029E1 is #7FD61E. Grayscale: #575757. Windows color (decimal): -8377887 or 14756224. OLE color: 14756224.
HSL color Cylindrical-coordinate representation of color #8029E1: hue angle of 268.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8029E1 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 41 | 225 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.12 |
| HSL | 268.37º | 0.75% | 0.52% | - |
| HSV(B) | 268.37º | 0.82% | 0.88% | - |
| XYZ | 23.29 | 11.61 | 72.25 | - |
| YUV | 87.99 | 205.32 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 225 | 0.43 | 0.82 | 0 | 0.12 | 268.37 | 0.75 | 0.52 |
| Hex | 80 | 29 | E1 | 2B | 52 | 0 | C | 10C | 4B | 34 |
| Octal | 200 | 51 | 341 | 53 | 122 | 0 | 14 | 414 | 113 | 64 |
| Binary | 10000000 | 101001 | 11100001 | 101011 | 1010010 | 0 | 1100 | 100001100 | 1001011 | 110100 |
Color Harmonies of #8029E1
Complementary color
Monochromatic Colors of #8029E1
Black with #8029E1
Text Example
Text Example
White with #8029E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029E1; }
p { color: rgb(128,41,225); }
H1.HeaderClassName
{
color: #8029E1;
}
.AnyTagClassName
{
color: #8029E1;
}
</style>
background-color css
<style>
a { background-color: #8029E1; }
a { background-color: rgb(128,41,225); }
div.DivClassName
{
background-color: #8029E1;
}
.BgClassName
{
background-color: #8029E1;
}
</style>
border-color css
<style>
span { border-color: #8029E1; }
span { border-color: rgb(128,41,225); }
td.TdClassName
{
border-color: #8029E1;
}
.TagClassName
{
border-color: #8029E1;
}
</style>