Html Css Color HEX #8E06FF Electric Indigo

📋 copy color: '#8E06FF'

red 142 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #8E06FF

Tints of Electric Indigo #8E06FF

RGB

 RED value IS 142 (55.86% from 255) = 35.24%

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

 BLUE value IS 255 (100% from 255) = 63.28%

R = 35.24%
G = 1.49%
B = 63.28%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E06FF (or 0x8E06FF) is known color: Electric Indigo. HEX triplet: 8E, 06 and FF. RGB value is (142,6,255). Sum of RGB (Red+Green+Blue) = 142+6+255=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E06FF is #71F900. Grayscale: #4A4A4A. Windows color (decimal): -7469313 or 16713358. OLE color: 16713358.

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

Color convert

RGB 142 6 255 -
CMYK 0.44 0.98 0 0
HSL 272.77º 1% 0.51% -
HSV(B) 272.77º 0.98% 1% -
XYZ 29.27 13.1 95.59 -
YUV 75.05 229.56 175.75 -
System Red Green Blue C M Y K H S L
Decimal 142 6 255 0.44 0.98 0 0 272.77 1 0.51
Hex 8E 6 FF 2C 62 0 0 111 64 33
Octal 216 6 377 54 142 0 0 421 144 63
Binary 10001110 110 11111111 101100 1100010 0 0 100010001 1100100 110011

Color Harmonies of #8E06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E06FF

Black with #8E06FF

Text Example


Text Example

White with #8E06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,255); }

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

background-color css

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

 a { background-color: rgb(142,6,255); }

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

border-color css

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

 span { border-color: rgb(142,6,255); }

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