Html Css Color HEX #8100F6 Electric Indigo

📋 copy color: '#8100F6'

red 129 ◦ green 0 ◦ blue 246

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

Shades of Electric Indigo #8100F6

Tints of Electric Indigo #8100F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 65.6%

R = 34.4%
G = 0%
B = 65.6%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8100F6 (or 0x8100F6) is known color: Electric Indigo. HEX triplet: 81, 00 and F6. RGB value is (129,0,246). Sum of RGB (Red+Green+Blue) = 129+0+246=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #8100F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8100F6 is #7EFF09. Grayscale: #414141. Windows color (decimal): -8322826 or 16121985. OLE color: 16121985.

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

Color convert

RGB 129 0 246 -
CMYK 0.48 1 0 0.04
HSL 271.46º 1% 0.48% -
HSV(B) 271.46º 1% 0.96% -
XYZ 25.69 11.32 88.02 -
YUV 66.62 229.24 172.5 -
System Red Green Blue C M Y K H S L
Decimal 129 0 246 0.48 1 0 0.04 271.46 1 0.48
Hex 81 0 F6 30 64 0 4 10F 64 30
Octal 201 0 366 60 144 0 4 417 144 60
Binary 10000001 0 11110110 110000 1100100 0 100 100001111 1100100 110000

Color Harmonies of #8100F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8100F6

Black with #8100F6

Text Example


Text Example

White with #8100F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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