Html Css Color HEX #8C0DFF Electric Indigo

📋 copy color: '#8C0DFF'

red 140 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #8C0DFF

Tints of Electric Indigo #8C0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

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

R = 34.31%
G = 3.19%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C0DFF (or 0x8C0DFF) is known color: Electric Indigo. HEX triplet: 8C, 0D and FF. RGB value is (140,13,255). Sum of RGB (Red+Green+Blue) = 140+13+255=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0DFF is #73F200. Grayscale: #4D4D4D. Windows color (decimal): -7598593 or 16715148. OLE color: 16715148.

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

Color convert

RGB 140 13 255 -
CMYK 0.45 0.95 0 0
HSL 271.49º 1% 0.53% -
HSV(B) 271.49º 0.95% 1% -
XYZ 29.01 13.08 95.6 -
YUV 78.56 227.58 171.82 -
System Red Green Blue C M Y K H S L
Decimal 140 13 255 0.45 0.95 0 0 271.49 1 0.53
Hex 8C D FF 2D 5F 0 0 10F 64 35
Octal 214 15 377 55 137 0 0 417 144 65
Binary 10001100 1101 11111111 101101 1011111 0 0 100001111 1100100 110101

Color Harmonies of #8C0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0DFF

Black with #8C0DFF

Text Example


Text Example

White with #8C0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,13,255); }

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

background-color css

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

 a { background-color: rgb(140,13,255); }

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

border-color css

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

 span { border-color: rgb(140,13,255); }

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