#8009FC

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

Shades of Electric Indigo #8009FC

Tints of Electric Indigo #8009FC

Color information

#8009FC (or 0x8009FC) is unknown color: approx Electric Indigo. HEX triplet: 80, 09 and FC. RGB value is (128,9,252). Sum of RGB (Red+Green+Blue) = 128+9+252=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #8009FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8009FC is #7FF603. Grayscale: #474747. Windows color (decimal): -8386052 or 16517504. OLE color: 16517504.

HSL color Cylindrical-coordinate representation of color #8009FC: hue angle of 269.38º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8009FC is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1289252-
CMYK0.490.9600.01
HSL269.38º97.59%51.18%-
HSV(B)269.38º96.43%98.82%-
XYZ26.5711.8192.98-
YUV72.28229.42167.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 252 (98.83% from 255) = 64.78%
R=32.90%
G=2.31%
B=64.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12892520.490.9600.01269.3897.5951.18
Hex809FC31600110d6233
Octal20011374611400141514263
Binary100000001001111111001100011100000011000011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8009FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8009FC; }

 p { color: rgb(128,9,252); }

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

<style>
 a { background-color: #8009FC; }

 a { background-color: rgb(128,9,252); }

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

<style>
 span { border-color: #8009FC; }

 span { border-color: rgb(128,9,252); }

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