Shades of Electric Indigo #8501FA
Tints of Electric Indigo #8501FA
RGB
CMYK
RGB Variations
Color information
#8501FA (or 0x8501FA) is known color: Electric Indigo. HEX triplet: 85, 01 and FA. RGB value is (133,1,250). Sum of RGB (Red+Green+Blue) = 133+1+250=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #8501FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501FA is #7AFE05. Grayscale: #434343. Windows color (decimal): -8060422 or 16384389. OLE color: 16384389.
HSL color Cylindrical-coordinate representation of color #8501FA: hue angle of 271.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501FA is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 1 | 250 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.02 |
| HSL | 271.81º | 0.99% | 0.49% | - |
| HSV(B) | 271.81º | 1% | 0.98% | - |
| XYZ | 26.94 | 11.91 | 91.32 | - |
| YUV | 68.85 | 230.23 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 250 | 0.47 | 1.00 | 0 | 0.02 | 271.81 | 0.99 | 0.49 |
| Hex | 85 | 1 | FA | 2F | 64 | 0 | 2 | 110 | 63 | 31 |
| Octal | 205 | 1 | 372 | 57 | 144 | 0 | 2 | 420 | 143 | 61 |
| Binary | 10000101 | 1 | 11111010 | 101111 | 1100100 | 0 | 10 | 100010000 | 1100011 | 110001 |
Color Harmonies of #8501FA
Complementary color
Monochromatic Colors of #8501FA
Black with #8501FA
Text Example
Text Example
White with #8501FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501FA; }
p { color: rgb(133,1,250); }
H1.HeaderClassName
{
color: #8501FA;
}
.AnyTagClassName
{
color: #8501FA;
}
</style>
background-color css
<style>
a { background-color: #8501FA; }
a { background-color: rgb(133,1,250); }
div.DivClassName
{
background-color: #8501FA;
}
.BgClassName
{
background-color: #8501FA;
}
</style>
border-color css
<style>
span { border-color: #8501FA; }
span { border-color: rgb(133,1,250); }
td.TdClassName
{
border-color: #8501FA;
}
.TagClassName
{
border-color: #8501FA;
}
</style>