Shades of Blue Violet #802EFB
Tints of Blue Violet #802EFB
RGB
CMYK
RGB Variations
Color information
#802EFB (or 0x802EFB) is known color: Blue Violet. HEX triplet: 80, 2E and FB. RGB value is (128,46,251). Sum of RGB (Red+Green+Blue) = 128+46+251=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #802EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EFB is #7FD104. Grayscale: #5D5D5D. Windows color (decimal): -8376581 or 16461440. OLE color: 16461440.
HSL color Cylindrical-coordinate representation of color #802EFB: hue angle of 264º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802EFB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 46 | 251 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.02 |
| HSL | 264º | 0.96% | 0.58% | - |
| HSV(B) | 264º | 0.82% | 0.98% | - |
| XYZ | 27.29 | 13.51 | 92.44 | - |
| YUV | 93.89 | 216.67 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 251 | 0.49 | 0.82 | 0 | 0.02 | 264 | 0.96 | 0.58 |
| Hex | 80 | 2E | FB | 31 | 52 | 0 | 2 | 108 | 60 | 3A |
| Octal | 200 | 56 | 373 | 61 | 122 | 0 | 2 | 410 | 140 | 72 |
| Binary | 10000000 | 101110 | 11111011 | 110001 | 1010010 | 0 | 10 | 100001000 | 1100000 | 111010 |
Color Harmonies of #802EFB
Complementary color
Monochromatic Colors of #802EFB
Black with #802EFB
Text Example
Text Example
White with #802EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EFB; }
p { color: rgb(128,46,251); }
H1.HeaderClassName
{
color: #802EFB;
}
.AnyTagClassName
{
color: #802EFB;
}
</style>
background-color css
<style>
a { background-color: #802EFB; }
a { background-color: rgb(128,46,251); }
div.DivClassName
{
background-color: #802EFB;
}
.BgClassName
{
background-color: #802EFB;
}
</style>
border-color css
<style>
span { border-color: #802EFB; }
span { border-color: rgb(128,46,251); }
td.TdClassName
{
border-color: #802EFB;
}
.TagClassName
{
border-color: #802EFB;
}
</style>