Shades of Electric Indigo #8104FF
Tints of Electric Indigo #8104FF
RGB
CMYK
RGB Variations
Color information
#8104FF (or 0x8104FF) is known color: Electric Indigo. HEX triplet: 81, 04 and FF. RGB value is (129,4,255). Sum of RGB (Red+Green+Blue) = 129+4+255=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #8104FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8104FF is #7EFB00. Grayscale: #454545. Windows color (decimal): -8321793 or 16712833. OLE color: 16712833.
HSL color Cylindrical-coordinate representation of color #8104FF: hue angle of 269.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8104FF is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 4 | 255 | - |
| CMYK | 0.49 | 0.98 | 0 | 0 |
| HSL | 269.88º | 1% | 0.51% | - |
| HSV(B) | 269.88º | 0.98% | 1% | - |
| XYZ | 27.15 | 11.97 | 95.49 | - |
| YUV | 69.99 | 232.41 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 255 | 0.49 | 0.98 | 0 | 0 | 269.88 | 1 | 0.51 |
| Hex | 81 | 4 | FF | 31 | 62 | 0 | 0 | 10E | 64 | 33 |
| Octal | 201 | 4 | 377 | 61 | 142 | 0 | 0 | 416 | 144 | 63 |
| Binary | 10000001 | 100 | 11111111 | 110001 | 1100010 | 0 | 0 | 100001110 | 1100100 | 110011 |
Color Harmonies of #8104FF
Complementary color
Monochromatic Colors of #8104FF
Black with #8104FF
Text Example
Text Example
White with #8104FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8104FF; }
p { color: rgb(129,4,255); }
H1.HeaderClassName
{
color: #8104FF;
}
.AnyTagClassName
{
color: #8104FF;
}
</style>
background-color css
<style>
a { background-color: #8104FF; }
a { background-color: rgb(129,4,255); }
div.DivClassName
{
background-color: #8104FF;
}
.BgClassName
{
background-color: #8104FF;
}
</style>
border-color css
<style>
span { border-color: #8104FF; }
span { border-color: rgb(129,4,255); }
td.TdClassName
{
border-color: #8104FF;
}
.TagClassName
{
border-color: #8104FF;
}
</style>