#8211fe

Color #8211FE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8211FE

Tints of Electric Indigo #8211FE

Color information

#8211FE (or 0x8211FE) is unknown color: approx Electric Indigo. HEX triplet: 82, 11 and FE. RGB value is (130,17,254). Sum of RGB (Red+Green+Blue) = 130+17+254=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #8211FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211FE is #7DEE01. Grayscale: #4C4C4C. Windows color (decimal): -8252930 or 16650626. OLE color: 16650626.

HSL color Cylindrical-coordinate representation of color #8211FE: hue angle of 268.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8211FE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13017254-
CMYK0.490.9300.00
HSL268.61º99.16%53.14%-
HSV(B)268.61º93.31%99.61%-
XYZ27.312.394.7-
YUV77.8227.44165.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 17 (7.03% from 255) = 4.24%
BLUE value IS 254 (99.61% from 255) = 63.34%
R=32.42%
G=4.24%
B=63.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal130172540.490.9300.00268.6199.1653.14
Hex8211FE315D0010d6335
Octal20221376611350041514365
Binary1000001010001111111101100011011101001000011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8211fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8211fe; }

 p { color: rgb(130,17,254); }

 H1.HeaderClassName
 {
   color: #8211fe;
 }
 .AnyTagClassName
 {
   color: #8211fe;
 }
</style>
background-color css

<style>
 a { background-color: #8211fe; }

 a { background-color: rgb(130,17,254); }

 div.DivClassName
 {
   background-color: #8211fe;
 }
 .BgClassName
 {
   background-color: #8211fe;
 }
</style>
border-color css

<style>
 span { border-color: #8211fe; }

 span { border-color: rgb(130,17,254); }

 td.TdClassName
 {
   border-color: #8211fe;
 }
 .TagClassName
 {
   border-color: #8211fe;
 }
</style>