#8E0482

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

Shades of Dark Magenta #8E0482

Tints of Dark Magenta #8E0482

Color information

#8E0482 (or 0x8E0482) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 82. RGB value is (142,4,130). Sum of RGB (Red+Green+Blue) = 142+4+130=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0482 is #71FB7D. Grayscale: #3B3B3B. Windows color (decimal): -7469950 or 8520846. OLE color: 8520846.

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

Color convert

RGB1424130-
CMYK00.970.080.44
HSL305.22º94.52%28.63%-
HSV(B)305.22º97.18%55.69%-
XYZ15.237.4521.75-
YUV59.63167.72186.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=51.45%
G=1.45%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142413000.970.080.44305.2294.5228.63
Hex8E48206182C1315f1d
Octal21642020141105446113735
Binary1000111010010000010011000011000101100100110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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