#8200FF

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

Shades of Electric Indigo #8200FF

Tints of Electric Indigo #8200FF

Color information

#8200FF (or 0x8200FF) is unknown color: approx Electric Indigo. HEX triplet: 82, 00 and FF. RGB value is (130,0,255). Sum of RGB (Red+Green+Blue) = 130+0+255=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #8200FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200FF is #7DFF00. Grayscale: #434343. Windows color (decimal): -8257281 or 16711810. OLE color: 16711810.

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

Color convert

RGB1300255-
CMYK0.49100
HSL270.59º100%50%-
HSV(B)270.59º100%100%-
XYZ27.2611.9795.48-
YUV67.94233.57172.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 66.23%
R=33.77%
G=0%
B=66.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13002550.49100270.5910050
Hex820FF31640010f6432
Octal2020377611440041714462
Binary100000100111111111100011100100001000011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8200FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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