Shades of Electric Indigo #9108FF
Tints of Electric Indigo #9108FF
RGB
CMYK
RGB Variations
Color information
#9108FF (or 0x9108FF) is known color: Electric Indigo. HEX triplet: 91, 08 and FF. RGB value is (145,8,255). Sum of RGB (Red+Green+Blue) = 145+8+255=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 8 (3.52% from 255 or 1.96% 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 #9108FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9108FF is #6EF700. Grayscale: #4C4C4C. Windows color (decimal): -7272193 or 16713873. OLE color: 16713873.
HSL color Cylindrical-coordinate representation of color #9108FF: hue angle of 273.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9108FF is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 8 | 255 | - |
| CMYK | 0.43 | 0.97 | 0 | 0 |
| HSL | 273.28º | 1% | 0.52% | - |
| HSV(B) | 273.28º | 0.97% | 1% | - |
| XYZ | 29.81 | 13.41 | 95.63 | - |
| YUV | 77.12 | 228.39 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 255 | 0.43 | 0.97 | 0 | 0 | 273.28 | 1 | 0.52 |
| Hex | 91 | 8 | FF | 2B | 61 | 0 | 0 | 111 | 64 | 34 |
| Octal | 221 | 10 | 377 | 53 | 141 | 0 | 0 | 421 | 144 | 64 |
| Binary | 10010001 | 1000 | 11111111 | 101011 | 1100001 | 0 | 0 | 100010001 | 1100100 | 110100 |
Color Harmonies of #9108FF
Complementary color
Monochromatic Colors of #9108FF
Black with #9108FF
Text Example
Text Example
White with #9108FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9108FF; }
p { color: rgb(145,8,255); }
H1.HeaderClassName
{
color: #9108FF;
}
.AnyTagClassName
{
color: #9108FF;
}
</style>
background-color css
<style>
a { background-color: #9108FF; }
a { background-color: rgb(145,8,255); }
div.DivClassName
{
background-color: #9108FF;
}
.BgClassName
{
background-color: #9108FF;
}
</style>
border-color css
<style>
span { border-color: #9108FF; }
span { border-color: rgb(145,8,255); }
td.TdClassName
{
border-color: #9108FF;
}
.TagClassName
{
border-color: #9108FF;
}
</style>