Html Css Color HEX #8C06FD Electric Indigo

📋 copy color: '#8C06FD'

red 140 ◦ green 6 ◦ blue 253

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

Shades of Electric Indigo #8C06FD

Tints of Electric Indigo #8C06FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 35.09%
G = 1.5%
B = 63.41%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C06FD (or 0x8C06FD) is known color: Electric Indigo. HEX triplet: 8C, 06 and FD. RGB value is (140,6,253). Sum of RGB (Red+Green+Blue) = 140+6+253=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C06FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C06FD is #73F902. Grayscale: #494949. Windows color (decimal): -7600387 or 16582284. OLE color: 16582284.

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

Color convert

RGB 140 6 253 -
CMYK 0.45 0.98 0 0.01
HSL 272.55º 0.98% 0.51% -
HSV(B) 272.55º 0.98% 0.99% -
XYZ 28.61 12.8 93.89 -
YUV 74.22 228.89 174.92 -
System Red Green Blue C M Y K H S L
Decimal 140 6 253 0.45 0.98 0 0.01 272.55 0.98 0.51
Hex 8C 6 FD 2D 62 0 1 111 62 33
Octal 214 6 375 55 142 0 1 421 142 63
Binary 10001100 110 11111101 101101 1100010 0 1 100010001 1100010 110011

Color Harmonies of #8C06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C06FD

Black with #8C06FD

Text Example


Text Example

White with #8C06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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