Html Css Color HEX #8113FA Electric Indigo

📋 copy color: '#8113FA'

red 129 ◦ green 19 ◦ blue 250

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

Shades of Electric Indigo #8113FA

Tints of Electric Indigo #8113FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 32.41%
G = 4.77%
B = 62.81%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8113FA (or 0x8113FA) is known color: Electric Indigo. HEX triplet: 81, 13 and FA. RGB value is (129,19,250). Sum of RGB (Red+Green+Blue) = 129+19+250=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #8113FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8113FA is #7EEC05. Grayscale: #4D4D4D. Windows color (decimal): -8317958 or 16388993. OLE color: 16388993.

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

Color convert

RGB 129 19 250 -
CMYK 0.48 0.92 0 0.02
HSL 268.57º 0.96% 0.53% -
HSV(B) 268.57º 0.92% 0.98% -
XYZ 26.54 12.04 91.37 -
YUV 78.22 224.94 164.22 -
System Red Green Blue C M Y K H S L
Decimal 129 19 250 0.48 0.92 0 0.02 268.57 0.96 0.53
Hex 81 13 FA 30 5C 0 2 10D 60 35
Octal 201 23 372 60 134 0 2 415 140 65
Binary 10000001 10011 11111010 110000 1011100 0 10 100001101 1100000 110101

Color Harmonies of #8113FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8113FA

Black with #8113FA

Text Example


Text Example

White with #8113FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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