Html Css Color HEX #8E09FC Electric Indigo

📋 copy color: '#8E09FC'

red 142 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #8E09FC

Tints of Electric Indigo #8E09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

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

R = 35.24%
G = 2.23%
B = 62.53%

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

#8E09FC (or 0x8E09FC) is known color: Electric Indigo. HEX triplet: 8E, 09 and FC. RGB value is (142,9,252). Sum of RGB (Red+Green+Blue) = 142+9+252=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E09FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E09FC is #71F603. Grayscale: #4B4B4B. Windows color (decimal): -7468548 or 16517518. OLE color: 16517518.

HSL color Cylindrical-coordinate representation of color #8E09FC: hue angle of 272.84º 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 #8E09FC is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 9 252 -
CMYK 0.44 0.96 0 0.01
HSL 272.84º 0.98% 0.51% -
HSV(B) 272.84º 0.96% 0.99% -
XYZ 28.82 12.97 93.08 -
YUV 76.47 227.06 174.74 -
System Red Green Blue C M Y K H S L
Decimal 142 9 252 0.44 0.96 0 0.01 272.84 0.98 0.51
Hex 8E 9 FC 2C 60 0 1 111 62 33
Octal 216 11 374 54 140 0 1 421 142 63
Binary 10001110 1001 11111100 101100 1100000 0 1 100010001 1100010 110011

Color Harmonies of #8E09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E09FC

Black with #8E09FC

Text Example


Text Example

White with #8E09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,9,252); }

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

background-color css

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

 a { background-color: rgb(142,9,252); }

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

border-color css

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

 span { border-color: rgb(142,9,252); }

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