Shades of Electric Indigo #8D08FE
Tints of Electric Indigo #8D08FE
RGB
CMYK
RGB Variations
Color information
#8D08FE (or 0x8D08FE) is known color: Electric Indigo. HEX triplet: 8D, 08 and FE. RGB value is (141,8,254). Sum of RGB (Red+Green+Blue) = 141+8+254=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D08FE is #72F701. Grayscale: #4A4A4A. Windows color (decimal): -7534338 or 16648333. OLE color: 16648333.
HSL color Cylindrical-coordinate representation of color #8D08FE: hue angle of 272.44º 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 #8D08FE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 8 | 254 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.00 |
| HSL | 272.44º | 0.99% | 0.51% | - |
| HSV(B) | 272.44º | 0.97% | 1% | - |
| XYZ | 28.96 | 12.99 | 94.75 | - |
| YUV | 75.81 | 228.56 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 254 | 0.44 | 0.97 | 0 | 0.00 | 272.44 | 0.99 | 0.51 |
| Hex | 8D | 8 | FE | 2C | 61 | 0 | 0 | 110 | 63 | 33 |
| Octal | 215 | 10 | 376 | 54 | 141 | 0 | 0 | 420 | 143 | 63 |
| Binary | 10001101 | 1000 | 11111110 | 101100 | 1100001 | 0 | 0 | 100010000 | 1100011 | 110011 |
Color Harmonies of #8D08FE
Complementary color
Monochromatic Colors of #8D08FE
Black with #8D08FE
Text Example
Text Example
White with #8D08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D08FE; }
p { color: rgb(141,8,254); }
H1.HeaderClassName
{
color: #8D08FE;
}
.AnyTagClassName
{
color: #8D08FE;
}
</style>
background-color css
<style>
a { background-color: #8D08FE; }
a { background-color: rgb(141,8,254); }
div.DivClassName
{
background-color: #8D08FE;
}
.BgClassName
{
background-color: #8D08FE;
}
</style>
border-color css
<style>
span { border-color: #8D08FE; }
span { border-color: rgb(141,8,254); }
td.TdClassName
{
border-color: #8D08FE;
}
.TagClassName
{
border-color: #8D08FE;
}
</style>