Shades of Blue Violet #801AFE
Tints of Blue Violet #801AFE
RGB
CMYK
RGB Variations
Color information
#801AFE (or 0x801AFE) is known color: Blue Violet. HEX triplet: 80, 1A and FE. RGB value is (128,26,254). Sum of RGB (Red+Green+Blue) = 128+26+254=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #801AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801AFE is #7FE501. Grayscale: #515151. Windows color (decimal): -8381698 or 16652928. OLE color: 16652928.
HSL color Cylindrical-coordinate representation of color #801AFE: hue angle of 266.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #801AFE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 26 | 254 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.00 |
| HSL | 266.84º | 0.99% | 0.55% | - |
| HSV(B) | 266.84º | 0.9% | 1% | - |
| XYZ | 27.16 | 12.48 | 94.74 | - |
| YUV | 82.49 | 224.79 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 254 | 0.50 | 0.90 | 0 | 0.00 | 266.84 | 0.99 | 0.55 |
| Hex | 80 | 1A | FE | 32 | 5A | 0 | 0 | 10B | 63 | 37 |
| Octal | 200 | 32 | 376 | 62 | 132 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000000 | 11010 | 11111110 | 110010 | 1011010 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #801AFE
Complementary color
Monochromatic Colors of #801AFE
Black with #801AFE
Text Example
Text Example
White with #801AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801AFE; }
p { color: rgb(128,26,254); }
H1.HeaderClassName
{
color: #801AFE;
}
.AnyTagClassName
{
color: #801AFE;
}
</style>
background-color css
<style>
a { background-color: #801AFE; }
a { background-color: rgb(128,26,254); }
div.DivClassName
{
background-color: #801AFE;
}
.BgClassName
{
background-color: #801AFE;
}
</style>
border-color css
<style>
span { border-color: #801AFE; }
span { border-color: rgb(128,26,254); }
td.TdClassName
{
border-color: #801AFE;
}
.TagClassName
{
border-color: #801AFE;
}
</style>