Html Css Color HEX #8111FA Electric Indigo

📋 copy color: '#8111FA'

red 129 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #8111FA

Tints of Electric Indigo #8111FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.29%

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

R = 32.58%
G = 4.29%
B = 63.13%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8111FA (or 0x8111FA) is known color: Electric Indigo. HEX triplet: 81, 11 and FA. RGB value is (129,17,250). Sum of RGB (Red+Green+Blue) = 129+17+250=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #8111FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111FA is #7EEE05. Grayscale: #4C4C4C. Windows color (decimal): -8318470 or 16388481. OLE color: 16388481.

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

Color convert

RGB 129 17 250 -
CMYK 0.48 0.93 0 0.02
HSL 268.84º 0.96% 0.52% -
HSV(B) 268.84º 0.93% 0.98% -
XYZ 26.51 11.97 91.36 -
YUV 77.05 225.61 165.05 -
System Red Green Blue C M Y K H S L
Decimal 129 17 250 0.48 0.93 0 0.02 268.84 0.96 0.52
Hex 81 11 FA 30 5D 0 2 10D 60 34
Octal 201 21 372 60 135 0 2 415 140 64
Binary 10000001 10001 11111010 110000 1011101 0 10 100001101 1100000 110100

Color Harmonies of #8111FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111FA

Black with #8111FA

Text Example


Text Example

White with #8111FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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