Html Css Color HEX #8C02FF Electric Indigo

📋 copy color: '#8C02FF'

red 140 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #8C02FF

Tints of Electric Indigo #8C02FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 35.26%
G = 0.5%
B = 64.23%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C02FF (or 0x8C02FF) is known color: Electric Indigo. HEX triplet: 8C, 02 and FF. RGB value is (140,2,255). Sum of RGB (Red+Green+Blue) = 140+2+255=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02FF is #73FD00. Grayscale: #474747. Windows color (decimal): -7601409 or 16712332. OLE color: 16712332.

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

Color convert

RGB 140 2 255 -
CMYK 0.45 0.99 0 0
HSL 272.73º 1% 0.5% -
HSV(B) 272.73º 0.99% 1% -
XYZ 28.89 12.84 95.56 -
YUV 72.1 231.22 176.43 -
System Red Green Blue C M Y K H S L
Decimal 140 2 255 0.45 0.99 0 0 272.73 1 0.5
Hex 8C 2 FF 2D 63 0 0 111 64 32
Octal 214 2 377 55 143 0 0 421 144 62
Binary 10001100 10 11111111 101101 1100011 0 0 100010001 1100100 110010

Color Harmonies of #8C02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C02FF

Black with #8C02FF

Text Example


Text Example

White with #8C02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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