Html Css Color HEX #8C0AFE Electric Indigo

📋 copy color: '#8C0AFE'

red 140 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #8C0AFE

Tints of Electric Indigo #8C0AFE

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

 GREEN value IS 10 (4.3% from 255) = 2.48%

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

R = 34.65%
G = 2.48%
B = 62.87%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C0AFE (or 0x8C0AFE) is known color: Electric Indigo. HEX triplet: 8C, 0A and FE. RGB value is (140,10,254). Sum of RGB (Red+Green+Blue) = 140+10+254=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 10 (4.30% from 255 or 2.48% 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 #8C0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AFE is #73F501. Grayscale: #4B4B4B. Windows color (decimal): -7599362 or 16648844. OLE color: 16648844.

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

Color convert

RGB 140 10 254 -
CMYK 0.45 0.96 0 0.00
HSL 271.97º 0.99% 0.52% -
HSV(B) 271.97º 0.96% 1% -
XYZ 28.81 12.95 94.75 -
YUV 76.69 228.07 173.16 -
System Red Green Blue C M Y K H S L
Decimal 140 10 254 0.45 0.96 0 0.00 271.97 0.99 0.52
Hex 8C A FE 2D 60 0 0 110 63 34
Octal 214 12 376 55 140 0 0 420 143 64
Binary 10001100 1010 11111110 101101 1100000 0 0 100010000 1100011 110100

Color Harmonies of #8C0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0AFE

Black with #8C0AFE

Text Example


Text Example

White with #8C0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,254); }

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

background-color css

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

 a { background-color: rgb(140,10,254); }

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

border-color css

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

 span { border-color: rgb(140,10,254); }

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