Html Css Color HEX #8109FA Electric Indigo

📋 copy color: '#8109FA'

red 129 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #8109FA

Tints of Electric Indigo #8109FA

RGB

 RED value IS 129 (50.78% from 255) = 33.25%

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

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

R = 33.25%
G = 2.32%
B = 64.43%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8109FA (or 0x8109FA) is known color: Electric Indigo. HEX triplet: 81, 09 and FA. RGB value is (129,9,250). Sum of RGB (Red+Green+Blue) = 129+9+250=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 9 (3.91% from 255 or 2.32% 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 #8109FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8109FA is #7EF605. Grayscale: #474747. Windows color (decimal): -8320518 or 16386433. OLE color: 16386433.

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

Color convert

RGB 129 9 250 -
CMYK 0.48 0.96 0 0.02
HSL 269.88º 0.96% 0.51% -
HSV(B) 269.88º 0.96% 0.98% -
XYZ 26.41 11.76 91.32 -
YUV 72.35 228.26 168.4 -
System Red Green Blue C M Y K H S L
Decimal 129 9 250 0.48 0.96 0 0.02 269.88 0.96 0.51
Hex 81 9 FA 30 60 0 2 10E 60 33
Octal 201 11 372 60 140 0 2 416 140 63
Binary 10000001 1001 11111010 110000 1100000 0 10 100001110 1100000 110011

Color Harmonies of #8109FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8109FA

Black with #8109FA

Text Example


Text Example

White with #8109FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,9,250); }

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

background-color css

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

 a { background-color: rgb(129,9,250); }

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

border-color css

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

 span { border-color: rgb(129,9,250); }

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