Html Css Color HEX #8D00FC Electric Indigo

📋 copy color: '#8D00FC'

red 141 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #8D00FC

Tints of Electric Indigo #8D00FC

RGB

 RED value IS 141 (55.47% from 255) = 35.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 35.88%
G = 0%
B = 64.12%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D00FC (or 0x8D00FC) is known color: Electric Indigo. HEX triplet: 8D, 00 and FC. RGB value is (141,0,252). Sum of RGB (Red+Green+Blue) = 141+0+252=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00FC is #72FF03. Grayscale: #464646. Windows color (decimal): -7536388 or 16515213. OLE color: 16515213.

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

Color convert

RGB 141 0 252 -
CMYK 0.44 1 0 0.01
HSL 273.57º 1% 0.49% -
HSV(B) 273.57º 1% 0.99% -
XYZ 28.56 12.69 93.04 -
YUV 70.89 230.21 178.01 -
System Red Green Blue C M Y K H S L
Decimal 141 0 252 0.44 1 0 0.01 273.57 1 0.49
Hex 8D 0 FC 2C 64 0 1 112 64 31
Octal 215 0 374 54 144 0 1 422 144 61
Binary 10001101 0 11111100 101100 1100100 0 1 100010010 1100100 110001

Color Harmonies of #8D00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D00FC

Black with #8D00FC

Text Example


Text Example

White with #8D00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,252); }

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

background-color css

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

 a { background-color: rgb(141,0,252); }

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

border-color css

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

 span { border-color: rgb(141,0,252); }

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