Html Css Color HEX #8900FA Electric Indigo

📋 copy color: '#8900FA'

red 137 ◦ green 0 ◦ blue 250

#8900FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #8900FA

Tints of Electric Indigo #8900FA

RGB

 RED value IS 137 (53.91% from 255) = 35.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 35.4%
G = 0%
B = 64.6%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8900FA (or 0x8900FA) is known color: Electric Indigo. HEX triplet: 89, 00 and FA. RGB value is (137,0,250). Sum of RGB (Red+Green+Blue) = 137+0+250=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 0 (0.39% from 255 or 0% 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 #8900FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8900FA is #76FF05. Grayscale: #444444. Windows color (decimal): -7798534 or 16384137. OLE color: 16384137.

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

Color convert

RGB 137 0 250 -
CMYK 0.45 1 0 0.02
HSL 272.88º 1% 0.49% -
HSV(B) 272.88º 1% 0.98% -
XYZ 27.57 12.22 91.35 -
YUV 69.46 229.89 176.17 -
System Red Green Blue C M Y K H S L
Decimal 137 0 250 0.45 1 0 0.02 272.88 1 0.49
Hex 89 0 FA 2D 64 0 2 111 64 31
Octal 211 0 372 55 144 0 2 421 144 61
Binary 10001001 0 11111010 101101 1100100 0 10 100010001 1100100 110001

Color Harmonies of #8900FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900FA

Black with #8900FA

Text Example


Text Example

White with #8900FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,0,250); }

 H1.HeaderClassName
 {
   color: #8900FA;
 }
 .AnyTagClassName
 {
   color: #8900FA;
 }
</style>

background-color css

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

 a { background-color: rgb(137,0,250); }

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

border-color css

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

 span { border-color: rgb(137,0,250); }

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