Shades of Electric Indigo #8D00FD
Tints of Electric Indigo #8D00FD
RGB
CMYK
RGB Variations
Color information
#8D00FD (or 0x8D00FD) is known color: Electric Indigo. HEX triplet: 8D, 00 and FD. RGB value is (141,0,253). Sum of RGB (Red+Green+Blue) = 141+0+253=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00FD is #72FF02. Grayscale: #464646. Windows color (decimal): -7536387 or 16580749. OLE color: 16580749.
HSL color Cylindrical-coordinate representation of color #8D00FD: hue angle of 273.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00FD is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 0 | 253 | - |
| CMYK | 0.44 | 1 | 0 | 0.01 |
| HSL | 273.44º | 1% | 0.5% | - |
| HSV(B) | 273.44º | 1% | 0.99% | - |
| XYZ | 28.71 | 12.75 | 93.88 | - |
| YUV | 71 | 230.71 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 253 | 0.44 | 1 | 0 | 0.01 | 273.44 | 1 | 0.5 |
| Hex | 8D | 0 | FD | 2C | 64 | 0 | 1 | 111 | 64 | 32 |
| Octal | 215 | 0 | 375 | 54 | 144 | 0 | 1 | 421 | 144 | 62 |
| Binary | 10001101 | 0 | 11111101 | 101100 | 1100100 | 0 | 1 | 100010001 | 1100100 | 110010 |
Color Harmonies of #8D00FD
Complementary color
Monochromatic Colors of #8D00FD
Black with #8D00FD
Text Example
Text Example
White with #8D00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00FD; }
p { color: rgb(141,0,253); }
H1.HeaderClassName
{
color: #8D00FD;
}
.AnyTagClassName
{
color: #8D00FD;
}
</style>
background-color css
<style>
a { background-color: #8D00FD; }
a { background-color: rgb(141,0,253); }
div.DivClassName
{
background-color: #8D00FD;
}
.BgClassName
{
background-color: #8D00FD;
}
</style>
border-color css
<style>
span { border-color: #8D00FD; }
span { border-color: rgb(141,0,253); }
td.TdClassName
{
border-color: #8D00FD;
}
.TagClassName
{
border-color: #8D00FD;
}
</style>