Html Css Color HEX #8D0AFC Electric Indigo

📋 copy color: '#8D0AFC'

red 141 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #8D0AFC

Tints of Electric Indigo #8D0AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

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

R = 34.99%
G = 2.48%
B = 62.53%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D0AFC (or 0x8D0AFC) is known color: Electric Indigo. HEX triplet: 8D, 0A and FC. RGB value is (141,10,252). Sum of RGB (Red+Green+Blue) = 141+10+252=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D0AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0AFC is #72F503. Grayscale: #4B4B4B. Windows color (decimal): -7533828 or 16517773. OLE color: 16517773.

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

Color convert

RGB 141 10 252 -
CMYK 0.44 0.96 0 0.01
HSL 272.48º 0.98% 0.51% -
HSV(B) 272.48º 0.96% 0.99% -
XYZ 28.66 12.91 93.08 -
YUV 76.76 226.9 173.82 -
System Red Green Blue C M Y K H S L
Decimal 141 10 252 0.44 0.96 0 0.01 272.48 0.98 0.51
Hex 8D A FC 2C 60 0 1 110 62 33
Octal 215 12 374 54 140 0 1 420 142 63
Binary 10001101 1010 11111100 101100 1100000 0 1 100010000 1100010 110011

Color Harmonies of #8D0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0AFC

Black with #8D0AFC

Text Example


Text Example

White with #8D0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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