#8E0D9C

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

Shades of Dark Magenta #8E0D9C

Tints of Dark Magenta #8E0D9C

Color information

#8E0D9C (or 0x8E0D9C) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0D and 9C. RGB value is (142,13,156). Sum of RGB (Red+Green+Blue) = 142+13+156=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E0D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0D9C is #71F263. Grayscale: #434343. Windows color (decimal): -7467620 or 10227086. OLE color: 10227086.

HSL color Cylindrical-coordinate representation of color #8E0D9C: hue angle of 294.13º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0D9C is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14213156-
CMYK0.090.9200.39
HSL294.13º84.62%33.14%-
HSV(B)294.13º91.67%61.18%-
XYZ17.38.4432.17-
YUV67.87177.74180.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 13 (5.47% from 255) = 4.18%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=45.66%
G=4.18%
B=50.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142131560.090.9200.39294.1384.6233.14
Hex8ED9C95C0271265521
Octal216152341113404744612541
Binary100011101101100111001001101110001001111001001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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