#8E0D8A

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

Shades of Dark Magenta #8E0D8A

Tints of Dark Magenta #8E0D8A

Color information

#8E0D8A (or 0x8E0D8A) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0D and 8A. RGB value is (142,13,138). Sum of RGB (Red+Green+Blue) = 142+13+138=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0D8A is #71F275. Grayscale: #414141. Windows color (decimal): -7467638 or 9047438. OLE color: 9047438.

HSL color Cylindrical-coordinate representation of color #8E0D8A: hue angle of 301.86º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D8A is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14213138-
CMYK00.910.030.44
HSL301.86º83.23%30.39%-
HSV(B)301.86º90.85%55.69%-
XYZ15.897.8724.73-
YUV65.82168.74182.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.46%
GREEN value IS 13 (5.47% from 255) = 4.44%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=48.46%
G=4.44%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421313800.910.030.44301.8683.2330.39
Hex8ED8A05B32C12e531e
Octal21615212013335445612336
Binary100011101101100010100101101111101100100101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,138); }

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

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

 a { background-color: rgb(142,13,138); }

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

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

 span { border-color: rgb(142,13,138); }

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