Shades of Blue Violet #8029EB
Tints of Blue Violet #8029EB
RGB
CMYK
RGB Variations
Color information
#8029EB (or 0x8029EB) is known color: Blue Violet. HEX triplet: 80, 29 and EB. RGB value is (128,41,235). Sum of RGB (Red+Green+Blue) = 128+41+235=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #8029EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8029EB is #7FD614. Grayscale: #585858. Windows color (decimal): -8377877 or 15411584. OLE color: 15411584.
HSL color Cylindrical-coordinate representation of color #8029EB: hue angle of 266.91º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8029EB is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 41 | 235 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.08 |
| HSL | 266.91º | 0.83% | 0.54% | - |
| HSV(B) | 266.91º | 0.83% | 0.92% | - |
| XYZ | 24.69 | 12.17 | 79.65 | - |
| YUV | 89.13 | 210.32 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 235 | 0.46 | 0.83 | 0 | 0.08 | 266.91 | 0.83 | 0.54 |
| Hex | 80 | 29 | EB | 2E | 53 | 0 | 8 | 10B | 53 | 36 |
| Octal | 200 | 51 | 353 | 56 | 123 | 0 | 10 | 413 | 123 | 66 |
| Binary | 10000000 | 101001 | 11101011 | 101110 | 1010011 | 0 | 1000 | 100001011 | 1010011 | 110110 |
Color Harmonies of #8029EB
Complementary color
Monochromatic Colors of #8029EB
Black with #8029EB
Text Example
Text Example
White with #8029EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029EB; }
p { color: rgb(128,41,235); }
H1.HeaderClassName
{
color: #8029EB;
}
.AnyTagClassName
{
color: #8029EB;
}
</style>
background-color css
<style>
a { background-color: #8029EB; }
a { background-color: rgb(128,41,235); }
div.DivClassName
{
background-color: #8029EB;
}
.BgClassName
{
background-color: #8029EB;
}
</style>
border-color css
<style>
span { border-color: #8029EB; }
span { border-color: rgb(128,41,235); }
td.TdClassName
{
border-color: #8029EB;
}
.TagClassName
{
border-color: #8029EB;
}
</style>