Shades of Blue Violet #801DFE
Tints of Blue Violet #801DFE
RGB
CMYK
RGB Variations
Color information
#801DFE (or 0x801DFE) is known color: Blue Violet. HEX triplet: 80, 1D and FE. RGB value is (128,29,254). Sum of RGB (Red+Green+Blue) = 128+29+254=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #801DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801DFE is #7FE201. Grayscale: #535353. Windows color (decimal): -8380930 or 16653696. OLE color: 16653696.
HSL color Cylindrical-coordinate representation of color #801DFE: hue angle of 266.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801DFE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 29 | 254 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.00 |
| HSL | 266.4º | 0.99% | 0.55% | - |
| HSV(B) | 266.4º | 0.89% | 1% | - |
| XYZ | 27.23 | 12.62 | 94.77 | - |
| YUV | 84.25 | 223.8 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 254 | 0.50 | 0.89 | 0 | 0.00 | 266.4 | 0.99 | 0.55 |
| Hex | 80 | 1D | FE | 32 | 59 | 0 | 0 | 10A | 63 | 37 |
| Octal | 200 | 35 | 376 | 62 | 131 | 0 | 0 | 412 | 143 | 67 |
| Binary | 10000000 | 11101 | 11111110 | 110010 | 1011001 | 0 | 0 | 100001010 | 1100011 | 110111 |
Color Harmonies of #801DFE
Complementary color
Monochromatic Colors of #801DFE
Black with #801DFE
Text Example
Text Example
White with #801DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801DFE; }
p { color: rgb(128,29,254); }
H1.HeaderClassName
{
color: #801DFE;
}
.AnyTagClassName
{
color: #801DFE;
}
</style>
background-color css
<style>
a { background-color: #801DFE; }
a { background-color: rgb(128,29,254); }
div.DivClassName
{
background-color: #801DFE;
}
.BgClassName
{
background-color: #801DFE;
}
</style>
border-color css
<style>
span { border-color: #801DFE; }
span { border-color: rgb(128,29,254); }
td.TdClassName
{
border-color: #801DFE;
}
.TagClassName
{
border-color: #801DFE;
}
</style>