Html Css Color HEX #8010FE Electric Indigo

📋 copy color: '#8010FE'

red 128 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #8010FE

Tints of Electric Indigo #8010FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

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

R = 32.16%
G = 4.02%
B = 63.82%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8010FE (or 0x8010FE) is known color: Electric Indigo. HEX triplet: 80, 10 and FE. RGB value is (128,16,254). Sum of RGB (Red+Green+Blue) = 128+16+254=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #8010FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8010FE is #7FEF01. Grayscale: #4B4B4B. Windows color (decimal): -8384258 or 16650368. OLE color: 16650368.

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

Color convert

RGB 128 16 254 -
CMYK 0.50 0.94 0 0.00
HSL 268.24º 0.99% 0.53% -
HSV(B) 268.24º 0.94% 1% -
XYZ 26.98 12.12 94.68 -
YUV 76.62 228.11 164.65 -
System Red Green Blue C M Y K H S L
Decimal 128 16 254 0.50 0.94 0 0.00 268.24 0.99 0.53
Hex 80 10 FE 32 5E 0 0 10C 63 35
Octal 200 20 376 62 136 0 0 414 143 65
Binary 10000000 10000 11111110 110010 1011110 0 0 100001100 1100011 110101

Color Harmonies of #8010FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010FE

Black with #8010FE

Text Example


Text Example

White with #8010FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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