#8E028B

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

Shades of Dark Magenta #8E028B

Tints of Dark Magenta #8E028B

Color information

#8E028B (or 0x8E028B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and 8B. RGB value is (142,2,139). Sum of RGB (Red+Green+Blue) = 142+2+139=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E028B is #71FD74. Grayscale: #3B3B3B. Windows color (decimal): -7470453 or 9110158. OLE color: 9110158.

HSL color Cylindrical-coordinate representation of color #8E028B: hue angle of 301.29º 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 #8E028B is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB1422139-
CMYK00.990.020.44
HSL301.29º97.22%28.24%-
HSV(B)301.29º98.59%55.69%-
XYZ15.847.6625.07-
YUV59.48172.88186.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=50.18%
G=0.71%
B=49.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142213900.990.020.44301.2997.2228.24
Hex8E28B06322C12d611c
Octal2162213014325445514134
Binary1000111010100010110110001110101100100101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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