Html Css Color HEX #8C0AFC Electric Indigo

📋 copy color: '#8C0AFC'

red 140 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #8C0AFC

Tints of Electric Indigo #8C0AFC

RGB

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

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

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

R = 34.83%
G = 2.49%
B = 62.69%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C0AFC (or 0x8C0AFC) is known color: Electric Indigo. HEX triplet: 8C, 0A and FC. RGB value is (140,10,252). Sum of RGB (Red+Green+Blue) = 140+10+252=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C0AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AFC is #73F503. Grayscale: #4B4B4B. Windows color (decimal): -7599364 or 16517772. OLE color: 16517772.

HSL color Cylindrical-coordinate representation of color #8C0AFC: hue angle of 272.23º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AFC is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 10 252 -
CMYK 0.44 0.96 0 0.01
HSL 272.23º 0.98% 0.51% -
HSV(B) 272.23º 0.96% 0.99% -
XYZ 28.49 12.82 93.07 -
YUV 76.46 227.07 173.32 -
System Red Green Blue C M Y K H S L
Decimal 140 10 252 0.44 0.96 0 0.01 272.23 0.98 0.51
Hex 8C A FC 2C 60 0 1 110 62 33
Octal 214 12 374 54 140 0 1 420 142 63
Binary 10001100 1010 11111100 101100 1100000 0 1 100010000 1100010 110011

Color Harmonies of #8C0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0AFC

Black with #8C0AFC

Text Example


Text Example

White with #8C0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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