Shades of Blue Violet #801EFE
Tints of Blue Violet #801EFE
RGB
CMYK
RGB Variations
Color information
#801EFE (or 0x801EFE) is known color: Blue Violet. HEX triplet: 80, 1E and FE. RGB value is (128,30,254). Sum of RGB (Red+Green+Blue) = 128+30+254=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #801EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801EFE is #7FE101. Grayscale: #545454. Windows color (decimal): -8380674 or 16653952. OLE color: 16653952.
HSL color Cylindrical-coordinate representation of color #801EFE: hue angle of 266.25º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801EFE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 30 | 254 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.00 |
| HSL | 266.25º | 0.99% | 0.56% | - |
| HSV(B) | 266.25º | 0.88% | 1% | - |
| XYZ | 27.26 | 12.67 | 94.78 | - |
| YUV | 84.84 | 223.47 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 254 | 0.50 | 0.88 | 0 | 0.00 | 266.25 | 0.99 | 0.56 |
| Hex | 80 | 1E | FE | 32 | 58 | 0 | 0 | 10A | 63 | 38 |
| Octal | 200 | 36 | 376 | 62 | 130 | 0 | 0 | 412 | 143 | 70 |
| Binary | 10000000 | 11110 | 11111110 | 110010 | 1011000 | 0 | 0 | 100001010 | 1100011 | 111000 |
Color Harmonies of #801EFE
Complementary color
Monochromatic Colors of #801EFE
Black with #801EFE
Text Example
Text Example
White with #801EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EFE; }
p { color: rgb(128,30,254); }
H1.HeaderClassName
{
color: #801EFE;
}
.AnyTagClassName
{
color: #801EFE;
}
</style>
background-color css
<style>
a { background-color: #801EFE; }
a { background-color: rgb(128,30,254); }
div.DivClassName
{
background-color: #801EFE;
}
.BgClassName
{
background-color: #801EFE;
}
</style>
border-color css
<style>
span { border-color: #801EFE; }
span { border-color: rgb(128,30,254); }
td.TdClassName
{
border-color: #801EFE;
}
.TagClassName
{
border-color: #801EFE;
}
</style>