Html Css Color HEX #8107FA Electric Indigo

📋 copy color: '#8107FA'

red 129 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #8107FA

Tints of Electric Indigo #8107FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

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

R = 33.42%
G = 1.81%
B = 64.77%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8107FA (or 0x8107FA) is known color: Electric Indigo. HEX triplet: 81, 07 and FA. RGB value is (129,7,250). Sum of RGB (Red+Green+Blue) = 129+7+250=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #8107FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8107FA is #7EF805. Grayscale: #464646. Windows color (decimal): -8321030 or 16385921. OLE color: 16385921.

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

Color convert

RGB 129 7 250 -
CMYK 0.48 0.97 0 0.02
HSL 270.12º 0.96% 0.5% -
HSV(B) 270.12º 0.97% 0.98% -
XYZ 26.38 11.72 91.31 -
YUV 71.18 228.92 169.24 -
System Red Green Blue C M Y K H S L
Decimal 129 7 250 0.48 0.97 0 0.02 270.12 0.96 0.5
Hex 81 7 FA 30 61 0 2 10E 60 32
Octal 201 7 372 60 141 0 2 416 140 62
Binary 10000001 111 11111010 110000 1100001 0 10 100001110 1100000 110010

Color Harmonies of #8107FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8107FA

Black with #8107FA

Text Example


Text Example

White with #8107FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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