Shades of Blue Violet #8029FF
Tints of Blue Violet #8029FF
RGB
CMYK
RGB Variations
Color information
#8029FF (or 0x8029FF) is known color: Blue Violet. HEX triplet: 80, 29 and FF. RGB value is (128,41,255). Sum of RGB (Red+Green+Blue) = 128+41+255=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #8029FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8029FF is #7FD600. Grayscale: #5A5A5A. Windows color (decimal): -8377857 or 16722304. OLE color: 16722304.
HSL color Cylindrical-coordinate representation of color #8029FF: hue angle of 264.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8029FF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 41 | 255 | - |
| CMYK | 0.50 | 0.84 | 0 | 0 |
| HSL | 264.39º | 1% | 0.58% | - |
| HSV(B) | 264.39º | 0.84% | 1% | - |
| XYZ | 27.75 | 13.4 | 95.73 | - |
| YUV | 91.41 | 220.32 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 255 | 0.50 | 0.84 | 0 | 0 | 264.39 | 1 | 0.58 |
| Hex | 80 | 29 | FF | 32 | 54 | 0 | 0 | 108 | 64 | 3A |
| Octal | 200 | 51 | 377 | 62 | 124 | 0 | 0 | 410 | 144 | 72 |
| Binary | 10000000 | 101001 | 11111111 | 110010 | 1010100 | 0 | 0 | 100001000 | 1100100 | 111010 |
Color Harmonies of #8029FF
Complementary color
Monochromatic Colors of #8029FF
Black with #8029FF
Text Example
Text Example
White with #8029FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029FF; }
p { color: rgb(128,41,255); }
H1.HeaderClassName
{
color: #8029FF;
}
.AnyTagClassName
{
color: #8029FF;
}
</style>
background-color css
<style>
a { background-color: #8029FF; }
a { background-color: rgb(128,41,255); }
div.DivClassName
{
background-color: #8029FF;
}
.BgClassName
{
background-color: #8029FF;
}
</style>
border-color css
<style>
span { border-color: #8029FF; }
span { border-color: rgb(128,41,255); }
td.TdClassName
{
border-color: #8029FF;
}
.TagClassName
{
border-color: #8029FF;
}
</style>