Html Css Color HEX #8910FF Electric Indigo

📋 copy color: '#8910FF'

red 137 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #8910FF

Tints of Electric Indigo #8910FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.92%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 33.58%
G = 3.92%
B = 62.5%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8910FF (or 0x8910FF) is known color: Electric Indigo. HEX triplet: 89, 10 and FF. RGB value is (137,16,255). Sum of RGB (Red+Green+Blue) = 137+16+255=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8910FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8910FF is #76EF00. Grayscale: #4E4E4E. Windows color (decimal): -7794433 or 16715913. OLE color: 16715913.

HSL color Cylindrical-coordinate representation of color #8910FF: hue angle of 270.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8910FF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 16 255 -
CMYK 0.46 0.94 0 0
HSL 270.38º 1% 0.53% -
HSV(B) 270.38º 0.94% 1% -
XYZ 28.55 12.91 95.59 -
YUV 79.43 227.09 169.07 -
System Red Green Blue C M Y K H S L
Decimal 137 16 255 0.46 0.94 0 0 270.38 1 0.53
Hex 89 10 FF 2E 5E 0 0 10E 64 35
Octal 211 20 377 56 136 0 0 416 144 65
Binary 10001001 10000 11111111 101110 1011110 0 0 100001110 1100100 110101

Color Harmonies of #8910FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8910FF

Black with #8910FF

Text Example


Text Example

White with #8910FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8910FF; }

 p { color: rgb(137,16,255); }

 H1.HeaderClassName
 {
   color: #8910FF;
 }
 .AnyTagClassName
 {
   color: #8910FF;
 }
</style>

background-color css

<style>
 a { background-color: #8910FF; }

 a { background-color: rgb(137,16,255); }

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

border-color css

<style>
 span { border-color: #8910FF; }

 span { border-color: rgb(137,16,255); }

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