Html Css Color HEX #8908FA Electric Indigo

📋 copy color: '#8908FA'

red 137 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #8908FA

Tints of Electric Indigo #8908FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

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

R = 34.68%
G = 2.03%
B = 63.29%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8908FA (or 0x8908FA) is known color: Electric Indigo. HEX triplet: 89, 08 and FA. RGB value is (137,8,250). Sum of RGB (Red+Green+Blue) = 137+8+250=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #8908FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8908FA is #76F705. Grayscale: #494949. Windows color (decimal): -7796486 or 16386185. OLE color: 16386185.

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

Color convert

RGB 137 8 250 -
CMYK 0.45 0.97 0 0.02
HSL 271.98º 0.96% 0.51% -
HSV(B) 271.98º 0.97% 0.98% -
XYZ 27.66 12.39 91.38 -
YUV 74.16 227.24 172.82 -
System Red Green Blue C M Y K H S L
Decimal 137 8 250 0.45 0.97 0 0.02 271.98 0.96 0.51
Hex 89 8 FA 2D 61 0 2 110 60 33
Octal 211 10 372 55 141 0 2 420 140 63
Binary 10001001 1000 11111010 101101 1100001 0 10 100010000 1100000 110011

Color Harmonies of #8908FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8908FA

Black with #8908FA

Text Example


Text Example

White with #8908FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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