Shades of Electric Indigo #8310FF
Tints of Electric Indigo #8310FF
RGB
CMYK
RGB Variations
Color information
#8310FF (or 0x8310FF) is known color: Electric Indigo. HEX triplet: 83, 10 and FF. RGB value is (131,16,255). Sum of RGB (Red+Green+Blue) = 131+16+255=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #8310FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8310FF is #7CEF00. Grayscale: #4C4C4C. Windows color (decimal): -8187649 or 16715907. OLE color: 16715907.
HSL color Cylindrical-coordinate representation of color #8310FF: hue angle of 268.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8310FF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 16 | 255 | - |
| CMYK | 0.49 | 0.94 | 0 | 0 |
| HSL | 268.87º | 1% | 0.53% | - |
| HSV(B) | 268.87º | 0.94% | 1% | - |
| XYZ | 27.6 | 12.42 | 95.55 | - |
| YUV | 77.63 | 228.1 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 255 | 0.49 | 0.94 | 0 | 0 | 268.87 | 1 | 0.53 |
| Hex | 83 | 10 | FF | 31 | 5E | 0 | 0 | 10D | 64 | 35 |
| Octal | 203 | 20 | 377 | 61 | 136 | 0 | 0 | 415 | 144 | 65 |
| Binary | 10000011 | 10000 | 11111111 | 110001 | 1011110 | 0 | 0 | 100001101 | 1100100 | 110101 |
Color Harmonies of #8310FF
Complementary color
Monochromatic Colors of #8310FF
Black with #8310FF
Text Example
Text Example
White with #8310FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8310FF; }
p { color: rgb(131,16,255); }
H1.HeaderClassName
{
color: #8310FF;
}
.AnyTagClassName
{
color: #8310FF;
}
</style>
background-color css
<style>
a { background-color: #8310FF; }
a { background-color: rgb(131,16,255); }
div.DivClassName
{
background-color: #8310FF;
}
.BgClassName
{
background-color: #8310FF;
}
</style>
border-color css
<style>
span { border-color: #8310FF; }
span { border-color: rgb(131,16,255); }
td.TdClassName
{
border-color: #8310FF;
}
.TagClassName
{
border-color: #8310FF;
}
</style>