Shades of Electric Indigo #8D09FE
Tints of Electric Indigo #8D09FE
RGB
CMYK
RGB Variations
Color information
#8D09FE (or 0x8D09FE) is known color: Electric Indigo. HEX triplet: 8D, 09 and FE. RGB value is (141,9,254). Sum of RGB (Red+Green+Blue) = 141+9+254=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D09FE is #72F601. Grayscale: #4B4B4B. Windows color (decimal): -7534082 or 16648589. OLE color: 16648589.
HSL color Cylindrical-coordinate representation of color #8D09FE: hue angle of 272.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D09FE is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 9 | 254 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.00 |
| HSL | 272.33º | 0.99% | 0.52% | - |
| HSV(B) | 272.33º | 0.96% | 1% | - |
| XYZ | 28.97 | 13.01 | 94.75 | - |
| YUV | 76.4 | 228.23 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 254 | 0.44 | 0.96 | 0 | 0.00 | 272.33 | 0.99 | 0.52 |
| Hex | 8D | 9 | FE | 2C | 60 | 0 | 0 | 110 | 63 | 34 |
| Octal | 215 | 11 | 376 | 54 | 140 | 0 | 0 | 420 | 143 | 64 |
| Binary | 10001101 | 1001 | 11111110 | 101100 | 1100000 | 0 | 0 | 100010000 | 1100011 | 110100 |
Color Harmonies of #8D09FE
Complementary color
Monochromatic Colors of #8D09FE
Black with #8D09FE
Text Example
Text Example
White with #8D09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09FE; }
p { color: rgb(141,9,254); }
H1.HeaderClassName
{
color: #8D09FE;
}
.AnyTagClassName
{
color: #8D09FE;
}
</style>
background-color css
<style>
a { background-color: #8D09FE; }
a { background-color: rgb(141,9,254); }
div.DivClassName
{
background-color: #8D09FE;
}
.BgClassName
{
background-color: #8D09FE;
}
</style>
border-color css
<style>
span { border-color: #8D09FE; }
span { border-color: rgb(141,9,254); }
td.TdClassName
{
border-color: #8D09FE;
}
.TagClassName
{
border-color: #8D09FE;
}
</style>