Html Css Color HEX #8608FA Electric Indigo

📋 copy color: '#8608FA'

red 134 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #8608FA

Tints of Electric Indigo #8608FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 34.18%
G = 2.04%
B = 63.78%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8608FA (or 0x8608FA) is known color: Electric Indigo. HEX triplet: 86, 08 and FA. RGB value is (134,8,250). Sum of RGB (Red+Green+Blue) = 134+8+250=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #8608FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8608FA is #79F705. Grayscale: #484848. Windows color (decimal): -7993094 or 16386182. OLE color: 16386182.

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

Color convert

RGB 134 8 250 -
CMYK 0.46 0.97 0 0.02
HSL 271.24º 0.96% 0.51% -
HSV(B) 271.24º 0.97% 0.98% -
XYZ 27.17 12.14 91.35 -
YUV 73.26 227.74 171.32 -
System Red Green Blue C M Y K H S L
Decimal 134 8 250 0.46 0.97 0 0.02 271.24 0.96 0.51
Hex 86 8 FA 2E 61 0 2 10F 60 33
Octal 206 10 372 56 141 0 2 417 140 63
Binary 10000110 1000 11111010 101110 1100001 0 10 100001111 1100000 110011

Color Harmonies of #8608FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8608FA

Black with #8608FA

Text Example


Text Example

White with #8608FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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