#8E028D

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

Shades of Dark Magenta #8E028D

Tints of Dark Magenta #8E028D

Color information

#8E028D (or 0x8E028D) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and 8D. RGB value is (142,2,141). Sum of RGB (Red+Green+Blue) = 142+2+141=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E028D is #71FD72. Grayscale: #3B3B3B. Windows color (decimal): -7470451 or 9241230. OLE color: 9241230.

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

Color convert

RGB1422141-
CMYK00.990.010.44
HSL300.43º97.22%28.24%-
HSV(B)300.43º98.59%55.69%-
XYZ15.987.7225.85-
YUV59.71173.88186.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=49.82%
G=0.70%
B=49.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142214100.990.010.44300.4397.2228.24
Hex8E28D06312C12c611c
Octal2162215014315445414134
Binary100011101010001101011000111101100100101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,141); }

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

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

 a { background-color: rgb(142,2,141); }

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

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

 span { border-color: rgb(142,2,141); }

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