Html Css Color HEX #880AFE Electric Indigo

📋 copy color: '#880AFE'

red 136 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #880AFE

Tints of Electric Indigo #880AFE

RGB

 RED value IS 136 (53.52% from 255) = 34%

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

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

R = 34%
G = 2.5%
B = 63.5%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#880AFE (or 0x880AFE) is known color: Electric Indigo. HEX triplet: 88, 0A and FE. RGB value is (136,10,254). Sum of RGB (Red+Green+Blue) = 136+10+254=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #880AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AFE is #77F501. Grayscale: #4A4A4A. Windows color (decimal): -7861506 or 16648840. OLE color: 16648840.

HSL color Cylindrical-coordinate representation of color #880AFE: hue angle of 270.98º 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 #880AFE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 10 254 -
CMYK 0.46 0.96 0 0.00
HSL 270.98º 0.99% 0.52% -
HSV(B) 270.98º 0.96% 1% -
XYZ 28.15 12.61 94.72 -
YUV 75.49 228.74 171.16 -
System Red Green Blue C M Y K H S L
Decimal 136 10 254 0.46 0.96 0 0.00 270.98 0.99 0.52
Hex 88 A FE 2E 60 0 0 10F 63 34
Octal 210 12 376 56 140 0 0 417 143 64
Binary 10001000 1010 11111110 101110 1100000 0 0 100001111 1100011 110100

Color Harmonies of #880AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AFE

Black with #880AFE

Text Example


Text Example

White with #880AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880AFE; }

 p { color: rgb(136,10,254); }

 H1.HeaderClassName
 {
   color: #880AFE;
 }
 .AnyTagClassName
 {
   color: #880AFE;
 }
</style>

background-color css

<style>
 a { background-color: #880AFE; }

 a { background-color: rgb(136,10,254); }

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

border-color css

<style>
 span { border-color: #880AFE; }

 span { border-color: rgb(136,10,254); }

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