Shades of Electric Indigo #8105ED
Tints of Electric Indigo #8105ED
RGB
CMYK
RGB Variations
Color information
#8105ED (or 0x8105ED) is known color: Electric Indigo. HEX triplet: 81, 05 and ED. RGB value is (129,5,237). Sum of RGB (Red+Green+Blue) = 129+5+237=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #8105ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8105ED is #7EFA12. Grayscale: #434343. Windows color (decimal): -8321555 or 15533441. OLE color: 15533441.
HSL color Cylindrical-coordinate representation of color #8105ED: hue angle of 272.07º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8105ED is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 5 | 237 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.07 |
| HSL | 272.07º | 0.96% | 0.47% | - |
| HSV(B) | 272.07º | 0.98% | 0.93% | - |
| XYZ | 24.39 | 10.89 | 80.94 | - |
| YUV | 68.52 | 223.08 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 237 | 0.46 | 0.98 | 0 | 0.07 | 272.07 | 0.96 | 0.47 |
| Hex | 81 | 5 | ED | 2E | 62 | 0 | 7 | 110 | 60 | 2F |
| Octal | 201 | 5 | 355 | 56 | 142 | 0 | 7 | 420 | 140 | 57 |
| Binary | 10000001 | 101 | 11101101 | 101110 | 1100010 | 0 | 111 | 100010000 | 1100000 | 101111 |
Color Harmonies of #8105ED
Complementary color
Monochromatic Colors of #8105ED
Black with #8105ED
Text Example
Text Example
White with #8105ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105ED; }
p { color: rgb(129,5,237); }
H1.HeaderClassName
{
color: #8105ED;
}
.AnyTagClassName
{
color: #8105ED;
}
</style>
background-color css
<style>
a { background-color: #8105ED; }
a { background-color: rgb(129,5,237); }
div.DivClassName
{
background-color: #8105ED;
}
.BgClassName
{
background-color: #8105ED;
}
</style>
border-color css
<style>
span { border-color: #8105ED; }
span { border-color: rgb(129,5,237); }
td.TdClassName
{
border-color: #8105ED;
}
.TagClassName
{
border-color: #8105ED;
}
</style>