Html Css Color HEX #8200FC Electric Indigo

📋 copy color: '#8200FC'

red 130 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #8200FC

Tints of Electric Indigo #8200FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 34.03%
G = 0%
B = 65.97%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8200FC (or 0x8200FC) is known color: Electric Indigo. HEX triplet: 82, 00 and FC. RGB value is (130,0,252). Sum of RGB (Red+Green+Blue) = 130+0+252=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #8200FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200FC is #7DFF03. Grayscale: #424242. Windows color (decimal): -8257284 or 16515202. OLE color: 16515202.

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

Color convert

RGB 130 0 252 -
CMYK 0.48 1 0 0.01
HSL 270.95º 1% 0.49% -
HSV(B) 270.95º 1% 0.99% -
XYZ 26.78 11.77 92.96 -
YUV 67.6 232.07 172.51 -
System Red Green Blue C M Y K H S L
Decimal 130 0 252 0.48 1 0 0.01 270.95 1 0.49
Hex 82 0 FC 30 64 0 1 10F 64 31
Octal 202 0 374 60 144 0 1 417 144 61
Binary 10000010 0 11111100 110000 1100100 0 1 100001111 1100100 110001

Color Harmonies of #8200FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8200FC

Black with #8200FC

Text Example


Text Example

White with #8200FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8200FC;
 }
 .AnyTagClassName
 {
   color: #8200FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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