Shades of Electric Indigo #8A04FE
Tints of Electric Indigo #8A04FE
RGB
CMYK
RGB Variations
Color information
#8A04FE (or 0x8A04FE) is known color: Electric Indigo. HEX triplet: 8A, 04 and FE. RGB value is (138,4,254). Sum of RGB (Red+Green+Blue) = 138+4+254=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A04FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A04FE is #75FB01. Grayscale: #474747. Windows color (decimal): -7731970 or 16647306. OLE color: 16647306.
HSL color Cylindrical-coordinate representation of color #8A04FE: hue angle of 272.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04FE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 4 | 254 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.00 |
| HSL | 272.16º | 0.99% | 0.51% | - |
| HSV(B) | 272.16º | 0.98% | 1% | - |
| XYZ | 28.41 | 12.65 | 94.71 | - |
| YUV | 72.57 | 230.39 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 254 | 0.46 | 0.98 | 0 | 0.00 | 272.16 | 0.99 | 0.51 |
| Hex | 8A | 4 | FE | 2E | 62 | 0 | 0 | 110 | 63 | 33 |
| Octal | 212 | 4 | 376 | 56 | 142 | 0 | 0 | 420 | 143 | 63 |
| Binary | 10001010 | 100 | 11111110 | 101110 | 1100010 | 0 | 0 | 100010000 | 1100011 | 110011 |
Color Harmonies of #8A04FE
Complementary color
Monochromatic Colors of #8A04FE
Black with #8A04FE
Text Example
Text Example
White with #8A04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A04FE; }
p { color: rgb(138,4,254); }
H1.HeaderClassName
{
color: #8A04FE;
}
.AnyTagClassName
{
color: #8A04FE;
}
</style>
background-color css
<style>
a { background-color: #8A04FE; }
a { background-color: rgb(138,4,254); }
div.DivClassName
{
background-color: #8A04FE;
}
.BgClassName
{
background-color: #8A04FE;
}
</style>
border-color css
<style>
span { border-color: #8A04FE; }
span { border-color: rgb(138,4,254); }
td.TdClassName
{
border-color: #8A04FE;
}
.TagClassName
{
border-color: #8A04FE;
}
</style>