#9E0793

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

Shades of Dark Magenta #9E0793

Tints of Dark Magenta #9E0793

Color information

#9E0793 (or 0x9E0793) is unknown color: approx Dark Magenta. HEX triplet: 9E, 07 and 93. RGB value is (158,7,147). Sum of RGB (Red+Green+Blue) = 158+7+147=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0793 is #61F86C. Grayscale: #434343. Windows color (decimal): -6420589 or 9635742. OLE color: 9635742.

HSL color Cylindrical-coordinate representation of color #9E0793: hue angle of 304.37º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0793 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB1587147-
CMYK00.960.070.38
HSL304.37º91.52%32.35%-
HSV(B)304.37º95.57%61.96%-
XYZ19.449.5328.42-
YUV68.11172.53192.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.64%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=50.64%
G=2.24%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158714700.960.070.38304.3791.5232.35
Hex9E7930607261305c20
Octal2367223014074646013440
Binary1001111011110010011011000001111001101001100001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E0793; }

 p { color: rgb(158,7,147); }

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

<style>
 a { background-color: #9E0793; }

 a { background-color: rgb(158,7,147); }

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

<style>
 span { border-color: #9E0793; }

 span { border-color: rgb(158,7,147); }

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