Html Css Color HEX #8009EC Electric Indigo

📋 copy color: '#8009EC'

red 128 ◦ green 9 ◦ blue 236

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

Shades of Electric Indigo #8009EC

Tints of Electric Indigo #8009EC

RGB

 RED value IS 128 (50.39% from 255) = 34.32%

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

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 34.32%
G = 2.41%
B = 63.27%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8009EC (or 0x8009EC) is known color: Electric Indigo. HEX triplet: 80, 09 and EC. RGB value is (128,9,236). Sum of RGB (Red+Green+Blue) = 128+9+236=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #8009EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8009EC is #7FF613. Grayscale: #454545. Windows color (decimal): -8386068 or 15468928. OLE color: 15468928.

HSL color Cylindrical-coordinate representation of color #8009EC: hue angle of 271.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8009EC is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 9 236 -
CMYK 0.46 0.96 0 0.07
HSL 271.45º 0.93% 0.48% -
HSV(B) 271.45º 0.96% 0.93% -
XYZ 24.14 10.84 80.18 -
YUV 70.46 221.42 169.04 -
System Red Green Blue C M Y K H S L
Decimal 128 9 236 0.46 0.96 0 0.07 271.45 0.93 0.48
Hex 80 9 EC 2E 60 0 7 10F 5D 30
Octal 200 11 354 56 140 0 7 417 135 60
Binary 10000000 1001 11101100 101110 1100000 0 111 100001111 1011101 110000

Color Harmonies of #8009EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8009EC

Black with #8009EC

Text Example


Text Example

White with #8009EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8009EC; }

 p { color: rgb(128,9,236); }

 H1.HeaderClassName
 {
   color: #8009EC;
 }
 .AnyTagClassName
 {
   color: #8009EC;
 }
</style>

background-color css

<style>
 a { background-color: #8009EC; }

 a { background-color: rgb(128,9,236); }

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

border-color css

<style>
 span { border-color: #8009EC; }

 span { border-color: rgb(128,9,236); }

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