Html Css Color HEX #8A00FA Electric Indigo

📋 copy color: '#8A00FA'

red 138 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #8A00FA

Tints of Electric Indigo #8A00FA

RGB

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

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

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

R = 35.57%
G = 0%
B = 64.43%

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

#8A00FA (or 0x8A00FA) is known color: Electric Indigo. HEX triplet: 8A, 00 and FA. RGB value is (138,0,250). Sum of RGB (Red+Green+Blue) = 138+0+250=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00FA is #75FF05. Grayscale: #444444. Windows color (decimal): -7732998 or 16384138. OLE color: 16384138.

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

Color convert

RGB 138 0 250 -
CMYK 0.45 1 0 0.02
HSL 273.12º 1% 0.49% -
HSV(B) 273.12º 1% 0.98% -
XYZ 27.74 12.31 91.36 -
YUV 69.76 229.72 176.67 -
System Red Green Blue C M Y K H S L
Decimal 138 0 250 0.45 1 0 0.02 273.12 1 0.49
Hex 8A 0 FA 2D 64 0 2 111 64 31
Octal 212 0 372 55 144 0 2 421 144 61
Binary 10001010 0 11111010 101101 1100100 0 10 100010001 1100100 110001

Color Harmonies of #8A00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00FA

Black with #8A00FA

Text Example


Text Example

White with #8A00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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