Shades of Electric Indigo #8613FF
Tints of Electric Indigo #8613FF
RGB
CMYK
RGB Variations
Color information
#8613FF (or 0x8613FF) is known color: Electric Indigo. HEX triplet: 86, 13 and FF. RGB value is (134,19,255). Sum of RGB (Red+Green+Blue) = 134+19+255=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8613FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8613FF is #79EC00. Grayscale: #4F4F4F. Windows color (decimal): -7990273 or 16716678. OLE color: 16716678.
HSL color Cylindrical-coordinate representation of color #8613FF: hue angle of 269.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8613FF is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 19 | 255 | - |
| CMYK | 0.47 | 0.93 | 0 | 0 |
| HSL | 269.24º | 1% | 0.54% | - |
| HSV(B) | 269.24º | 0.93% | 1% | - |
| XYZ | 28.11 | 12.75 | 95.59 | - |
| YUV | 80.29 | 226.6 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 255 | 0.47 | 0.93 | 0 | 0 | 269.24 | 1 | 0.54 |
| Hex | 86 | 13 | FF | 2F | 5D | 0 | 0 | 10D | 64 | 36 |
| Octal | 206 | 23 | 377 | 57 | 135 | 0 | 0 | 415 | 144 | 66 |
| Binary | 10000110 | 10011 | 11111111 | 101111 | 1011101 | 0 | 0 | 100001101 | 1100100 | 110110 |
Color Harmonies of #8613FF
Complementary color
Monochromatic Colors of #8613FF
Black with #8613FF
Text Example
Text Example
White with #8613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613FF; }
p { color: rgb(134,19,255); }
H1.HeaderClassName
{
color: #8613FF;
}
.AnyTagClassName
{
color: #8613FF;
}
</style>
background-color css
<style>
a { background-color: #8613FF; }
a { background-color: rgb(134,19,255); }
div.DivClassName
{
background-color: #8613FF;
}
.BgClassName
{
background-color: #8613FF;
}
</style>
border-color css
<style>
span { border-color: #8613FF; }
span { border-color: rgb(134,19,255); }
td.TdClassName
{
border-color: #8613FF;
}
.TagClassName
{
border-color: #8613FF;
}
</style>