Shades of Electric Indigo #840FFE
Tints of Electric Indigo #840FFE
RGB
CMYK
RGB Variations
Color information
#840FFE (or 0x840FFE) is known color: Electric Indigo. HEX triplet: 84, 0F and FE. RGB value is (132,15,254). Sum of RGB (Red+Green+Blue) = 132+15+254=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #840FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840FFE is #7BF001. Grayscale: #4C4C4C. Windows color (decimal): -8122370 or 16650116. OLE color: 16650116.
HSL color Cylindrical-coordinate representation of color #840FFE: hue angle of 269.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840FFE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 15 | 254 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.00 |
| HSL | 269.37º | 0.99% | 0.53% | - |
| HSV(B) | 269.37º | 0.94% | 1% | - |
| XYZ | 27.58 | 12.4 | 94.71 | - |
| YUV | 77.23 | 227.76 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 254 | 0.48 | 0.94 | 0 | 0.00 | 269.37 | 0.99 | 0.53 |
| Hex | 84 | F | FE | 30 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 204 | 17 | 376 | 60 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000100 | 1111 | 11111110 | 110000 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #840FFE
Complementary color
Monochromatic Colors of #840FFE
Black with #840FFE
Text Example
Text Example
White with #840FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840FFE; }
p { color: rgb(132,15,254); }
H1.HeaderClassName
{
color: #840FFE;
}
.AnyTagClassName
{
color: #840FFE;
}
</style>
background-color css
<style>
a { background-color: #840FFE; }
a { background-color: rgb(132,15,254); }
div.DivClassName
{
background-color: #840FFE;
}
.BgClassName
{
background-color: #840FFE;
}
</style>
border-color css
<style>
span { border-color: #840FFE; }
span { border-color: rgb(132,15,254); }
td.TdClassName
{
border-color: #840FFE;
}
.TagClassName
{
border-color: #840FFE;
}
</style>