Html Css Color HEX #8013FF Electric Indigo

📋 copy color: '#8013FF'

red 128 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #8013FF

Tints of Electric Indigo #8013FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.73%

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

R = 31.84%
G = 4.73%
B = 63.43%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8013FF (or 0x8013FF) is known color: Electric Indigo. HEX triplet: 80, 13 and FF. RGB value is (128,19,255). Sum of RGB (Red+Green+Blue) = 128+19+255=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #8013FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8013FF is #7FEC00. Grayscale: #4D4D4D. Windows color (decimal): -8383489 or 16716672. OLE color: 16716672.

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

Color convert

RGB 128 19 255 -
CMYK 0.50 0.93 0 0
HSL 267.71º 1% 0.54% -
HSV(B) 267.71º 0.93% 1% -
XYZ 27.18 12.27 95.54 -
YUV 78.5 227.61 163.31 -
System Red Green Blue C M Y K H S L
Decimal 128 19 255 0.50 0.93 0 0 267.71 1 0.54
Hex 80 13 FF 32 5D 0 0 10C 64 36
Octal 200 23 377 62 135 0 0 414 144 66
Binary 10000000 10011 11111111 110010 1011101 0 0 100001100 1100100 110110

Color Harmonies of #8013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013FF

Black with #8013FF

Text Example


Text Example

White with #8013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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