Shades of Electric Indigo #8D0AFF
Tints of Electric Indigo #8D0AFF
RGB
CMYK
RGB Variations
Color information
#8D0AFF (or 0x8D0AFF) is known color: Electric Indigo. HEX triplet: 8D, 0A and FF. RGB value is (141,10,255). Sum of RGB (Red+Green+Blue) = 141+10+255=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0AFF is #72F500. Grayscale: #4C4C4C. Windows color (decimal): -7533825 or 16714381. OLE color: 16714381.
HSL color Cylindrical-coordinate representation of color #8D0AFF: hue angle of 272.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0AFF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 10 | 255 | - |
| CMYK | 0.45 | 0.96 | 0 | 0 |
| HSL | 272.08º | 1% | 0.52% | - |
| HSV(B) | 272.08º | 0.96% | 1% | - |
| XYZ | 29.14 | 13.1 | 95.6 | - |
| YUV | 77.1 | 228.4 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 255 | 0.45 | 0.96 | 0 | 0 | 272.08 | 1 | 0.52 |
| Hex | 8D | A | FF | 2D | 60 | 0 | 0 | 110 | 64 | 34 |
| Octal | 215 | 12 | 377 | 55 | 140 | 0 | 0 | 420 | 144 | 64 |
| Binary | 10001101 | 1010 | 11111111 | 101101 | 1100000 | 0 | 0 | 100010000 | 1100100 | 110100 |
Color Harmonies of #8D0AFF
Complementary color
Monochromatic Colors of #8D0AFF
Black with #8D0AFF
Text Example
Text Example
White with #8D0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0AFF; }
p { color: rgb(141,10,255); }
H1.HeaderClassName
{
color: #8D0AFF;
}
.AnyTagClassName
{
color: #8D0AFF;
}
</style>
background-color css
<style>
a { background-color: #8D0AFF; }
a { background-color: rgb(141,10,255); }
div.DivClassName
{
background-color: #8D0AFF;
}
.BgClassName
{
background-color: #8D0AFF;
}
</style>
border-color css
<style>
span { border-color: #8D0AFF; }
span { border-color: rgb(141,10,255); }
td.TdClassName
{
border-color: #8D0AFF;
}
.TagClassName
{
border-color: #8D0AFF;
}
</style>