Html Css Color HEX #8006FE Electric Indigo

📋 copy color: '#8006FE'

red 128 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #8006FE

Tints of Electric Indigo #8006FE

RGB

 RED value IS 128 (50.39% from 255) = 32.99%

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 32.99%
G = 1.55%
B = 65.46%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8006FE (or 0x8006FE) is known color: Electric Indigo. HEX triplet: 80, 06 and FE. RGB value is (128,6,254). Sum of RGB (Red+Green+Blue) = 128+6+254=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #8006FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8006FE is #7FF901. Grayscale: #454545. Windows color (decimal): -8386818 or 16647808. OLE color: 16647808.

HSL color Cylindrical-coordinate representation of color #8006FE: hue angle of 269.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8006FE is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 6 254 -
CMYK 0.50 0.98 0 0.00
HSL 269.52º 0.99% 0.51% -
HSV(B) 269.52º 0.98% 1% -
XYZ 26.86 11.88 94.64 -
YUV 70.75 231.42 168.83 -
System Red Green Blue C M Y K H S L
Decimal 128 6 254 0.50 0.98 0 0.00 269.52 0.99 0.51
Hex 80 6 FE 32 62 0 0 10E 63 33
Octal 200 6 376 62 142 0 0 416 143 63
Binary 10000000 110 11111110 110010 1100010 0 0 100001110 1100011 110011

Color Harmonies of #8006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8006FE

Black with #8006FE

Text Example


Text Example

White with #8006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8006FE; }

 p { color: rgb(128,6,254); }

 H1.HeaderClassName
 {
   color: #8006FE;
 }
 .AnyTagClassName
 {
   color: #8006FE;
 }
</style>

background-color css

<style>
 a { background-color: #8006FE; }

 a { background-color: rgb(128,6,254); }

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

border-color css

<style>
 span { border-color: #8006FE; }

 span { border-color: rgb(128,6,254); }

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