Html Css Color HEX #8017FF Electric Indigo

📋 copy color: '#8017FF'

red 128 ◦ green 23 ◦ blue 255

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

Shades of Electric Indigo #8017FF

Tints of Electric Indigo #8017FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.67%

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

R = 31.53%
G = 5.67%
B = 62.81%

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

#8017FF (or 0x8017FF) is known color: Electric Indigo. HEX triplet: 80, 17 and FF. RGB value is (128,23,255). Sum of RGB (Red+Green+Blue) = 128+23+255=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #8017FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017FF is #7FE800. Grayscale: #505050. Windows color (decimal): -8382465 or 16717696. OLE color: 16717696.

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

Color convert

RGB 128 23 255 -
CMYK 0.50 0.91 0 0
HSL 267.16º 1% 0.55% -
HSV(B) 267.16º 0.91% 1% -
XYZ 27.26 12.42 95.57 -
YUV 80.84 226.29 161.64 -
System Red Green Blue C M Y K H S L
Decimal 128 23 255 0.50 0.91 0 0 267.16 1 0.55
Hex 80 17 FF 32 5B 0 0 10B 64 37
Octal 200 27 377 62 133 0 0 413 144 67
Binary 10000000 10111 11111111 110010 1011011 0 0 100001011 1100100 110111

Color Harmonies of #8017FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8017FF

Black with #8017FF

Text Example


Text Example

White with #8017FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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