Html Css Color HEX #8210FA Electric Indigo

📋 copy color: '#8210FA'

red 130 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #8210FA

Tints of Electric Indigo #8210FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 32.83%
G = 4.04%
B = 63.13%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8210FA (or 0x8210FA) is known color: Electric Indigo. HEX triplet: 82, 10 and FA. RGB value is (130,16,250). Sum of RGB (Red+Green+Blue) = 130+16+250=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #8210FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210FA is #7DEF05. Grayscale: #4B4B4B. Windows color (decimal): -8253190 or 16388226. OLE color: 16388226.

HSL color Cylindrical-coordinate representation of color #8210FA: hue angle of 269.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8210FA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 16 250 -
CMYK 0.48 0.94 0 0.02
HSL 269.23º 0.96% 0.52% -
HSV(B) 269.23º 0.94% 0.98% -
XYZ 26.65 12.02 91.36 -
YUV 76.76 225.77 165.97 -
System Red Green Blue C M Y K H S L
Decimal 130 16 250 0.48 0.94 0 0.02 269.23 0.96 0.52
Hex 82 10 FA 30 5E 0 2 10D 60 34
Octal 202 20 372 60 136 0 2 415 140 64
Binary 10000010 10000 11111010 110000 1011110 0 10 100001101 1100000 110100

Color Harmonies of #8210FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210FA

Black with #8210FA

Text Example


Text Example

White with #8210FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8210FA; }

 p { color: rgb(130,16,250); }

 H1.HeaderClassName
 {
   color: #8210FA;
 }
 .AnyTagClassName
 {
   color: #8210FA;
 }
</style>

background-color css

<style>
 a { background-color: #8210FA; }

 a { background-color: rgb(130,16,250); }

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

border-color css

<style>
 span { border-color: #8210FA; }

 span { border-color: rgb(130,16,250); }

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