Html Css Color HEX #8100FA Electric Indigo

📋 copy color: '#8100FA'

red 129 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #8100FA

Tints of Electric Indigo #8100FA

RGB

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

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

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

R = 34.04%
G = 0%
B = 65.96%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8100FA (or 0x8100FA) is known color: Electric Indigo. HEX triplet: 81, 00 and FA. RGB value is (129,0,250). Sum of RGB (Red+Green+Blue) = 129+0+250=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #8100FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8100FA is #7EFF05. Grayscale: #424242. Windows color (decimal): -8322822 or 16384129. OLE color: 16384129.

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

Color convert

RGB 129 0 250 -
CMYK 0.48 1 0 0.02
HSL 270.96º 1% 0.49% -
HSV(B) 270.96º 1% 0.98% -
XYZ 26.31 11.57 91.29 -
YUV 67.07 231.24 172.17 -
System Red Green Blue C M Y K H S L
Decimal 129 0 250 0.48 1 0 0.02 270.96 1 0.49
Hex 81 0 FA 30 64 0 2 10F 64 31
Octal 201 0 372 60 144 0 2 417 144 61
Binary 10000001 0 11111010 110000 1100100 0 10 100001111 1100100 110001

Color Harmonies of #8100FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8100FA

Black with #8100FA

Text Example


Text Example

White with #8100FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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