Html Css Color HEX #8015FE Electric Indigo

📋 copy color: '#8015FE'

red 128 ◦ green 21 ◦ blue 254

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

Shades of Electric Indigo #8015FE

Tints of Electric Indigo #8015FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.21%

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

R = 31.76%
G = 5.21%
B = 63.03%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8015FE (or 0x8015FE) is known color: Electric Indigo. HEX triplet: 80, 15 and FE. RGB value is (128,21,254). Sum of RGB (Red+Green+Blue) = 128+21+254=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8015FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015FE is #7FEA01. Grayscale: #4E4E4E. Windows color (decimal): -8382978 or 16651648. OLE color: 16651648.

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

Color convert

RGB 128 21 254 -
CMYK 0.50 0.92 0 0.00
HSL 267.55º 0.99% 0.54% -
HSV(B) 267.55º 0.92% 1% -
XYZ 27.06 12.28 94.71 -
YUV 79.56 226.45 162.55 -
System Red Green Blue C M Y K H S L
Decimal 128 21 254 0.50 0.92 0 0.00 267.55 0.99 0.54
Hex 80 15 FE 32 5C 0 0 10C 63 36
Octal 200 25 376 62 134 0 0 414 143 66
Binary 10000000 10101 11111110 110010 1011100 0 0 100001100 1100011 110110

Color Harmonies of #8015FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015FE

Black with #8015FE

Text Example


Text Example

White with #8015FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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