Html Css Color HEX #8A00FC Electric Indigo

📋 copy color: '#8A00FC'

red 138 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #8A00FC

Tints of Electric Indigo #8A00FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 35.38%
G = 0%
B = 64.62%

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

#8A00FC (or 0x8A00FC) is known color: Electric Indigo. HEX triplet: 8A, 00 and FC. RGB value is (138,0,252). Sum of RGB (Red+Green+Blue) = 138+0+252=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00FC is #75FF03. Grayscale: #454545. Windows color (decimal): -7732996 or 16515210. OLE color: 16515210.

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

Color convert

RGB 138 0 252 -
CMYK 0.45 1 0 0.01
HSL 272.86º 1% 0.49% -
HSV(B) 272.86º 1% 0.99% -
XYZ 28.05 12.43 93.02 -
YUV 69.99 230.72 176.51 -
System Red Green Blue C M Y K H S L
Decimal 138 0 252 0.45 1 0 0.01 272.86 1 0.49
Hex 8A 0 FC 2D 64 0 1 111 64 31
Octal 212 0 374 55 144 0 1 421 144 61
Binary 10001010 0 11111100 101101 1100100 0 1 100010001 1100100 110001

Color Harmonies of #8A00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00FC

Black with #8A00FC

Text Example


Text Example

White with #8A00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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