Html Css Color HEX #8A0BFE Electric Indigo

📋 copy color: '#8A0BFE'

red 138 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #8A0BFE

Tints of Electric Indigo #8A0BFE

RGB

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

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

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

R = 34.24%
G = 2.73%
B = 63.03%

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

#8A0BFE (or 0x8A0BFE) is known color: Electric Indigo. HEX triplet: 8A, 0B and FE. RGB value is (138,11,254). Sum of RGB (Red+Green+Blue) = 138+11+254=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0BFE is #75F401. Grayscale: #4B4B4B. Windows color (decimal): -7730178 or 16649098. OLE color: 16649098.

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

Color convert

RGB 138 11 254 -
CMYK 0.46 0.96 0 0.00
HSL 271.36º 0.99% 0.52% -
HSV(B) 271.36º 0.96% 1% -
XYZ 28.49 12.8 94.73 -
YUV 76.68 228.08 171.74 -
System Red Green Blue C M Y K H S L
Decimal 138 11 254 0.46 0.96 0 0.00 271.36 0.99 0.52
Hex 8A B FE 2E 60 0 0 10F 63 34
Octal 212 13 376 56 140 0 0 417 143 64
Binary 10001010 1011 11111110 101110 1100000 0 0 100001111 1100011 110100

Color Harmonies of #8A0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0BFE

Black with #8A0BFE

Text Example


Text Example

White with #8A0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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