#8905FC

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

Shades of Electric Indigo #8905FC

Tints of Electric Indigo #8905FC

Color information

#8905FC (or 0x8905FC) is unknown color: approx Electric Indigo. HEX triplet: 89, 05 and FC. RGB value is (137,5,252). Sum of RGB (Red+Green+Blue) = 137+5+252=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #8905FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8905FC is #76FA03. Grayscale: #474747. Windows color (decimal): -7797252 or 16516489. OLE color: 16516489.

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

Color convert

RGB1375252-
CMYK0.460.9800.01
HSL272.06º97.63%50.39%-
HSV(B)272.06º98.02%98.82%-
XYZ27.9412.4693.03-
YUV72.63229.23173.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 252 (98.83% from 255) = 63.96%
R=34.77%
G=1.27%
B=63.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal13752520.460.9800.01272.0697.6350.39
Hex895FC2E62011106232
Octal2115374561420142014262
Binary10001001101111111001011101100010011000100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8905FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,5,252); }

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

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

 a { background-color: rgb(137,5,252); }

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

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

 span { border-color: rgb(137,5,252); }

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