Html Css Color HEX #8109FE Electric Indigo

📋 copy color: '#8109FE'

red 129 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #8109FE

Tints of Electric Indigo #8109FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 32.91%
G = 2.3%
B = 64.8%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8109FE (or 0x8109FE) is known color: Electric Indigo. HEX triplet: 81, 09 and FE. RGB value is (129,9,254). Sum of RGB (Red+Green+Blue) = 129+9+254=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #8109FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8109FE is #7EF601. Grayscale: #474747. Windows color (decimal): -8320514 or 16648577. OLE color: 16648577.

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

Color convert

RGB 129 9 254 -
CMYK 0.49 0.96 0 0.00
HSL 269.39º 0.99% 0.52% -
HSV(B) 269.39º 0.96% 1% -
XYZ 27.04 12.02 94.66 -
YUV 72.81 230.26 168.08 -
System Red Green Blue C M Y K H S L
Decimal 129 9 254 0.49 0.96 0 0.00 269.39 0.99 0.52
Hex 81 9 FE 31 60 0 0 10D 63 34
Octal 201 11 376 61 140 0 0 415 143 64
Binary 10000001 1001 11111110 110001 1100000 0 0 100001101 1100011 110100

Color Harmonies of #8109FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8109FE

Black with #8109FE

Text Example


Text Example

White with #8109FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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