Html Css Color HEX #8A00F9 Electric Indigo

📋 copy color: '#8A00F9'

red 138 ◦ green 0 ◦ blue 249

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

Shades of Electric Indigo #8A00F9

Tints of Electric Indigo #8A00F9

RGB

 RED value IS 138 (54.3% from 255) = 35.66%

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

 BLUE value IS 249 (97.66% from 255) = 64.34%

R = 35.66%
G = 0%
B = 64.34%

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

#8A00F9 (or 0x8A00F9) is known color: Electric Indigo. HEX triplet: 8A, 00 and F9. RGB value is (138,0,249). Sum of RGB (Red+Green+Blue) = 138+0+249=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 249 (97.66% from 255 or 64.34% from 387); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00F9 is #75FF06. Grayscale: #444444. Windows color (decimal): -7732999 or 16318602. OLE color: 16318602.

HSL color Cylindrical-coordinate representation of color #8A00F9: hue angle of 273.25º 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 #8A00F9 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 0 249 -
CMYK 0.45 1 0 0.02
HSL 273.25º 1% 0.49% -
HSV(B) 273.25º 1% 0.98% -
XYZ 27.58 12.24 90.53 -
YUV 69.65 229.22 176.75 -
System Red Green Blue C M Y K H S L
Decimal 138 0 249 0.45 1 0 0.02 273.25 1 0.49
Hex 8A 0 F9 2D 64 0 2 111 64 31
Octal 212 0 371 55 144 0 2 421 144 61
Binary 10001010 0 11111001 101101 1100100 0 10 100010001 1100100 110001

Color Harmonies of #8A00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00F9

Black with #8A00F9

Text Example


Text Example

White with #8A00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A00F9; }

 p { color: rgb(138,0,249); }

 H1.HeaderClassName
 {
   color: #8A00F9;
 }
 .AnyTagClassName
 {
   color: #8A00F9;
 }
</style>

background-color css

<style>
 a { background-color: #8A00F9; }

 a { background-color: rgb(138,0,249); }

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

border-color css

<style>
 span { border-color: #8A00F9; }

 span { border-color: rgb(138,0,249); }

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