Shades of Electric Indigo #8A0CFF
Tints of Electric Indigo #8A0CFF
RGB
CMYK
RGB Variations
Color information
#8A0CFF (or 0x8A0CFF) is known color: Electric Indigo. HEX triplet: 8A, 0C and FF. RGB value is (138,12,255). Sum of RGB (Red+Green+Blue) = 138+12+255=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0CFF is #75F300. Grayscale: #4C4C4C. Windows color (decimal): -7729921 or 16714890. OLE color: 16714890.
HSL color Cylindrical-coordinate representation of color #8A0CFF: hue angle of 271.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CFF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 12 | 255 | - |
| CMYK | 0.46 | 0.95 | 0 | 0 |
| HSL | 271.11º | 1% | 0.52% | - |
| HSV(B) | 271.11º | 0.95% | 1% | - |
| XYZ | 28.66 | 12.89 | 95.58 | - |
| YUV | 77.38 | 228.24 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 255 | 0.46 | 0.95 | 0 | 0 | 271.11 | 1 | 0.52 |
| Hex | 8A | C | FF | 2E | 5F | 0 | 0 | 10F | 64 | 34 |
| Octal | 212 | 14 | 377 | 56 | 137 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001010 | 1100 | 11111111 | 101110 | 1011111 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #8A0CFF
Complementary color
Monochromatic Colors of #8A0CFF
Black with #8A0CFF
Text Example
Text Example
White with #8A0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0CFF; }
p { color: rgb(138,12,255); }
H1.HeaderClassName
{
color: #8A0CFF;
}
.AnyTagClassName
{
color: #8A0CFF;
}
</style>
background-color css
<style>
a { background-color: #8A0CFF; }
a { background-color: rgb(138,12,255); }
div.DivClassName
{
background-color: #8A0CFF;
}
.BgClassName
{
background-color: #8A0CFF;
}
</style>
border-color css
<style>
span { border-color: #8A0CFF; }
span { border-color: rgb(138,12,255); }
td.TdClassName
{
border-color: #8A0CFF;
}
.TagClassName
{
border-color: #8A0CFF;
}
</style>