Html Css Color HEX #8A0CFE Electric Indigo

📋 copy color: '#8A0CFE'

red 138 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #8A0CFE

Tints of Electric Indigo #8A0CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 34.16%
G = 2.97%
B = 62.87%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8A0CFE (or 0x8A0CFE) is known color: Electric Indigo. HEX triplet: 8A, 0C and FE. RGB value is (138,12,254). Sum of RGB (Red+Green+Blue) = 138+12+254=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A0CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0CFE is #75F301. Grayscale: #4C4C4C. Windows color (decimal): -7729922 or 16649354. OLE color: 16649354.

HSL color Cylindrical-coordinate representation of color #8A0CFE: hue angle of 271.24º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CFE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 12 254 -
CMYK 0.46 0.95 0 0.00
HSL 271.24º 0.99% 0.52% -
HSV(B) 271.24º 0.95% 1% -
XYZ 28.5 12.82 94.74 -
YUV 77.26 227.74 171.32 -
System Red Green Blue C M Y K H S L
Decimal 138 12 254 0.46 0.95 0 0.00 271.24 0.99 0.52
Hex 8A C FE 2E 5F 0 0 10F 63 34
Octal 212 14 376 56 137 0 0 417 143 64
Binary 10001010 1100 11111110 101110 1011111 0 0 100001111 1100011 110100

Color Harmonies of #8A0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CFE

Black with #8A0CFE

Text Example


Text Example

White with #8A0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,12,254); }

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

background-color css

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

 a { background-color: rgb(138,12,254); }

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

border-color css

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

 span { border-color: rgb(138,12,254); }

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