#8E0993

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

Shades of Dark Magenta #8E0993

Tints of Dark Magenta #8E0993

Color information

#8E0993 (or 0x8E0993) is unknown color: approx Dark Magenta. HEX triplet: 8E, 09 and 93. RGB value is (142,9,147). Sum of RGB (Red+Green+Blue) = 142+9+147=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E0993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0993 is #71F66C. Grayscale: #404040. Windows color (decimal): -7468653 or 9636238. OLE color: 9636238.

HSL color Cylindrical-coordinate representation of color #8E0993: hue angle of 297.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0993 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1429147-
CMYK0.030.9400.42
HSL297.83º88.46%30.59%-
HSV(B)297.83º93.88%57.65%-
XYZ16.528.0528.29-
YUV64.5174.56183.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.65%
GREEN value IS 9 (3.91% from 255) = 3.02%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=47.65%
G=3.02%
B=49.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14291470.030.9400.42297.8388.4630.59
Hex8E99335E02A12a581f
Octal21611223313605245213037
Binary100011101001100100111110111100101010100101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,147); }

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

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

 a { background-color: rgb(142,9,147); }

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

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

 span { border-color: rgb(142,9,147); }

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