#8601FE

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

Shades of Electric Indigo #8601FE

Tints of Electric Indigo #8601FE

Color information

#8601FE (or 0x8601FE) is unknown color: approx Electric Indigo. HEX triplet: 86, 01 and FE. RGB value is (134,1,254). Sum of RGB (Red+Green+Blue) = 134+1+254=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #8601FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8601FE is #79FE01. Grayscale: #444444. Windows color (decimal): -7994882 or 16646534. OLE color: 16646534.

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

Color convert

RGB1341254-
CMYK0.471.0000.00
HSL271.54º99.22%50%-
HSV(B)271.54º99.61%99.61%-
XYZ27.7312.2594.67-
YUV69.61232.06173.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 254 (99.61% from 255) = 65.30%
R=34.45%
G=0.26%
B=65.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13412540.471.0000.00271.5499.2250
Hex861FE2F64001106332
Octal2061376571440042014362
Binary100001101111111101011111100100001000100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8601FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8601FE; }

 p { color: rgb(134,1,254); }

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

<style>
 a { background-color: #8601FE; }

 a { background-color: rgb(134,1,254); }

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

<style>
 span { border-color: #8601FE; }

 span { border-color: rgb(134,1,254); }

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