Html Css Color HEX #8600FC Electric Indigo

📋 copy color: '#8600FC'

red 134 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #8600FC

Tints of Electric Indigo #8600FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 34.72%
G = 0%
B = 65.28%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8600FC (or 0x8600FC) is known color: Electric Indigo. HEX triplet: 86, 00 and FC. RGB value is (134,0,252). Sum of RGB (Red+Green+Blue) = 134+0+252=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #8600FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8600FC is #79FF03. Grayscale: #434343. Windows color (decimal): -7995140 or 16515206. OLE color: 16515206.

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

Color convert

RGB 134 0 252 -
CMYK 0.47 1 0 0.01
HSL 271.9º 1% 0.49% -
HSV(B) 271.9º 1% 0.99% -
XYZ 27.4 12.1 92.99 -
YUV 68.79 231.39 174.51 -
System Red Green Blue C M Y K H S L
Decimal 134 0 252 0.47 1 0 0.01 271.9 1 0.49
Hex 86 0 FC 2F 64 0 1 110 64 31
Octal 206 0 374 57 144 0 1 420 144 61
Binary 10000110 0 11111100 101111 1100100 0 1 100010000 1100100 110001

Color Harmonies of #8600FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8600FC

Black with #8600FC

Text Example


Text Example

White with #8600FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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