Shades of Blue Violet #801EF2
Tints of Blue Violet #801EF2
RGB
CMYK
RGB Variations
Color information
#801EF2 (or 0x801EF2) is known color: Blue Violet. HEX triplet: 80, 1E and F2. RGB value is (128,30,242). Sum of RGB (Red+Green+Blue) = 128+30+242=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #801EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801EF2 is #7FE10D. Grayscale: #525252. Windows color (decimal): -8380686 or 15867520. OLE color: 15867520.
HSL color Cylindrical-coordinate representation of color #801EF2: hue angle of 267.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801EF2 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 30 | 242 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.05 |
| HSL | 267.74º | 0.89% | 0.53% | - |
| HSV(B) | 267.74º | 0.88% | 0.95% | - |
| XYZ | 25.39 | 11.93 | 84.97 | - |
| YUV | 83.47 | 217.47 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 242 | 0.47 | 0.88 | 0 | 0.05 | 267.74 | 0.89 | 0.53 |
| Hex | 80 | 1E | F2 | 2F | 58 | 0 | 5 | 10C | 59 | 35 |
| Octal | 200 | 36 | 362 | 57 | 130 | 0 | 5 | 414 | 131 | 65 |
| Binary | 10000000 | 11110 | 11110010 | 101111 | 1011000 | 0 | 101 | 100001100 | 1011001 | 110101 |
Color Harmonies of #801EF2
Complementary color
Monochromatic Colors of #801EF2
Black with #801EF2
Text Example
Text Example
White with #801EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EF2; }
p { color: rgb(128,30,242); }
H1.HeaderClassName
{
color: #801EF2;
}
.AnyTagClassName
{
color: #801EF2;
}
</style>
background-color css
<style>
a { background-color: #801EF2; }
a { background-color: rgb(128,30,242); }
div.DivClassName
{
background-color: #801EF2;
}
.BgClassName
{
background-color: #801EF2;
}
</style>
border-color css
<style>
span { border-color: #801EF2; }
span { border-color: rgb(128,30,242); }
td.TdClassName
{
border-color: #801EF2;
}
.TagClassName
{
border-color: #801EF2;
}
</style>