#8E0391

Color #8E0391 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8E0391

Tints of Dark Magenta #8E0391

Color information

#8E0391 (or 0x8E0391) is unknown color: approx Dark Magenta. HEX triplet: 8E, 03 and 91. RGB value is (142,3,145). Sum of RGB (Red+Green+Blue) = 142+3+145=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E0391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0391 is #71FC6E. Grayscale: #3C3C3C. Windows color (decimal): -7470191 or 9503630. OLE color: 9503630.

HSL color Cylindrical-coordinate representation of color #8E0391: hue angle of 298.73º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0391 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1423145-
CMYK0.020.9800.43
HSL298.73º95.95%29.02%-
HSV(B)298.73º97.93%56.86%-
XYZ16.37.8627.45-
YUV60.75175.55185.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 145 (57.03% from 255) = 50%
R=48.97%
G=1.03%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14231450.020.9800.43298.7395.9529.02
Hex8E39126202B12b601d
Octal2163221214205345314035
Binary1000111011100100011011000100101011100101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,3,145); }

 H1.HeaderClassName
 {
   color: #8E0391;
 }
 .AnyTagClassName
 {
   color: #8E0391;
 }
</style>
background-color css

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

 a { background-color: rgb(142,3,145); }

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

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

 span { border-color: rgb(142,3,145); }

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