Shades of Blue Violet #801EEC
Tints of Blue Violet #801EEC
RGB
CMYK
RGB Variations
Color information
#801EEC (or 0x801EEC) is known color: Blue Violet. HEX triplet: 80, 1E and EC. RGB value is (128,30,236). Sum of RGB (Red+Green+Blue) = 128+30+236=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #801EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801EEC is #7FE113. Grayscale: #525252. Windows color (decimal): -8380692 or 15474304. OLE color: 15474304.
HSL color Cylindrical-coordinate representation of color #801EEC: hue angle of 268.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801EEC is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 30 | 236 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.07 |
| HSL | 268.54º | 0.84% | 0.52% | - |
| HSV(B) | 268.54º | 0.87% | 0.93% | - |
| XYZ | 24.51 | 11.57 | 80.3 | - |
| YUV | 82.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 236 | 0.46 | 0.87 | 0 | 0.07 | 268.54 | 0.84 | 0.52 |
| Hex | 80 | 1E | EC | 2E | 57 | 0 | 7 | 10D | 54 | 34 |
| Octal | 200 | 36 | 354 | 56 | 127 | 0 | 7 | 415 | 124 | 64 |
| Binary | 10000000 | 11110 | 11101100 | 101110 | 1010111 | 0 | 111 | 100001101 | 1010100 | 110100 |
Color Harmonies of #801EEC
Complementary color
Monochromatic Colors of #801EEC
Black with #801EEC
Text Example
Text Example
White with #801EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EEC; }
p { color: rgb(128,30,236); }
H1.HeaderClassName
{
color: #801EEC;
}
.AnyTagClassName
{
color: #801EEC;
}
</style>
background-color css
<style>
a { background-color: #801EEC; }
a { background-color: rgb(128,30,236); }
div.DivClassName
{
background-color: #801EEC;
}
.BgClassName
{
background-color: #801EEC;
}
</style>
border-color css
<style>
span { border-color: #801EEC; }
span { border-color: rgb(128,30,236); }
td.TdClassName
{
border-color: #801EEC;
}
.TagClassName
{
border-color: #801EEC;
}
</style>