Html Css Color HEX #8109EF Electric Indigo

📋 copy color: '#8109EF'

red 129 ◦ green 9 ◦ blue 239

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

Shades of Electric Indigo #8109EF

Tints of Electric Indigo #8109EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 34.22%
G = 2.39%
B = 63.4%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8109EF (or 0x8109EF) is known color: Electric Indigo. HEX triplet: 81, 09 and EF. RGB value is (129,9,239). Sum of RGB (Red+Green+Blue) = 129+9+239=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #8109EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8109EF is #7EF610. Grayscale: #464646. Windows color (decimal): -8320529 or 15665537. OLE color: 15665537.

HSL color Cylindrical-coordinate representation of color #8109EF: hue angle of 271.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8109EF is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 9 239 -
CMYK 0.46 0.96 0 0.06
HSL 271.3º 0.93% 0.49% -
HSV(B) 271.3º 0.96% 0.94% -
XYZ 24.73 11.09 82.5 -
YUV 71.1 222.76 169.3 -
System Red Green Blue C M Y K H S L
Decimal 129 9 239 0.46 0.96 0 0.06 271.3 0.93 0.49
Hex 81 9 EF 2E 60 0 6 10F 5D 31
Octal 201 11 357 56 140 0 6 417 135 61
Binary 10000001 1001 11101111 101110 1100000 0 110 100001111 1011101 110001

Color Harmonies of #8109EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8109EF

Black with #8109EF

Text Example


Text Example

White with #8109EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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