Html Css Color HEX #8113FC Electric Indigo

📋 copy color: '#8113FC'

red 129 ◦ green 19 ◦ blue 252

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

Shades of Electric Indigo #8113FC

Tints of Electric Indigo #8113FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 32.25%
G = 4.75%
B = 63%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8113FC (or 0x8113FC) is known color: Electric Indigo. HEX triplet: 81, 13 and FC. RGB value is (129,19,252). Sum of RGB (Red+Green+Blue) = 129+19+252=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #8113FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8113FC is #7EEC03. Grayscale: #4D4D4D. Windows color (decimal): -8317956 or 16520065. OLE color: 16520065.

HSL color Cylindrical-coordinate representation of color #8113FC: hue angle of 268.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8113FC is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 19 252 -
CMYK 0.49 0.92 0 0.01
HSL 268.33º 0.97% 0.53% -
HSV(B) 268.33º 0.92% 0.99% -
XYZ 26.86 12.16 93.03 -
YUV 78.45 225.94 164.05 -
System Red Green Blue C M Y K H S L
Decimal 129 19 252 0.49 0.92 0 0.01 268.33 0.97 0.53
Hex 81 13 FC 31 5C 0 1 10C 61 35
Octal 201 23 374 61 134 0 1 414 141 65
Binary 10000001 10011 11111100 110001 1011100 0 1 100001100 1100001 110101

Color Harmonies of #8113FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8113FC

Black with #8113FC

Text Example


Text Example

White with #8113FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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