Shades of Electric Indigo #8A07FE
Tints of Electric Indigo #8A07FE
RGB
CMYK
RGB Variations
Color information
#8A07FE (or 0x8A07FE) is known color: Electric Indigo. HEX triplet: 8A, 07 and FE. RGB value is (138,7,254). Sum of RGB (Red+Green+Blue) = 138+7+254=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A07FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A07FE is #75F801. Grayscale: #494949. Windows color (decimal): -7731202 or 16648074. OLE color: 16648074.
HSL color Cylindrical-coordinate representation of color #8A07FE: hue angle of 271.82º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A07FE is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 7 | 254 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.00 |
| HSL | 271.82º | 0.99% | 0.51% | - |
| HSV(B) | 271.82º | 0.97% | 1% | - |
| XYZ | 28.45 | 12.71 | 94.72 | - |
| YUV | 74.33 | 229.4 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 254 | 0.46 | 0.97 | 0 | 0.00 | 271.82 | 0.99 | 0.51 |
| Hex | 8A | 7 | FE | 2E | 61 | 0 | 0 | 110 | 63 | 33 |
| Octal | 212 | 7 | 376 | 56 | 141 | 0 | 0 | 420 | 143 | 63 |
| Binary | 10001010 | 111 | 11111110 | 101110 | 1100001 | 0 | 0 | 100010000 | 1100011 | 110011 |
Color Harmonies of #8A07FE
Complementary color
Monochromatic Colors of #8A07FE
Black with #8A07FE
Text Example
Text Example
White with #8A07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A07FE; }
p { color: rgb(138,7,254); }
H1.HeaderClassName
{
color: #8A07FE;
}
.AnyTagClassName
{
color: #8A07FE;
}
</style>
background-color css
<style>
a { background-color: #8A07FE; }
a { background-color: rgb(138,7,254); }
div.DivClassName
{
background-color: #8A07FE;
}
.BgClassName
{
background-color: #8A07FE;
}
</style>
border-color css
<style>
span { border-color: #8A07FE; }
span { border-color: rgb(138,7,254); }
td.TdClassName
{
border-color: #8A07FE;
}
.TagClassName
{
border-color: #8A07FE;
}
</style>