#8603FA

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

Shades of Electric Indigo #8603FA

Tints of Electric Indigo #8603FA

Color information

#8603FA (or 0x8603FA) is unknown color: approx Electric Indigo. HEX triplet: 86, 03 and FA. RGB value is (134,3,250). Sum of RGB (Red+Green+Blue) = 134+3+250=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #8603FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8603FA is #79FC05. Grayscale: #454545. Windows color (decimal): -7994374 or 16384902. OLE color: 16384902.

HSL color Cylindrical-coordinate representation of color #8603FA: hue angle of 271.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8603FA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1343250-
CMYK0.460.9900.02
HSL271.82º97.63%49.61%-
HSV(B)271.82º98.8%98.04%-
XYZ27.1212.0491.34-
YUV70.33229.4173.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 3 (1.56% from 255) = 0.78%
BLUE value IS 250 (98.05% from 255) = 64.60%
R=34.63%
G=0.78%
B=64.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal13432500.460.9900.02271.8297.6349.61
Hex863FA2E63021106232
Octal2063372561430242014262
Binary10000110111111101010111011000110101000100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8603FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8603FA; }

 p { color: rgb(134,3,250); }

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

<style>
 a { background-color: #8603FA; }

 a { background-color: rgb(134,3,250); }

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

<style>
 span { border-color: #8603FA; }

 span { border-color: rgb(134,3,250); }

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