#8E0284

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

Shades of Dark Magenta #8E0284

Tints of Dark Magenta #8E0284

Color information

#8E0284 (or 0x8E0284) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and 84. RGB value is (142,2,132). Sum of RGB (Red+Green+Blue) = 142+2+132=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0284 is #71FD7B. Grayscale: #3A3A3A. Windows color (decimal): -7470460 or 8651406. OLE color: 8651406.

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

Color convert

RGB1422132-
CMYK00.990.070.44
HSL304.29º97.22%28.24%-
HSV(B)304.29º98.59%55.69%-
XYZ15.347.4622.46-
YUV58.68169.38187.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=51.45%
G=0.72%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142213200.990.070.44304.2997.2228.24
Hex8E28406372C130611c
Octal2162204014375446014134
Binary10001110101000010001100011111101100100110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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