Html Css Color HEX #8016FE Electric Indigo

📋 copy color: '#8016FE'

red 128 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #8016FE

Tints of Electric Indigo #8016FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 31.68%
G = 5.45%
B = 62.87%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8016FE (or 0x8016FE) is known color: Electric Indigo. HEX triplet: 80, 16 and FE. RGB value is (128,22,254). Sum of RGB (Red+Green+Blue) = 128+22+254=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8016FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8016FE is #7FE901. Grayscale: #4F4F4F. Windows color (decimal): -8382722 or 16651904. OLE color: 16651904.

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

Color convert

RGB 128 22 254 -
CMYK 0.50 0.91 0 0.00
HSL 267.41º 0.99% 0.54% -
HSV(B) 267.41º 0.91% 1% -
XYZ 27.08 12.32 94.72 -
YUV 80.14 226.12 162.14 -
System Red Green Blue C M Y K H S L
Decimal 128 22 254 0.50 0.91 0 0.00 267.41 0.99 0.54
Hex 80 16 FE 32 5B 0 0 10B 63 36
Octal 200 26 376 62 133 0 0 413 143 66
Binary 10000000 10110 11111110 110010 1011011 0 0 100001011 1100011 110110

Color Harmonies of #8016FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8016FE

Black with #8016FE

Text Example


Text Example

White with #8016FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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