Html Css Color HEX #8210F9 Electric Indigo

📋 copy color: '#8210F9'

red 130 ◦ green 16 ◦ blue 249

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

Shades of Electric Indigo #8210F9

Tints of Electric Indigo #8210F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.04%

R = 32.91%
G = 4.05%
B = 63.04%

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

#8210F9 (or 0x8210F9) is known color: Electric Indigo. HEX triplet: 82, 10 and F9. RGB value is (130,16,249). Sum of RGB (Red+Green+Blue) = 130+16+249=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #8210F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210F9 is #7DEF06. Grayscale: #4B4B4B. Windows color (decimal): -8253191 or 16322690. OLE color: 16322690.

HSL color Cylindrical-coordinate representation of color #8210F9: hue angle of 269.36º degrees, saturation: 0.95, 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 #8210F9 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 16 249 -
CMYK 0.48 0.94 0 0.02
HSL 269.36º 0.95% 0.52% -
HSV(B) 269.36º 0.94% 0.98% -
XYZ 26.49 11.96 90.53 -
YUV 76.65 225.27 166.05 -
System Red Green Blue C M Y K H S L
Decimal 130 16 249 0.48 0.94 0 0.02 269.36 0.95 0.52
Hex 82 10 F9 30 5E 0 2 10D 5F 34
Octal 202 20 371 60 136 0 2 415 137 64
Binary 10000010 10000 11111001 110000 1011110 0 10 100001101 1011111 110100

Color Harmonies of #8210F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210F9

Black with #8210F9

Text Example


Text Example

White with #8210F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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