Shades of Blue Violet #802EEC
Tints of Blue Violet #802EEC
RGB
CMYK
RGB Variations
Color information
#802EEC (or 0x802EEC) is known color: Blue Violet. HEX triplet: 80, 2E and EC. RGB value is (128,46,236). Sum of RGB (Red+Green+Blue) = 128+46+236=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #802EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EEC is #7FD113. Grayscale: #5B5B5B. Windows color (decimal): -8376596 or 15478400. OLE color: 15478400.
HSL color Cylindrical-coordinate representation of color #802EEC: hue angle of 265.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802EEC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 46 | 236 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.07 |
| HSL | 265.89º | 0.83% | 0.55% | - |
| HSV(B) | 265.89º | 0.81% | 0.93% | - |
| XYZ | 25.02 | 12.6 | 80.47 | - |
| YUV | 92.18 | 209.17 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 236 | 0.46 | 0.81 | 0 | 0.07 | 265.89 | 0.83 | 0.55 |
| Hex | 80 | 2E | EC | 2E | 51 | 0 | 7 | 10A | 53 | 37 |
| Octal | 200 | 56 | 354 | 56 | 121 | 0 | 7 | 412 | 123 | 67 |
| Binary | 10000000 | 101110 | 11101100 | 101110 | 1010001 | 0 | 111 | 100001010 | 1010011 | 110111 |
Color Harmonies of #802EEC
Complementary color
Monochromatic Colors of #802EEC
Black with #802EEC
Text Example
Text Example
White with #802EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EEC; }
p { color: rgb(128,46,236); }
H1.HeaderClassName
{
color: #802EEC;
}
.AnyTagClassName
{
color: #802EEC;
}
</style>
background-color css
<style>
a { background-color: #802EEC; }
a { background-color: rgb(128,46,236); }
div.DivClassName
{
background-color: #802EEC;
}
.BgClassName
{
background-color: #802EEC;
}
</style>
border-color css
<style>
span { border-color: #802EEC; }
span { border-color: rgb(128,46,236); }
td.TdClassName
{
border-color: #802EEC;
}
.TagClassName
{
border-color: #802EEC;
}
</style>