Html Css Color HEX #8209FA Electric Indigo

📋 copy color: '#8209FA'

red 130 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #8209FA

Tints of Electric Indigo #8209FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

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

R = 33.42%
G = 2.31%
B = 64.27%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8209FA (or 0x8209FA) is known color: Electric Indigo. HEX triplet: 82, 09 and FA. RGB value is (130,9,250). Sum of RGB (Red+Green+Blue) = 130+9+250=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #8209FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8209FA is #7DF605. Grayscale: #474747. Windows color (decimal): -8254982 or 16386434. OLE color: 16386434.

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

Color convert

RGB 130 9 250 -
CMYK 0.48 0.96 0 0.02
HSL 270.12º 0.96% 0.51% -
HSV(B) 270.12º 0.96% 0.98% -
XYZ 26.56 11.84 91.33 -
YUV 72.65 228.09 168.9 -
System Red Green Blue C M Y K H S L
Decimal 130 9 250 0.48 0.96 0 0.02 270.12 0.96 0.51
Hex 82 9 FA 30 60 0 2 10E 60 33
Octal 202 11 372 60 140 0 2 416 140 63
Binary 10000010 1001 11111010 110000 1100000 0 10 100001110 1100000 110011

Color Harmonies of #8209FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8209FA

Black with #8209FA

Text Example


Text Example

White with #8209FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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