#8E0090

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

Shades of Dark Magenta #8E0090

Tints of Dark Magenta #8E0090

Color information

#8E0090 (or 0x8E0090) is unknown color: approx Dark Magenta. HEX triplet: 8E, 00 and 90. RGB value is (142,0,144). Sum of RGB (Red+Green+Blue) = 142+0+144=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E0090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0090 is #71FF6F. Grayscale: #3A3A3A. Windows color (decimal): -7470960 or 9437326. OLE color: 9437326.

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

Color convert

RGB1420144-
CMYK0.01100.44
HSL299.17º100%28.24%-
HSV(B)299.17º100%56.47%-
XYZ16.197.7627.03-
YUV58.87176.04187.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=49.65%
G=0%
B=50.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14201440.01100.44299.1710028.24
Hex8E09016402C12b641c
Octal2160220114405445314434
Binary10001110010010000111001000101100100101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,0,144); }

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

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

 a { background-color: rgb(142,0,144); }

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

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

 span { border-color: rgb(142,0,144); }

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