Shades of Electric Indigo #8D02FF
Tints of Electric Indigo #8D02FF
RGB
CMYK
RGB Variations
Color information
#8D02FF (or 0x8D02FF) is known color: Electric Indigo. HEX triplet: 8D, 02 and FF. RGB value is (141,2,255). Sum of RGB (Red+Green+Blue) = 141+2+255=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D02FF is #72FD00. Grayscale: #474747. Windows color (decimal): -7535873 or 16712333. OLE color: 16712333.
HSL color Cylindrical-coordinate representation of color #8D02FF: hue angle of 272.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02FF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 2 | 255 | - |
| CMYK | 0.45 | 0.99 | 0 | 0 |
| HSL | 272.96º | 1% | 0.5% | - |
| HSV(B) | 272.96º | 0.99% | 1% | - |
| XYZ | 29.06 | 12.93 | 95.57 | - |
| YUV | 72.4 | 231.05 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 255 | 0.45 | 0.99 | 0 | 0 | 272.96 | 1 | 0.5 |
| Hex | 8D | 2 | FF | 2D | 63 | 0 | 0 | 111 | 64 | 32 |
| Octal | 215 | 2 | 377 | 55 | 143 | 0 | 0 | 421 | 144 | 62 |
| Binary | 10001101 | 10 | 11111111 | 101101 | 1100011 | 0 | 0 | 100010001 | 1100100 | 110010 |
Color Harmonies of #8D02FF
Complementary color
Monochromatic Colors of #8D02FF
Black with #8D02FF
Text Example
Text Example
White with #8D02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02FF; }
p { color: rgb(141,2,255); }
H1.HeaderClassName
{
color: #8D02FF;
}
.AnyTagClassName
{
color: #8D02FF;
}
</style>
background-color css
<style>
a { background-color: #8D02FF; }
a { background-color: rgb(141,2,255); }
div.DivClassName
{
background-color: #8D02FF;
}
.BgClassName
{
background-color: #8D02FF;
}
</style>
border-color css
<style>
span { border-color: #8D02FF; }
span { border-color: rgb(141,2,255); }
td.TdClassName
{
border-color: #8D02FF;
}
.TagClassName
{
border-color: #8D02FF;
}
</style>