Html Css Color HEX #8309FA Electric Indigo

📋 copy color: '#8309FA'

red 131 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #8309FA

Tints of Electric Indigo #8309FA

RGB

 RED value IS 131 (51.56% from 255) = 33.59%

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

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

R = 33.59%
G = 2.31%
B = 64.1%

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

#8309FA (or 0x8309FA) is known color: Electric Indigo. HEX triplet: 83, 09 and FA. RGB value is (131,9,250). Sum of RGB (Red+Green+Blue) = 131+9+250=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #8309FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8309FA is #7CF605. Grayscale: #484848. Windows color (decimal): -8189446 or 16386435. OLE color: 16386435.

HSL color Cylindrical-coordinate representation of color #8309FA: hue angle of 270.37º 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 #8309FA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 9 250 -
CMYK 0.48 0.96 0 0.02
HSL 270.37º 0.96% 0.51% -
HSV(B) 270.37º 0.96% 0.98% -
XYZ 26.71 11.92 91.34 -
YUV 72.95 227.92 169.4 -
System Red Green Blue C M Y K H S L
Decimal 131 9 250 0.48 0.96 0 0.02 270.37 0.96 0.51
Hex 83 9 FA 30 60 0 2 10E 60 33
Octal 203 11 372 60 140 0 2 416 140 63
Binary 10000011 1001 11111010 110000 1100000 0 10 100001110 1100000 110011

Color Harmonies of #8309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309FA

Black with #8309FA

Text Example


Text Example

White with #8309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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