Shades of Electric Indigo #8F00FF
Tints of Electric Indigo #8F00FF
RGB
CMYK
RGB Variations
Color information
#8F00FF (or 0x8F00FF) is known color: Electric Indigo. HEX triplet: 8F, 00 and FF. RGB value is (143,0,255). Sum of RGB (Red+Green+Blue) = 143+0+255=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 0 (0.39% from 255 or 0% 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 #8F00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00FF is #70FF00. Grayscale: #464646. Windows color (decimal): -7405313 or 16711823. OLE color: 16711823.
HSL color Cylindrical-coordinate representation of color #8F00FF: hue angle of 273.65º 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 #8F00FF is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 0 | 255 | - |
| CMYK | 0.44 | 1 | 0 | 0 |
| HSL | 273.65º | 1% | 0.5% | - |
| HSV(B) | 273.65º | 1% | 1% | - |
| XYZ | 29.38 | 13.06 | 95.58 | - |
| YUV | 71.83 | 231.38 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 255 | 0.44 | 1 | 0 | 0 | 273.65 | 1 | 0.5 |
| Hex | 8F | 0 | FF | 2C | 64 | 0 | 0 | 112 | 64 | 32 |
| Octal | 217 | 0 | 377 | 54 | 144 | 0 | 0 | 422 | 144 | 62 |
| Binary | 10001111 | 0 | 11111111 | 101100 | 1100100 | 0 | 0 | 100010010 | 1100100 | 110010 |
Color Harmonies of #8F00FF
Complementary color
Monochromatic Colors of #8F00FF
Black with #8F00FF
Text Example
Text Example
White with #8F00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F00FF; }
p { color: rgb(143,0,255); }
H1.HeaderClassName
{
color: #8F00FF;
}
.AnyTagClassName
{
color: #8F00FF;
}
</style>
background-color css
<style>
a { background-color: #8F00FF; }
a { background-color: rgb(143,0,255); }
div.DivClassName
{
background-color: #8F00FF;
}
.BgClassName
{
background-color: #8F00FF;
}
</style>
border-color css
<style>
span { border-color: #8F00FF; }
span { border-color: rgb(143,0,255); }
td.TdClassName
{
border-color: #8F00FF;
}
.TagClassName
{
border-color: #8F00FF;
}
</style>