Shades of Blue Violet #8028FE
Tints of Blue Violet #8028FE
RGB
CMYK
RGB Variations
Color information
#8028FE (or 0x8028FE) is known color: Blue Violet. HEX triplet: 80, 28 and FE. RGB value is (128,40,254). Sum of RGB (Red+Green+Blue) = 128+40+254=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #8028FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8028FE is #7FD701. Grayscale: #595959. Windows color (decimal): -8378114 or 16656512. OLE color: 16656512.
HSL color Cylindrical-coordinate representation of color #8028FE: hue angle of 264.67º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8028FE is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 40 | 254 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.00 |
| HSL | 264.67º | 0.99% | 0.58% | - |
| HSV(B) | 264.67º | 0.84% | 1% | - |
| XYZ | 27.55 | 13.26 | 94.87 | - |
| YUV | 90.71 | 220.15 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 254 | 0.50 | 0.84 | 0 | 0.00 | 264.67 | 0.99 | 0.58 |
| Hex | 80 | 28 | FE | 32 | 54 | 0 | 0 | 109 | 63 | 3A |
| Octal | 200 | 50 | 376 | 62 | 124 | 0 | 0 | 411 | 143 | 72 |
| Binary | 10000000 | 101000 | 11111110 | 110010 | 1010100 | 0 | 0 | 100001001 | 1100011 | 111010 |
Color Harmonies of #8028FE
Complementary color
Monochromatic Colors of #8028FE
Black with #8028FE
Text Example
Text Example
White with #8028FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028FE; }
p { color: rgb(128,40,254); }
H1.HeaderClassName
{
color: #8028FE;
}
.AnyTagClassName
{
color: #8028FE;
}
</style>
background-color css
<style>
a { background-color: #8028FE; }
a { background-color: rgb(128,40,254); }
div.DivClassName
{
background-color: #8028FE;
}
.BgClassName
{
background-color: #8028FE;
}
</style>
border-color css
<style>
span { border-color: #8028FE; }
span { border-color: rgb(128,40,254); }
td.TdClassName
{
border-color: #8028FE;
}
.TagClassName
{
border-color: #8028FE;
}
</style>