Html Css Color HEX #8210FE Electric Indigo

📋 copy color: '#8210FE'

red 130 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #8210FE

Tints of Electric Indigo #8210FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 32.5%
G = 4%
B = 63.5%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8210FE (or 0x8210FE) is known color: Electric Indigo. HEX triplet: 82, 10 and FE. RGB value is (130,16,254). Sum of RGB (Red+Green+Blue) = 130+16+254=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #8210FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210FE is #7DEF01. Grayscale: #4C4C4C. Windows color (decimal): -8253186 or 16650370. OLE color: 16650370.

HSL color Cylindrical-coordinate representation of color #8210FE: hue angle of 268.74º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8210FE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 16 254 -
CMYK 0.49 0.94 0 0.00
HSL 268.74º 0.99% 0.53% -
HSV(B) 268.74º 0.94% 1% -
XYZ 27.28 12.27 94.7 -
YUV 77.22 227.77 165.65 -
System Red Green Blue C M Y K H S L
Decimal 130 16 254 0.49 0.94 0 0.00 268.74 0.99 0.53
Hex 82 10 FE 31 5E 0 0 10D 63 35
Octal 202 20 376 61 136 0 0 415 143 65
Binary 10000010 10000 11111110 110001 1011110 0 0 100001101 1100011 110101

Color Harmonies of #8210FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210FE

Black with #8210FE

Text Example


Text Example

White with #8210FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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