Shades of Electric Indigo #8105FE
Tints of Electric Indigo #8105FE
RGB
CMYK
RGB Variations
Color information
#8105FE (or 0x8105FE) is known color: Electric Indigo. HEX triplet: 81, 05 and FE. RGB value is (129,5,254). Sum of RGB (Red+Green+Blue) = 129+5+254=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #8105FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8105FE is #7EFA01. Grayscale: #454545. Windows color (decimal): -8321538 or 16647553. OLE color: 16647553.
HSL color Cylindrical-coordinate representation of color #8105FE: hue angle of 269.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8105FE is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 5 | 254 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.00 |
| HSL | 269.88º | 0.99% | 0.51% | - |
| HSV(B) | 269.88º | 0.98% | 1% | - |
| XYZ | 27 | 11.93 | 94.65 | - |
| YUV | 70.46 | 231.58 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 254 | 0.49 | 0.98 | 0 | 0.00 | 269.88 | 0.99 | 0.51 |
| Hex | 81 | 5 | FE | 31 | 62 | 0 | 0 | 10E | 63 | 33 |
| Octal | 201 | 5 | 376 | 61 | 142 | 0 | 0 | 416 | 143 | 63 |
| Binary | 10000001 | 101 | 11111110 | 110001 | 1100010 | 0 | 0 | 100001110 | 1100011 | 110011 |
Color Harmonies of #8105FE
Complementary color
Monochromatic Colors of #8105FE
Black with #8105FE
Text Example
Text Example
White with #8105FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105FE; }
p { color: rgb(129,5,254); }
H1.HeaderClassName
{
color: #8105FE;
}
.AnyTagClassName
{
color: #8105FE;
}
</style>
background-color css
<style>
a { background-color: #8105FE; }
a { background-color: rgb(129,5,254); }
div.DivClassName
{
background-color: #8105FE;
}
.BgClassName
{
background-color: #8105FE;
}
</style>
border-color css
<style>
span { border-color: #8105FE; }
span { border-color: rgb(129,5,254); }
td.TdClassName
{
border-color: #8105FE;
}
.TagClassName
{
border-color: #8105FE;
}
</style>