Shades of Electric Indigo #8314FF
Tints of Electric Indigo #8314FF
RGB
CMYK
RGB Variations
Color information
#8314FF (or 0x8314FF) is known color: Electric Indigo. HEX triplet: 83, 14 and FF. RGB value is (131,20,255). Sum of RGB (Red+Green+Blue) = 131+20+255=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #8314FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8314FF is #7CEB00. Grayscale: #4F4F4F. Windows color (decimal): -8186625 or 16716931. OLE color: 16716931.
HSL color Cylindrical-coordinate representation of color #8314FF: hue angle of 268.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8314FF is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 20 | 255 | - |
| CMYK | 0.49 | 0.92 | 0 | 0 |
| HSL | 268.34º | 1% | 0.54% | - |
| HSV(B) | 268.34º | 0.92% | 1% | - |
| XYZ | 27.66 | 12.55 | 95.57 | - |
| YUV | 79.98 | 226.77 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 255 | 0.49 | 0.92 | 0 | 0 | 268.34 | 1 | 0.54 |
| Hex | 83 | 14 | FF | 31 | 5C | 0 | 0 | 10C | 64 | 36 |
| Octal | 203 | 24 | 377 | 61 | 134 | 0 | 0 | 414 | 144 | 66 |
| Binary | 10000011 | 10100 | 11111111 | 110001 | 1011100 | 0 | 0 | 100001100 | 1100100 | 110110 |
Color Harmonies of #8314FF
Complementary color
Monochromatic Colors of #8314FF
Black with #8314FF
Text Example
Text Example
White with #8314FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314FF; }
p { color: rgb(131,20,255); }
H1.HeaderClassName
{
color: #8314FF;
}
.AnyTagClassName
{
color: #8314FF;
}
</style>
background-color css
<style>
a { background-color: #8314FF; }
a { background-color: rgb(131,20,255); }
div.DivClassName
{
background-color: #8314FF;
}
.BgClassName
{
background-color: #8314FF;
}
</style>
border-color css
<style>
span { border-color: #8314FF; }
span { border-color: rgb(131,20,255); }
td.TdClassName
{
border-color: #8314FF;
}
.TagClassName
{
border-color: #8314FF;
}
</style>