Html Css Color HEX #800AED Electric Indigo

📋 copy color: '#800AED'

red 128 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #800AED

Tints of Electric Indigo #800AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 34.13%
G = 2.67%
B = 63.2%

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

#800AED (or 0x800AED) is known color: Electric Indigo. HEX triplet: 80, 0A and ED. RGB value is (128,10,237). Sum of RGB (Red+Green+Blue) = 128+10+237=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #800AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AED is #7FF512. Grayscale: #464646. Windows color (decimal): -8385811 or 15534720. OLE color: 15534720.

HSL color Cylindrical-coordinate representation of color #800AED: hue angle of 271.19º degrees, saturation: 0.92, 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 #800AED is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 10 237 -
CMYK 0.46 0.96 0 0.07
HSL 271.19º 0.92% 0.48% -
HSV(B) 271.19º 0.96% 0.93% -
XYZ 24.3 10.92 80.95 -
YUV 71.16 221.59 168.54 -
System Red Green Blue C M Y K H S L
Decimal 128 10 237 0.46 0.96 0 0.07 271.19 0.92 0.48
Hex 80 A ED 2E 60 0 7 10F 5C 30
Octal 200 12 355 56 140 0 7 417 134 60
Binary 10000000 1010 11101101 101110 1100000 0 111 100001111 1011100 110000

Color Harmonies of #800AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AED

Black with #800AED

Text Example


Text Example

White with #800AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800AED; }

 p { color: rgb(128,10,237); }

 H1.HeaderClassName
 {
   color: #800AED;
 }
 .AnyTagClassName
 {
   color: #800AED;
 }
</style>

background-color css

<style>
 a { background-color: #800AED; }

 a { background-color: rgb(128,10,237); }

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

border-color css

<style>
 span { border-color: #800AED; }

 span { border-color: rgb(128,10,237); }

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