Html Css Color HEX #8011FE Electric Indigo

📋 copy color: '#8011FE'

red 128 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #8011FE

Tints of Electric Indigo #8011FE

RGB

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

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

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

R = 32.08%
G = 4.26%
B = 63.66%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8011FE (or 0x8011FE) is known color: Electric Indigo. HEX triplet: 80, 11 and FE. RGB value is (128,17,254). Sum of RGB (Red+Green+Blue) = 128+17+254=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #8011FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8011FE is #7FEE01. Grayscale: #4C4C4C. Windows color (decimal): -8384002 or 16650624. OLE color: 16650624.

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

Color convert

RGB 128 17 254 -
CMYK 0.50 0.93 0 0.00
HSL 268.1º 0.99% 0.53% -
HSV(B) 268.1º 0.93% 1% -
XYZ 26.99 12.15 94.69 -
YUV 77.21 227.77 164.23 -
System Red Green Blue C M Y K H S L
Decimal 128 17 254 0.50 0.93 0 0.00 268.1 0.99 0.53
Hex 80 11 FE 32 5D 0 0 10C 63 35
Octal 200 21 376 62 135 0 0 414 143 65
Binary 10000000 10001 11111110 110010 1011101 0 0 100001100 1100011 110101

Color Harmonies of #8011FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011FE

Black with #8011FE

Text Example


Text Example

White with #8011FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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