Html Css Color HEX #8902FA Electric Indigo

📋 copy color: '#8902FA'

red 137 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #8902FA

Tints of Electric Indigo #8902FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 35.22%
G = 0.51%
B = 64.27%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8902FA (or 0x8902FA) is known color: Electric Indigo. HEX triplet: 89, 02 and FA. RGB value is (137,2,250). Sum of RGB (Red+Green+Blue) = 137+2+250=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #8902FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8902FA is #76FD05. Grayscale: #454545. Windows color (decimal): -7798022 or 16384649. OLE color: 16384649.

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

Color convert

RGB 137 2 250 -
CMYK 0.45 0.99 0 0.02
HSL 272.66º 0.98% 0.49% -
HSV(B) 272.66º 0.99% 0.98% -
XYZ 27.59 12.26 91.36 -
YUV 70.64 229.23 175.33 -
System Red Green Blue C M Y K H S L
Decimal 137 2 250 0.45 0.99 0 0.02 272.66 0.98 0.49
Hex 89 2 FA 2D 63 0 2 111 62 31
Octal 211 2 372 55 143 0 2 421 142 61
Binary 10001001 10 11111010 101101 1100011 0 10 100010001 1100010 110001

Color Harmonies of #8902FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8902FA

Black with #8902FA

Text Example


Text Example

White with #8902FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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