#8E0484

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

Shades of Dark Magenta #8E0484

Tints of Dark Magenta #8E0484

Color information

#8E0484 (or 0x8E0484) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 84. RGB value is (142,4,132). Sum of RGB (Red+Green+Blue) = 142+4+132=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0484 is #71FB7B. Grayscale: #3B3B3B. Windows color (decimal): -7469948 or 8651918. OLE color: 8651918.

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

Color convert

RGB1424132-
CMYK00.970.070.44
HSL304.35º94.52%28.63%-
HSV(B)304.35º97.18%55.69%-
XYZ15.367.522.47-
YUV59.85168.72186.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=51.08%
G=1.44%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142413200.970.070.44304.3594.5228.63
Hex8E48406172C1305f1d
Octal2164204014175446013735
Binary100011101001000010001100001111101100100110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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