Shades of Electric Indigo #9101FF
Tints of Electric Indigo #9101FF
RGB
CMYK
RGB Variations
Color information
#9101FF (or 0x9101FF) is known color: Electric Indigo. HEX triplet: 91, 01 and FF. RGB value is (145,1,255). Sum of RGB (Red+Green+Blue) = 145+1+255=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #9101FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9101FF is #6EFE00. Grayscale: #484848. Windows color (decimal): -7273985 or 16712081. OLE color: 16712081.
HSL color Cylindrical-coordinate representation of color #9101FF: hue angle of 274.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9101FF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 1 | 255 | - |
| CMYK | 0.43 | 1.00 | 0 | 0 |
| HSL | 274.02º | 1% | 0.5% | - |
| HSV(B) | 274.02º | 1% | 1% | - |
| XYZ | 29.74 | 13.26 | 95.6 | - |
| YUV | 73.01 | 230.71 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 255 | 0.43 | 1.00 | 0 | 0 | 274.02 | 1 | 0.5 |
| Hex | 91 | 1 | FF | 2B | 64 | 0 | 0 | 112 | 64 | 32 |
| Octal | 221 | 1 | 377 | 53 | 144 | 0 | 0 | 422 | 144 | 62 |
| Binary | 10010001 | 1 | 11111111 | 101011 | 1100100 | 0 | 0 | 100010010 | 1100100 | 110010 |
Color Harmonies of #9101FF
Complementary color
Monochromatic Colors of #9101FF
Black with #9101FF
Text Example
Text Example
White with #9101FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101FF; }
p { color: rgb(145,1,255); }
H1.HeaderClassName
{
color: #9101FF;
}
.AnyTagClassName
{
color: #9101FF;
}
</style>
background-color css
<style>
a { background-color: #9101FF; }
a { background-color: rgb(145,1,255); }
div.DivClassName
{
background-color: #9101FF;
}
.BgClassName
{
background-color: #9101FF;
}
</style>
border-color css
<style>
span { border-color: #9101FF; }
span { border-color: rgb(145,1,255); }
td.TdClassName
{
border-color: #9101FF;
}
.TagClassName
{
border-color: #9101FF;
}
</style>