Shades of Blue Violet #801BFE
Tints of Blue Violet #801BFE
RGB
CMYK
RGB Variations
Color information
#801BFE (or 0x801BFE) is known color: Blue Violet. HEX triplet: 80, 1B and FE. RGB value is (128,27,254). Sum of RGB (Red+Green+Blue) = 128+27+254=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #801BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801BFE is #7FE401. Grayscale: #525252. Windows color (decimal): -8381442 or 16653184. OLE color: 16653184.
HSL color Cylindrical-coordinate representation of color #801BFE: hue angle of 266.7º 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 #801BFE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 27 | 254 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.00 |
| HSL | 266.7º | 0.99% | 0.55% | - |
| HSV(B) | 266.7º | 0.89% | 1% | - |
| XYZ | 27.18 | 12.53 | 94.75 | - |
| YUV | 83.08 | 224.46 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 254 | 0.50 | 0.89 | 0 | 0.00 | 266.7 | 0.99 | 0.55 |
| Hex | 80 | 1B | FE | 32 | 59 | 0 | 0 | 10B | 63 | 37 |
| Octal | 200 | 33 | 376 | 62 | 131 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000000 | 11011 | 11111110 | 110010 | 1011001 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #801BFE
Complementary color
Monochromatic Colors of #801BFE
Black with #801BFE
Text Example
Text Example
White with #801BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BFE; }
p { color: rgb(128,27,254); }
H1.HeaderClassName
{
color: #801BFE;
}
.AnyTagClassName
{
color: #801BFE;
}
</style>
background-color css
<style>
a { background-color: #801BFE; }
a { background-color: rgb(128,27,254); }
div.DivClassName
{
background-color: #801BFE;
}
.BgClassName
{
background-color: #801BFE;
}
</style>
border-color css
<style>
span { border-color: #801BFE; }
span { border-color: rgb(128,27,254); }
td.TdClassName
{
border-color: #801BFE;
}
.TagClassName
{
border-color: #801BFE;
}
</style>