Html Css Color HEX #800EFE Electric Indigo

📋 copy color: '#800EFE'

red 128 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #800EFE

Tints of Electric Indigo #800EFE

RGB

 RED value IS 128 (50.39% from 255) = 32.32%

 GREEN value IS 14 (5.86% from 255) = 3.54%

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

R = 32.32%
G = 3.54%
B = 64.14%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#800EFE (or 0x800EFE) is known color: Electric Indigo. HEX triplet: 80, 0E and FE. RGB value is (128,14,254). Sum of RGB (Red+Green+Blue) = 128+14+254=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #800EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EFE is #7FF101. Grayscale: #4A4A4A. Windows color (decimal): -8384770 or 16649856. OLE color: 16649856.

HSL color Cylindrical-coordinate representation of color #800EFE: hue angle of 268.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EFE is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 14 254 -
CMYK 0.50 0.94 0 0.00
HSL 268.5º 0.99% 0.53% -
HSV(B) 268.5º 0.94% 1% -
XYZ 26.95 12.06 94.67 -
YUV 75.45 228.77 165.49 -
System Red Green Blue C M Y K H S L
Decimal 128 14 254 0.50 0.94 0 0.00 268.5 0.99 0.53
Hex 80 E FE 32 5E 0 0 10C 63 35
Octal 200 16 376 62 136 0 0 414 143 65
Binary 10000000 1110 11111110 110010 1011110 0 0 100001100 1100011 110101

Color Harmonies of #800EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EFE

Black with #800EFE

Text Example


Text Example

White with #800EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800EFE; }

 p { color: rgb(128,14,254); }

 H1.HeaderClassName
 {
   color: #800EFE;
 }
 .AnyTagClassName
 {
   color: #800EFE;
 }
</style>

background-color css

<style>
 a { background-color: #800EFE; }

 a { background-color: rgb(128,14,254); }

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

border-color css

<style>
 span { border-color: #800EFE; }

 span { border-color: rgb(128,14,254); }

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