Shades of Electric Indigo #8A0FFF
Tints of Electric Indigo #8A0FFF
RGB
CMYK
RGB Variations
Color information
#8A0FFF (or 0x8A0FFF) is known color: Electric Indigo. HEX triplet: 8A, 0F and FF. RGB value is (138,15,255). Sum of RGB (Red+Green+Blue) = 138+15+255=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0FFF is #75F000. Grayscale: #4E4E4E. Windows color (decimal): -7729153 or 16715658. OLE color: 16715658.
HSL color Cylindrical-coordinate representation of color #8A0FFF: hue angle of 270.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0FFF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 15 | 255 | - |
| CMYK | 0.46 | 0.94 | 0 | 0 |
| HSL | 270.75º | 1% | 0.53% | - |
| HSV(B) | 270.75º | 0.94% | 1% | - |
| XYZ | 28.7 | 12.96 | 95.6 | - |
| YUV | 79.14 | 227.25 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 255 | 0.46 | 0.94 | 0 | 0 | 270.75 | 1 | 0.53 |
| Hex | 8A | F | FF | 2E | 5E | 0 | 0 | 10F | 64 | 35 |
| Octal | 212 | 17 | 377 | 56 | 136 | 0 | 0 | 417 | 144 | 65 |
| Binary | 10001010 | 1111 | 11111111 | 101110 | 1011110 | 0 | 0 | 100001111 | 1100100 | 110101 |
Color Harmonies of #8A0FFF
Complementary color
Monochromatic Colors of #8A0FFF
Black with #8A0FFF
Text Example
Text Example
White with #8A0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FFF; }
p { color: rgb(138,15,255); }
H1.HeaderClassName
{
color: #8A0FFF;
}
.AnyTagClassName
{
color: #8A0FFF;
}
</style>
background-color css
<style>
a { background-color: #8A0FFF; }
a { background-color: rgb(138,15,255); }
div.DivClassName
{
background-color: #8A0FFF;
}
.BgClassName
{
background-color: #8A0FFF;
}
</style>
border-color css
<style>
span { border-color: #8A0FFF; }
span { border-color: rgb(138,15,255); }
td.TdClassName
{
border-color: #8A0FFF;
}
.TagClassName
{
border-color: #8A0FFF;
}
</style>