Html Css Color HEX #8016FF Electric Indigo

📋 copy color: '#8016FF'

red 128 ◦ green 22 ◦ blue 255

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

Shades of Electric Indigo #8016FF

Tints of Electric Indigo #8016FF

RGB

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

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

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

R = 31.6%
G = 5.43%
B = 62.96%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8016FF (or 0x8016FF) is known color: Electric Indigo. HEX triplet: 80, 16 and FF. RGB value is (128,22,255). Sum of RGB (Red+Green+Blue) = 128+22+255=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8016FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8016FF is #7FE900. Grayscale: #4F4F4F. Windows color (decimal): -8382721 or 16717440. OLE color: 16717440.

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

Color convert

RGB 128 22 255 -
CMYK 0.50 0.91 0 0
HSL 267.3º 1% 0.54% -
HSV(B) 267.3º 0.91% 1% -
XYZ 27.24 12.38 95.56 -
YUV 80.26 226.62 162.05 -
System Red Green Blue C M Y K H S L
Decimal 128 22 255 0.50 0.91 0 0 267.3 1 0.54
Hex 80 16 FF 32 5B 0 0 10B 64 36
Octal 200 26 377 62 133 0 0 413 144 66
Binary 10000000 10110 11111111 110010 1011011 0 0 100001011 1100100 110110

Color Harmonies of #8016FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8016FF

Black with #8016FF

Text Example


Text Example

White with #8016FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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