Html Css Color HEX #8C0BFE Electric Indigo

📋 copy color: '#8C0BFE'

red 140 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #8C0BFE

Tints of Electric Indigo #8C0BFE

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

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

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

R = 34.57%
G = 2.72%
B = 62.72%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C0BFE (or 0x8C0BFE) is known color: Electric Indigo. HEX triplet: 8C, 0B and FE. RGB value is (140,11,254). Sum of RGB (Red+Green+Blue) = 140+11+254=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0BFE is #73F401. Grayscale: #4C4C4C. Windows color (decimal): -7599106 or 16649100. OLE color: 16649100.

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

Color convert

RGB 140 11 254 -
CMYK 0.45 0.96 0 0.00
HSL 271.85º 0.99% 0.52% -
HSV(B) 271.85º 0.96% 1% -
XYZ 28.82 12.97 94.75 -
YUV 77.27 227.74 172.74 -
System Red Green Blue C M Y K H S L
Decimal 140 11 254 0.45 0.96 0 0.00 271.85 0.99 0.52
Hex 8C B FE 2D 60 0 0 110 63 34
Octal 214 13 376 55 140 0 0 420 143 64
Binary 10001100 1011 11111110 101101 1100000 0 0 100010000 1100011 110100

Color Harmonies of #8C0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0BFE

Black with #8C0BFE

Text Example


Text Example

White with #8C0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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