Html Css Color HEX #8A0BFF Electric Indigo

📋 copy color: '#8A0BFF'

red 138 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #8A0BFF

Tints of Electric Indigo #8A0BFF

RGB

 RED value IS 138 (54.3% from 255) = 34.16%

 GREEN value IS 11 (4.69% from 255) = 2.72%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 34.16%
G = 2.72%
B = 63.12%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A0BFF (or 0x8A0BFF) is known color: Electric Indigo. HEX triplet: 8A, 0B and FF. RGB value is (138,11,255). Sum of RGB (Red+Green+Blue) = 138+11+255=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0BFF is #75F400. Grayscale: #4B4B4B. Windows color (decimal): -7730177 or 16714634. OLE color: 16714634.

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

Color convert

RGB 138 11 255 -
CMYK 0.46 0.96 0 0
HSL 271.23º 1% 0.52% -
HSV(B) 271.23º 0.96% 1% -
XYZ 28.65 12.86 95.58 -
YUV 76.79 228.58 171.66 -
System Red Green Blue C M Y K H S L
Decimal 138 11 255 0.46 0.96 0 0 271.23 1 0.52
Hex 8A B FF 2E 60 0 0 10F 64 34
Octal 212 13 377 56 140 0 0 417 144 64
Binary 10001010 1011 11111111 101110 1100000 0 0 100001111 1100100 110100

Color Harmonies of #8A0BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0BFF

Black with #8A0BFF

Text Example


Text Example

White with #8A0BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,11,255); }

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

background-color css

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

 a { background-color: rgb(138,11,255); }

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

border-color css

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

 span { border-color: rgb(138,11,255); }

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