Html Css Color HEX #8009FE Electric Indigo

📋 copy color: '#8009FE'

red 128 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #8009FE

Tints of Electric Indigo #8009FE

RGB

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

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

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

R = 32.74%
G = 2.3%
B = 64.96%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8009FE (or 0x8009FE) is known color: Electric Indigo. HEX triplet: 80, 09 and FE. RGB value is (128,9,254). Sum of RGB (Red+Green+Blue) = 128+9+254=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #8009FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8009FE is #7FF601. Grayscale: #474747. Windows color (decimal): -8386050 or 16648576. OLE color: 16648576.

HSL color Cylindrical-coordinate representation of color #8009FE: hue angle of 269.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8009FE is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 9 254 -
CMYK 0.50 0.96 0 0.00
HSL 269.14º 0.99% 0.52% -
HSV(B) 269.14º 0.96% 1% -
XYZ 26.89 11.94 94.65 -
YUV 72.51 230.42 167.58 -
System Red Green Blue C M Y K H S L
Decimal 128 9 254 0.50 0.96 0 0.00 269.14 0.99 0.52
Hex 80 9 FE 32 60 0 0 10D 63 34
Octal 200 11 376 62 140 0 0 415 143 64
Binary 10000000 1001 11111110 110010 1100000 0 0 100001101 1100011 110100

Color Harmonies of #8009FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8009FE

Black with #8009FE

Text Example


Text Example

White with #8009FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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