#8214FF

Color #8214FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8214FF

Tints of Electric Indigo #8214FF

Color information

#8214FF (or 0x8214FF) is unknown color: approx Electric Indigo. HEX triplet: 82, 14 and FF. RGB value is (130,20,255). Sum of RGB (Red+Green+Blue) = 130+20+255=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8214FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8214FF is #7DEB00. Grayscale: #4E4E4E. Windows color (decimal): -8252161 or 16716930. OLE color: 16716930.

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

Color convert

RGB13020255-
CMYK0.490.9200
HSL268.09º100%53.92%-
HSV(B)268.09º92.16%100%-
XYZ27.5112.4795.56-
YUV79.68226.94163.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 20 (8.20% from 255) = 4.94%
BLUE value IS 255 (100% from 255) = 62.96%
R=32.10%
G=4.94%
B=62.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal130202550.490.9200268.0910053.92
Hex8214FF315C0010c6436
Octal20224377611340041414466
Binary1000001010100111111111100011011100001000011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8214FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8214FF;
 }
 .AnyTagClassName
 {
   color: #8214FF;
 }
</style>
background-color css

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

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

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

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

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

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