Html Css Color HEX #8113FE Electric Indigo

📋 copy color: '#8113FE'

red 129 ◦ green 19 ◦ blue 254

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

Shades of Electric Indigo #8113FE

Tints of Electric Indigo #8113FE

RGB

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

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

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

R = 32.09%
G = 4.73%
B = 63.18%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8113FE (or 0x8113FE) is known color: Electric Indigo. HEX triplet: 81, 13 and FE. RGB value is (129,19,254). Sum of RGB (Red+Green+Blue) = 129+19+254=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #8113FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8113FE is #7EEC01. Grayscale: #4D4D4D. Windows color (decimal): -8317954 or 16651137. OLE color: 16651137.

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

Color convert

RGB 129 19 254 -
CMYK 0.49 0.93 0 0.00
HSL 268.09º 0.99% 0.54% -
HSV(B) 268.09º 0.93% 1% -
XYZ 27.18 12.29 94.71 -
YUV 78.68 226.94 163.89 -
System Red Green Blue C M Y K H S L
Decimal 129 19 254 0.49 0.93 0 0.00 268.09 0.99 0.54
Hex 81 13 FE 31 5D 0 0 10C 63 36
Octal 201 23 376 61 135 0 0 414 143 66
Binary 10000001 10011 11111110 110001 1011101 0 0 100001100 1100011 110110

Color Harmonies of #8113FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8113FE

Black with #8113FE

Text Example


Text Example

White with #8113FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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