Html Css Color HEX #800AFE Electric Indigo

📋 copy color: '#800AFE'

red 128 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #800AFE

Tints of Electric Indigo #800AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.55%

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

R = 32.65%
G = 2.55%
B = 64.8%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#800AFE (or 0x800AFE) is known color: Electric Indigo. HEX triplet: 80, 0A and FE. RGB value is (128,10,254). Sum of RGB (Red+Green+Blue) = 128+10+254=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #800AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AFE is #7FF501. Grayscale: #484848. Windows color (decimal): -8385794 or 16648832. OLE color: 16648832.

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

Color convert

RGB 128 10 254 -
CMYK 0.50 0.96 0 0.00
HSL 269.02º 0.99% 0.52% -
HSV(B) 269.02º 0.96% 1% -
XYZ 26.9 11.96 94.66 -
YUV 73.1 230.09 167.16 -
System Red Green Blue C M Y K H S L
Decimal 128 10 254 0.50 0.96 0 0.00 269.02 0.99 0.52
Hex 80 A FE 32 60 0 0 10D 63 34
Octal 200 12 376 62 140 0 0 415 143 64
Binary 10000000 1010 11111110 110010 1100000 0 0 100001101 1100011 110100

Color Harmonies of #800AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AFE

Black with #800AFE

Text Example


Text Example

White with #800AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800AFE; }

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

 H1.HeaderClassName
 {
   color: #800AFE;
 }
 .AnyTagClassName
 {
   color: #800AFE;
 }
</style>

background-color css

<style>
 a { background-color: #800AFE; }

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

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

border-color css

<style>
 span { border-color: #800AFE; }

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

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