Shades of Electric Indigo #8D01FF
Tints of Electric Indigo #8D01FF
RGB
CMYK
RGB Variations
Color information
#8D01FF (or 0x8D01FF) is known color: Electric Indigo. HEX triplet: 8D, 01 and FF. RGB value is (141,1,255). Sum of RGB (Red+Green+Blue) = 141+1+255=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D01FF is #72FE00. Grayscale: #464646. Windows color (decimal): -7536129 or 16712077. OLE color: 16712077.
HSL color Cylindrical-coordinate representation of color #8D01FF: hue angle of 273.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D01FF is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 1 | 255 | - |
| CMYK | 0.45 | 1.00 | 0 | 0 |
| HSL | 273.07º | 1% | 0.5% | - |
| HSV(B) | 273.07º | 1% | 1% | - |
| XYZ | 29.05 | 12.9 | 95.57 | - |
| YUV | 71.82 | 231.38 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 255 | 0.45 | 1.00 | 0 | 0 | 273.07 | 1 | 0.5 |
| Hex | 8D | 1 | FF | 2D | 64 | 0 | 0 | 111 | 64 | 32 |
| Octal | 215 | 1 | 377 | 55 | 144 | 0 | 0 | 421 | 144 | 62 |
| Binary | 10001101 | 1 | 11111111 | 101101 | 1100100 | 0 | 0 | 100010001 | 1100100 | 110010 |
Color Harmonies of #8D01FF
Complementary color
Monochromatic Colors of #8D01FF
Black with #8D01FF
Text Example
Text Example
White with #8D01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D01FF; }
p { color: rgb(141,1,255); }
H1.HeaderClassName
{
color: #8D01FF;
}
.AnyTagClassName
{
color: #8D01FF;
}
</style>
background-color css
<style>
a { background-color: #8D01FF; }
a { background-color: rgb(141,1,255); }
div.DivClassName
{
background-color: #8D01FF;
}
.BgClassName
{
background-color: #8D01FF;
}
</style>
border-color css
<style>
span { border-color: #8D01FF; }
span { border-color: rgb(141,1,255); }
td.TdClassName
{
border-color: #8D01FF;
}
.TagClassName
{
border-color: #8D01FF;
}
</style>