#8703FA

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

Shades of Electric Indigo #8703FA

Tints of Electric Indigo #8703FA

Color information

#8703FA (or 0x8703FA) is unknown color: approx Electric Indigo. HEX triplet: 87, 03 and FA. RGB value is (135,3,250). Sum of RGB (Red+Green+Blue) = 135+3+250=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #8703FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8703FA is #78FC05. Grayscale: #454545. Windows color (decimal): -7928838 or 16384903. OLE color: 16384903.

HSL color Cylindrical-coordinate representation of color #8703FA: hue angle of 272.06º 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 #8703FA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1353250-
CMYK0.460.9900.02
HSL272.06º97.63%49.61%-
HSV(B)272.06º98.8%98.04%-
XYZ27.2812.1291.34-
YUV70.63229.23173.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 250 (98.05% from 255) = 64.43%
R=34.79%
G=0.77%
B=64.43%

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
Decimal13532500.460.9900.02272.0697.6349.61
Hex873FA2E63021106232
Octal2073372561430242014262
Binary10000111111111101010111011000110101000100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8703FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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