Shades of Blue Violet #8041FE
Tints of Blue Violet #8041FE
RGB
CMYK
RGB Variations
Color information
#8041FE (or 0x8041FE) is known color: Blue Violet. HEX triplet: 80, 41 and FE. RGB value is (128,65,254). Sum of RGB (Red+Green+Blue) = 128+65+254=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #8041FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8041FE is #7FBE01. Grayscale: #686868. Windows color (decimal): -8371714 or 16662912. OLE color: 16662912.
HSL color Cylindrical-coordinate representation of color #8041FE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8041FE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 65 | 254 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.63% | - |
| HSV(B) | 260º | 0.74% | 1% | - |
| XYZ | 28.68 | 15.53 | 95.25 | - |
| YUV | 105.38 | 211.87 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 254 | 0.50 | 0.74 | 0 | 0.00 | 260 | 0.99 | 0.63 |
| Hex | 80 | 41 | FE | 32 | 4A | 0 | 0 | 104 | 63 | 3F |
| Octal | 200 | 101 | 376 | 62 | 112 | 0 | 0 | 404 | 143 | 77 |
| Binary | 10000000 | 1000001 | 11111110 | 110010 | 1001010 | 0 | 0 | 100000100 | 1100011 | 111111 |
Color Harmonies of #8041FE
Complementary color
Monochromatic Colors of #8041FE
Black with #8041FE
Text Example
Text Example
White with #8041FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041FE; }
p { color: rgb(128,65,254); }
H1.HeaderClassName
{
color: #8041FE;
}
.AnyTagClassName
{
color: #8041FE;
}
</style>
background-color css
<style>
a { background-color: #8041FE; }
a { background-color: rgb(128,65,254); }
div.DivClassName
{
background-color: #8041FE;
}
.BgClassName
{
background-color: #8041FE;
}
</style>
border-color css
<style>
span { border-color: #8041FE; }
span { border-color: rgb(128,65,254); }
td.TdClassName
{
border-color: #8041FE;
}
.TagClassName
{
border-color: #8041FE;
}
</style>