Html Css Color HEX #8A09FF Electric Indigo

📋 copy color: '#8A09FF'

red 138 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #8A09FF

Tints of Electric Indigo #8A09FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.24%

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

R = 34.33%
G = 2.24%
B = 63.43%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A09FF (or 0x8A09FF) is known color: Electric Indigo. HEX triplet: 8A, 09 and FF. RGB value is (138,9,255). Sum of RGB (Red+Green+Blue) = 138+9+255=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A09FF is #75F600. Grayscale: #4A4A4A. Windows color (decimal): -7730689 or 16714122. OLE color: 16714122.

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

Color convert

RGB 138 9 255 -
CMYK 0.46 0.96 0 0
HSL 271.46º 1% 0.52% -
HSV(B) 271.46º 0.96% 1% -
XYZ 28.63 12.82 95.57 -
YUV 75.62 229.24 172.5 -
System Red Green Blue C M Y K H S L
Decimal 138 9 255 0.46 0.96 0 0 271.46 1 0.52
Hex 8A 9 FF 2E 60 0 0 10F 64 34
Octal 212 11 377 56 140 0 0 417 144 64
Binary 10001010 1001 11111111 101110 1100000 0 0 100001111 1100100 110100

Color Harmonies of #8A09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A09FF

Black with #8A09FF

Text Example


Text Example

White with #8A09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,9,255); }

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

background-color css

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

 a { background-color: rgb(138,9,255); }

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

border-color css

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

 span { border-color: rgb(138,9,255); }

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