Shades of Blue Violet #802EEA
Tints of Blue Violet #802EEA
RGB
CMYK
RGB Variations
Color information
#802EEA (or 0x802EEA) is known color: Blue Violet. HEX triplet: 80, 2E and EA. RGB value is (128,46,234). Sum of RGB (Red+Green+Blue) = 128+46+234=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #802EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EEA is #7FD115. Grayscale: #5B5B5B. Windows color (decimal): -8376598 or 15347328. OLE color: 15347328.
HSL color Cylindrical-coordinate representation of color #802EEA: hue angle of 266.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802EEA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 46 | 234 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.08 |
| HSL | 266.17º | 0.82% | 0.55% | - |
| HSV(B) | 266.17º | 0.8% | 0.92% | - |
| XYZ | 24.73 | 12.48 | 78.95 | - |
| YUV | 91.95 | 208.17 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 234 | 0.45 | 0.80 | 0 | 0.08 | 266.17 | 0.82 | 0.55 |
| Hex | 80 | 2E | EA | 2D | 50 | 0 | 8 | 10A | 52 | 37 |
| Octal | 200 | 56 | 352 | 55 | 120 | 0 | 10 | 412 | 122 | 67 |
| Binary | 10000000 | 101110 | 11101010 | 101101 | 1010000 | 0 | 1000 | 100001010 | 1010010 | 110111 |
Color Harmonies of #802EEA
Complementary color
Monochromatic Colors of #802EEA
Black with #802EEA
Text Example
Text Example
White with #802EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EEA; }
p { color: rgb(128,46,234); }
H1.HeaderClassName
{
color: #802EEA;
}
.AnyTagClassName
{
color: #802EEA;
}
</style>
background-color css
<style>
a { background-color: #802EEA; }
a { background-color: rgb(128,46,234); }
div.DivClassName
{
background-color: #802EEA;
}
.BgClassName
{
background-color: #802EEA;
}
</style>
border-color css
<style>
span { border-color: #802EEA; }
span { border-color: rgb(128,46,234); }
td.TdClassName
{
border-color: #802EEA;
}
.TagClassName
{
border-color: #802EEA;
}
</style>