Html Css Color HEX #8A00FD Electric Indigo

📋 copy color: '#8A00FD'

red 138 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #8A00FD

Tints of Electric Indigo #8A00FD

RGB

 RED value IS 138 (54.3% from 255) = 35.29%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.29%
G = 0%
B = 64.71%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A00FD (or 0x8A00FD) is known color: Electric Indigo. HEX triplet: 8A, 00 and FD. RGB value is (138,0,253). Sum of RGB (Red+Green+Blue) = 138+0+253=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00FD is #75FF02. Grayscale: #454545. Windows color (decimal): -7732995 or 16580746. OLE color: 16580746.

HSL color Cylindrical-coordinate representation of color #8A00FD: hue angle of 272.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00FD is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 0 253 -
CMYK 0.45 1 0 0.01
HSL 272.73º 1% 0.5% -
HSV(B) 272.73º 1% 0.99% -
XYZ 28.21 12.5 93.85 -
YUV 70.1 231.22 176.43 -
System Red Green Blue C M Y K H S L
Decimal 138 0 253 0.45 1 0 0.01 272.73 1 0.5
Hex 8A 0 FD 2D 64 0 1 111 64 32
Octal 212 0 375 55 144 0 1 421 144 62
Binary 10001010 0 11111101 101101 1100100 0 1 100010001 1100100 110010

Color Harmonies of #8A00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00FD

Black with #8A00FD

Text Example


Text Example

White with #8A00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A00FD; }

 p { color: rgb(138,0,253); }

 H1.HeaderClassName
 {
   color: #8A00FD;
 }
 .AnyTagClassName
 {
   color: #8A00FD;
 }
</style>

background-color css

<style>
 a { background-color: #8A00FD; }

 a { background-color: rgb(138,0,253); }

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

border-color css

<style>
 span { border-color: #8A00FD; }

 span { border-color: rgb(138,0,253); }

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