Html Css Color HEX #8A0CFB Electric Indigo

📋 copy color: '#8A0CFB'

red 138 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #8A0CFB

Tints of Electric Indigo #8A0CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 251 (98.44% from 255) = 62.59%

R = 34.41%
G = 2.99%
B = 62.59%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A0CFB (or 0x8A0CFB) is known color: Electric Indigo. HEX triplet: 8A, 0C and FB. RGB value is (138,12,251). Sum of RGB (Red+Green+Blue) = 138+12+251=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A0CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0CFB is #75F304. Grayscale: #4C4C4C. Windows color (decimal): -7729925 or 16452746. OLE color: 16452746.

HSL color Cylindrical-coordinate representation of color #8A0CFB: hue angle of 271.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CFB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 12 251 -
CMYK 0.45 0.95 0 0.02
HSL 271.63º 0.97% 0.52% -
HSV(B) 271.63º 0.95% 0.98% -
XYZ 28.03 12.63 92.23 -
YUV 76.92 226.24 171.57 -
System Red Green Blue C M Y K H S L
Decimal 138 12 251 0.45 0.95 0 0.02 271.63 0.97 0.52
Hex 8A C FB 2D 5F 0 2 110 61 34
Octal 212 14 373 55 137 0 2 420 141 64
Binary 10001010 1100 11111011 101101 1011111 0 10 100010000 1100001 110100

Color Harmonies of #8A0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CFB

Black with #8A0CFB

Text Example


Text Example

White with #8A0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,12,251); }

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

background-color css

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

 a { background-color: rgb(138,12,251); }

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

border-color css

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

 span { border-color: rgb(138,12,251); }

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