Shades of Electric Indigo #8105EE
Tints of Electric Indigo #8105EE
RGB
CMYK
RGB Variations
Color information
#8105EE (or 0x8105EE) is known color: Electric Indigo. HEX triplet: 81, 05 and EE. RGB value is (129,5,238). Sum of RGB (Red+Green+Blue) = 129+5+238=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #8105EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8105EE is #7EFA11. Grayscale: #434343. Windows color (decimal): -8321554 or 15598977. OLE color: 15598977.
HSL color Cylindrical-coordinate representation of color #8105EE: hue angle of 271.93º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8105EE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 5 | 238 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.07 |
| HSL | 271.93º | 0.96% | 0.48% | - |
| HSV(B) | 271.93º | 0.98% | 0.93% | - |
| XYZ | 24.54 | 10.95 | 81.71 | - |
| YUV | 68.64 | 223.58 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 238 | 0.46 | 0.98 | 0 | 0.07 | 271.93 | 0.96 | 0.48 |
| Hex | 81 | 5 | EE | 2E | 62 | 0 | 7 | 110 | 60 | 30 |
| Octal | 201 | 5 | 356 | 56 | 142 | 0 | 7 | 420 | 140 | 60 |
| Binary | 10000001 | 101 | 11101110 | 101110 | 1100010 | 0 | 111 | 100010000 | 1100000 | 110000 |
Color Harmonies of #8105EE
Complementary color
Monochromatic Colors of #8105EE
Black with #8105EE
Text Example
Text Example
White with #8105EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105EE; }
p { color: rgb(129,5,238); }
H1.HeaderClassName
{
color: #8105EE;
}
.AnyTagClassName
{
color: #8105EE;
}
</style>
background-color css
<style>
a { background-color: #8105EE; }
a { background-color: rgb(129,5,238); }
div.DivClassName
{
background-color: #8105EE;
}
.BgClassName
{
background-color: #8105EE;
}
</style>
border-color css
<style>
span { border-color: #8105EE; }
span { border-color: rgb(129,5,238); }
td.TdClassName
{
border-color: #8105EE;
}
.TagClassName
{
border-color: #8105EE;
}
</style>