Html Css Color HEX #8600FA Electric Indigo

📋 copy color: '#8600FA'

red 134 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #8600FA

Tints of Electric Indigo #8600FA

RGB

 RED value IS 134 (52.73% from 255) = 34.9%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.9%
G = 0%
B = 65.1%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8600FA (or 0x8600FA) is known color: Electric Indigo. HEX triplet: 86, 00 and FA. RGB value is (134,0,250). Sum of RGB (Red+Green+Blue) = 134+0+250=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #8600FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8600FA is #79FF05. Grayscale: #434343. Windows color (decimal): -7995142 or 16384134. OLE color: 16384134.

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

Color convert

RGB 134 0 250 -
CMYK 0.46 1 0 0.02
HSL 272.16º 1% 0.49% -
HSV(B) 272.16º 1% 0.98% -
XYZ 27.09 11.97 91.33 -
YUV 68.57 230.39 174.67 -
System Red Green Blue C M Y K H S L
Decimal 134 0 250 0.46 1 0 0.02 272.16 1 0.49
Hex 86 0 FA 2E 64 0 2 110 64 31
Octal 206 0 372 56 144 0 2 420 144 61
Binary 10000110 0 11111010 101110 1100100 0 10 100010000 1100100 110001

Color Harmonies of #8600FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8600FA

Black with #8600FA

Text Example


Text Example

White with #8600FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,0,250); }

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

background-color css

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

 a { background-color: rgb(134,0,250); }

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

border-color css

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

 span { border-color: rgb(134,0,250); }

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