Html Css Color HEX #8214FE Electric Indigo

📋 copy color: '#8214FE'

red 130 ◦ green 20 ◦ blue 254

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

Shades of Electric Indigo #8214FE

Tints of Electric Indigo #8214FE

RGB

 RED value IS 130 (51.17% from 255) = 32.18%

 GREEN value IS 20 (8.2% from 255) = 4.95%

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

R = 32.18%
G = 4.95%
B = 62.87%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8214FE (or 0x8214FE) is known color: Electric Indigo. HEX triplet: 82, 14 and FE. RGB value is (130,20,254). Sum of RGB (Red+Green+Blue) = 130+20+254=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8214FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8214FE is #7DEB01. Grayscale: #4E4E4E. Windows color (decimal): -8252162 or 16651394. OLE color: 16651394.

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

Color convert

RGB 130 20 254 -
CMYK 0.49 0.92 0 0.00
HSL 268.21º 0.99% 0.54% -
HSV(B) 268.21º 0.92% 1% -
XYZ 27.35 12.4 94.72 -
YUV 79.57 226.44 163.97 -
System Red Green Blue C M Y K H S L
Decimal 130 20 254 0.49 0.92 0 0.00 268.21 0.99 0.54
Hex 82 14 FE 31 5C 0 0 10C 63 36
Octal 202 24 376 61 134 0 0 414 143 66
Binary 10000010 10100 11111110 110001 1011100 0 0 100001100 1100011 110110

Color Harmonies of #8214FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214FE

Black with #8214FE

Text Example


Text Example

White with #8214FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,20,254); }

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

background-color css

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

 a { background-color: rgb(130,20,254); }

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

border-color css

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

 span { border-color: rgb(130,20,254); }

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