Shades of Electric Indigo #840BFE
Tints of Electric Indigo #840BFE
RGB
CMYK
RGB Variations
Color information
#840BFE (or 0x840BFE) is known color: Electric Indigo. HEX triplet: 84, 0B and FE. RGB value is (132,11,254). Sum of RGB (Red+Green+Blue) = 132+11+254=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #840BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840BFE is #7BF401. Grayscale: #4A4A4A. Windows color (decimal): -8123394 or 16649092. OLE color: 16649092.
HSL color Cylindrical-coordinate representation of color #840BFE: hue angle of 269.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840BFE is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 11 | 254 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.00 |
| HSL | 269.88º | 0.99% | 0.52% | - |
| HSV(B) | 269.88º | 0.96% | 1% | - |
| XYZ | 27.52 | 12.3 | 94.69 | - |
| YUV | 74.88 | 229.09 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 254 | 0.48 | 0.96 | 0 | 0.00 | 269.88 | 0.99 | 0.52 |
| Hex | 84 | B | FE | 30 | 60 | 0 | 0 | 10E | 63 | 34 |
| Octal | 204 | 13 | 376 | 60 | 140 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000100 | 1011 | 11111110 | 110000 | 1100000 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #840BFE
Complementary color
Monochromatic Colors of #840BFE
Black with #840BFE
Text Example
Text Example
White with #840BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BFE; }
p { color: rgb(132,11,254); }
H1.HeaderClassName
{
color: #840BFE;
}
.AnyTagClassName
{
color: #840BFE;
}
</style>
background-color css
<style>
a { background-color: #840BFE; }
a { background-color: rgb(132,11,254); }
div.DivClassName
{
background-color: #840BFE;
}
.BgClassName
{
background-color: #840BFE;
}
</style>
border-color css
<style>
span { border-color: #840BFE; }
span { border-color: rgb(132,11,254); }
td.TdClassName
{
border-color: #840BFE;
}
.TagClassName
{
border-color: #840BFE;
}
</style>