Shades of Blue Violet #802EFC
Tints of Blue Violet #802EFC
RGB
CMYK
RGB Variations
Color information
#802EFC (or 0x802EFC) is known color: Blue Violet. HEX triplet: 80, 2E and FC. RGB value is (128,46,252). Sum of RGB (Red+Green+Blue) = 128+46+252=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #802EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EFC is #7FD103. Grayscale: #5D5D5D. Windows color (decimal): -8376580 or 16526976. OLE color: 16526976.
HSL color Cylindrical-coordinate representation of color #802EFC: hue angle of 263.88º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802EFC is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 46 | 252 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.01 |
| HSL | 263.88º | 0.97% | 0.58% | - |
| HSV(B) | 263.88º | 0.82% | 0.99% | - |
| XYZ | 27.45 | 13.57 | 93.27 | - |
| YUV | 94 | 217.17 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 252 | 0.49 | 0.82 | 0 | 0.01 | 263.88 | 0.97 | 0.58 |
| Hex | 80 | 2E | FC | 31 | 52 | 0 | 1 | 108 | 61 | 3A |
| Octal | 200 | 56 | 374 | 61 | 122 | 0 | 1 | 410 | 141 | 72 |
| Binary | 10000000 | 101110 | 11111100 | 110001 | 1010010 | 0 | 1 | 100001000 | 1100001 | 111010 |
Color Harmonies of #802EFC
Complementary color
Monochromatic Colors of #802EFC
Black with #802EFC
Text Example
Text Example
White with #802EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EFC; }
p { color: rgb(128,46,252); }
H1.HeaderClassName
{
color: #802EFC;
}
.AnyTagClassName
{
color: #802EFC;
}
</style>
background-color css
<style>
a { background-color: #802EFC; }
a { background-color: rgb(128,46,252); }
div.DivClassName
{
background-color: #802EFC;
}
.BgClassName
{
background-color: #802EFC;
}
</style>
border-color css
<style>
span { border-color: #802EFC; }
span { border-color: rgb(128,46,252); }
td.TdClassName
{
border-color: #802EFC;
}
.TagClassName
{
border-color: #802EFC;
}
</style>