Html Css Color HEX #8018FF Electric Indigo

📋 copy color: '#8018FF'

red 128 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #8018FF

Tints of Electric Indigo #8018FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

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

R = 31.45%
G = 5.9%
B = 62.65%

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

#8018FF (or 0x8018FF) is known color: Electric Indigo. HEX triplet: 80, 18 and FF. RGB value is (128,24,255). Sum of RGB (Red+Green+Blue) = 128+24+255=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #8018FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8018FF is #7FE700. Grayscale: #505050. Windows color (decimal): -8382209 or 16717952. OLE color: 16717952.

HSL color Cylindrical-coordinate representation of color #8018FF: hue angle of 267.01º 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 #8018FF is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 24 255 -
CMYK 0.50 0.91 0 0
HSL 267.01º 1% 0.55% -
HSV(B) 267.01º 0.91% 1% -
XYZ 27.28 12.46 95.58 -
YUV 81.43 225.96 161.22 -
System Red Green Blue C M Y K H S L
Decimal 128 24 255 0.50 0.91 0 0 267.01 1 0.55
Hex 80 18 FF 32 5B 0 0 10B 64 37
Octal 200 30 377 62 133 0 0 413 144 67
Binary 10000000 11000 11111111 110010 1011011 0 0 100001011 1100100 110111

Color Harmonies of #8018FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018FF

Black with #8018FF

Text Example


Text Example

White with #8018FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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