Html Css Color HEX #8014FD Electric Indigo

📋 copy color: '#8014FD'

red 128 ◦ green 20 ◦ blue 253

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

Shades of Electric Indigo #8014FD

Tints of Electric Indigo #8014FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.99%

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 31.92%
G = 4.99%
B = 63.09%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8014FD (or 0x8014FD) is known color: Electric Indigo. HEX triplet: 80, 14 and FD. RGB value is (128,20,253). Sum of RGB (Red+Green+Blue) = 128+20+253=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #8014FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8014FD is #7FEB02. Grayscale: #4E4E4E. Windows color (decimal): -8383235 or 16585856. OLE color: 16585856.

HSL color Cylindrical-coordinate representation of color #8014FD: hue angle of 267.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8014FD is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 20 253 -
CMYK 0.49 0.92 0 0.01
HSL 267.81º 0.98% 0.54% -
HSV(B) 267.81º 0.92% 0.99% -
XYZ 26.88 12.18 93.86 -
YUV 78.85 226.28 163.05 -
System Red Green Blue C M Y K H S L
Decimal 128 20 253 0.49 0.92 0 0.01 267.81 0.98 0.54
Hex 80 14 FD 31 5C 0 1 10C 62 36
Octal 200 24 375 61 134 0 1 414 142 66
Binary 10000000 10100 11111101 110001 1011100 0 1 100001100 1100010 110110

Color Harmonies of #8014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014FD

Black with #8014FD

Text Example


Text Example

White with #8014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8014FD; }

 p { color: rgb(128,20,253); }

 H1.HeaderClassName
 {
   color: #8014FD;
 }
 .AnyTagClassName
 {
   color: #8014FD;
 }
</style>

background-color css

<style>
 a { background-color: #8014FD; }

 a { background-color: rgb(128,20,253); }

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

border-color css

<style>
 span { border-color: #8014FD; }

 span { border-color: rgb(128,20,253); }

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