#8114FF

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

Shades of Electric Indigo #8114FF

Tints of Electric Indigo #8114FF

Color information

#8114FF (or 0x8114FF) is unknown color: approx Electric Indigo. HEX triplet: 81, 14 and FF. RGB value is (129,20,255). Sum of RGB (Red+Green+Blue) = 129+20+255=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #8114FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8114FF is #7EEB00. Grayscale: #4E4E4E. Windows color (decimal): -8317697 or 16716929. OLE color: 16716929.

HSL color Cylindrical-coordinate representation of color #8114FF: hue angle of 267.83º 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 #8114FF is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12920255-
CMYK0.490.9200
HSL267.83º100%53.92%-
HSV(B)267.83º92.16%100%-
XYZ27.3512.3995.56-
YUV79.38227.11163.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 20 (8.20% from 255) = 4.95%
BLUE value IS 255 (100% from 255) = 63.12%
R=31.93%
G=4.95%
B=63.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal129202550.490.9200267.8310053.92
Hex8114FF315C0010c6436
Octal20124377611340041414466
Binary1000000110100111111111100011011100001000011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8114FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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