Html Css Color HEX #8C06FE Electric Indigo

📋 copy color: '#8C06FE'

red 140 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #8C06FE

Tints of Electric Indigo #8C06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 35%
G = 1.5%
B = 63.5%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C06FE (or 0x8C06FE) is known color: Electric Indigo. HEX triplet: 8C, 06 and FE. RGB value is (140,6,254). Sum of RGB (Red+Green+Blue) = 140+6+254=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C06FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C06FE is #73F901. Grayscale: #494949. Windows color (decimal): -7600386 or 16647820. OLE color: 16647820.

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

Color convert

RGB 140 6 254 -
CMYK 0.45 0.98 0 0.00
HSL 272.42º 0.99% 0.51% -
HSV(B) 272.42º 0.98% 1% -
XYZ 28.77 12.86 94.73 -
YUV 74.34 229.39 174.83 -
System Red Green Blue C M Y K H S L
Decimal 140 6 254 0.45 0.98 0 0.00 272.42 0.99 0.51
Hex 8C 6 FE 2D 62 0 0 110 63 33
Octal 214 6 376 55 142 0 0 420 143 63
Binary 10001100 110 11111110 101101 1100010 0 0 100010000 1100011 110011

Color Harmonies of #8C06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C06FE

Black with #8C06FE

Text Example


Text Example

White with #8C06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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