Shades of Blue Violet #8039FE
Tints of Blue Violet #8039FE
RGB
CMYK
RGB Variations
Color information
#8039FE (or 0x8039FE) is known color: Blue Violet. HEX triplet: 80, 39 and FE. RGB value is (128,57,254). Sum of RGB (Red+Green+Blue) = 128+57+254=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #8039FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8039FE is #7FC601. Grayscale: #636363. Windows color (decimal): -8373762 or 16660864. OLE color: 16660864.
HSL color Cylindrical-coordinate representation of color #8039FE: hue angle of 261.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8039FE is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 57 | 254 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.00 |
| HSL | 261.62º | 0.99% | 0.61% | - |
| HSV(B) | 261.62º | 0.78% | 1% | - |
| XYZ | 28.25 | 14.67 | 95.11 | - |
| YUV | 100.69 | 214.52 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 254 | 0.50 | 0.78 | 0 | 0.00 | 261.62 | 0.99 | 0.61 |
| Hex | 80 | 39 | FE | 32 | 4E | 0 | 0 | 106 | 63 | 3D |
| Octal | 200 | 71 | 376 | 62 | 116 | 0 | 0 | 406 | 143 | 75 |
| Binary | 10000000 | 111001 | 11111110 | 110010 | 1001110 | 0 | 0 | 100000110 | 1100011 | 111101 |
Color Harmonies of #8039FE
Complementary color
Monochromatic Colors of #8039FE
Black with #8039FE
Text Example
Text Example
White with #8039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039FE; }
p { color: rgb(128,57,254); }
H1.HeaderClassName
{
color: #8039FE;
}
.AnyTagClassName
{
color: #8039FE;
}
</style>
background-color css
<style>
a { background-color: #8039FE; }
a { background-color: rgb(128,57,254); }
div.DivClassName
{
background-color: #8039FE;
}
.BgClassName
{
background-color: #8039FE;
}
</style>
border-color css
<style>
span { border-color: #8039FE; }
span { border-color: rgb(128,57,254); }
td.TdClassName
{
border-color: #8039FE;
}
.TagClassName
{
border-color: #8039FE;
}
</style>