Shades of Blue Violet #801EFF
Tints of Blue Violet #801EFF
RGB
CMYK
RGB Variations
Color information
#801EFF (or 0x801EFF) is known color: Blue Violet. HEX triplet: 80, 1E and FF. RGB value is (128,30,255). Sum of RGB (Red+Green+Blue) = 128+30+255=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #801EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801EFF is #7FE100. Grayscale: #545454. Windows color (decimal): -8380673 or 16719488. OLE color: 16719488.
HSL color Cylindrical-coordinate representation of color #801EFF: hue angle of 266.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801EFF is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 30 | 255 | - |
| CMYK | 0.50 | 0.88 | 0 | 0 |
| HSL | 266.13º | 1% | 0.56% | - |
| HSV(B) | 266.13º | 0.88% | 1% | - |
| XYZ | 27.42 | 12.74 | 95.62 | - |
| YUV | 84.95 | 223.97 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 255 | 0.50 | 0.88 | 0 | 0 | 266.13 | 1 | 0.56 |
| Hex | 80 | 1E | FF | 32 | 58 | 0 | 0 | 10A | 64 | 38 |
| Octal | 200 | 36 | 377 | 62 | 130 | 0 | 0 | 412 | 144 | 70 |
| Binary | 10000000 | 11110 | 11111111 | 110010 | 1011000 | 0 | 0 | 100001010 | 1100100 | 111000 |
Color Harmonies of #801EFF
Complementary color
Monochromatic Colors of #801EFF
Black with #801EFF
Text Example
Text Example
White with #801EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EFF; }
p { color: rgb(128,30,255); }
H1.HeaderClassName
{
color: #801EFF;
}
.AnyTagClassName
{
color: #801EFF;
}
</style>
background-color css
<style>
a { background-color: #801EFF; }
a { background-color: rgb(128,30,255); }
div.DivClassName
{
background-color: #801EFF;
}
.BgClassName
{
background-color: #801EFF;
}
</style>
border-color css
<style>
span { border-color: #801EFF; }
span { border-color: rgb(128,30,255); }
td.TdClassName
{
border-color: #801EFF;
}
.TagClassName
{
border-color: #801EFF;
}
</style>