Html Css Color HEX #8000FF Electric Indigo

📋 copy color: '#8000FF'

red 128 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #8000FF

Tints of Electric Indigo #8000FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 33.42%
G = 0%
B = 66.58%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8000FF (or 0x8000FF) is known color: Electric Indigo. HEX triplet: 80, 00 and FF. RGB value is (128,0,255). Sum of RGB (Red+Green+Blue) = 128+0+255=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #8000FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000FF is #7FFF00. Grayscale: #424242. Windows color (decimal): -8388353 or 16711808. OLE color: 16711808.

HSL color Cylindrical-coordinate representation of color #8000FF: hue angle of 270.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000FF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 0 255 -
CMYK 0.50 1 0 0
HSL 270.12º 1% 0.5% -
HSV(B) 270.12º 1% 1% -
XYZ 26.95 11.81 95.47 -
YUV 67.34 233.91 171.27 -
System Red Green Blue C M Y K H S L
Decimal 128 0 255 0.50 1 0 0 270.12 1 0.5
Hex 80 0 FF 32 64 0 0 10E 64 32
Octal 200 0 377 62 144 0 0 416 144 62
Binary 10000000 0 11111111 110010 1100100 0 0 100001110 1100100 110010

Color Harmonies of #8000FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000FF

Black with #8000FF

Text Example


Text Example

White with #8000FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8000FF; }

 p { color: rgb(128,0,255); }

 H1.HeaderClassName
 {
   color: #8000FF;
 }
 .AnyTagClassName
 {
   color: #8000FF;
 }
</style>

background-color css

<style>
 a { background-color: #8000FF; }

 a { background-color: rgb(128,0,255); }

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

border-color css

<style>
 span { border-color: #8000FF; }

 span { border-color: rgb(128,0,255); }

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