Shades of Blue Violet #801FFE
Tints of Blue Violet #801FFE
RGB
CMYK
RGB Variations
Color information
#801FFE (or 0x801FFE) is known color: Blue Violet. HEX triplet: 80, 1F and FE. RGB value is (128,31,254). Sum of RGB (Red+Green+Blue) = 128+31+254=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #801FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801FFE is #7FE001. Grayscale: #545454. Windows color (decimal): -8380418 or 16654208. OLE color: 16654208.
HSL color Cylindrical-coordinate representation of color #801FFE: hue angle of 266.1º 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 #801FFE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 31 | 254 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.00 |
| HSL | 266.1º | 0.99% | 0.56% | - |
| HSV(B) | 266.1º | 0.88% | 1% | - |
| XYZ | 27.28 | 12.72 | 94.78 | - |
| YUV | 85.43 | 223.14 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 254 | 0.50 | 0.88 | 0 | 0.00 | 266.1 | 0.99 | 0.56 |
| Hex | 80 | 1F | FE | 32 | 58 | 0 | 0 | 10A | 63 | 38 |
| Octal | 200 | 37 | 376 | 62 | 130 | 0 | 0 | 412 | 143 | 70 |
| Binary | 10000000 | 11111 | 11111110 | 110010 | 1011000 | 0 | 0 | 100001010 | 1100011 | 111000 |
Color Harmonies of #801FFE
Complementary color
Monochromatic Colors of #801FFE
Black with #801FFE
Text Example
Text Example
White with #801FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801FFE; }
p { color: rgb(128,31,254); }
H1.HeaderClassName
{
color: #801FFE;
}
.AnyTagClassName
{
color: #801FFE;
}
</style>
background-color css
<style>
a { background-color: #801FFE; }
a { background-color: rgb(128,31,254); }
div.DivClassName
{
background-color: #801FFE;
}
.BgClassName
{
background-color: #801FFE;
}
</style>
border-color css
<style>
span { border-color: #801FFE; }
span { border-color: rgb(128,31,254); }
td.TdClassName
{
border-color: #801FFE;
}
.TagClassName
{
border-color: #801FFE;
}
</style>