#9E0794

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

Shades of Dark Magenta #9E0794

Tints of Dark Magenta #9E0794

Color information

#9E0794 (or 0x9E0794) is unknown color: approx Dark Magenta. HEX triplet: 9E, 07 and 94. RGB value is (158,7,148). Sum of RGB (Red+Green+Blue) = 158+7+148=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0794 is #61F86B. Grayscale: #434343. Windows color (decimal): -6420588 or 9701278. OLE color: 9701278.

HSL color Cylindrical-coordinate representation of color #9E0794: hue angle of 303.97º 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 #9E0794 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB1587148-
CMYK00.960.060.38
HSL303.97º91.52%32.35%-
HSV(B)303.97º95.57%61.96%-
XYZ19.529.5628.83-
YUV68.22173.03192.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.48%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=50.48%
G=2.24%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158714800.960.060.38303.9791.5232.35
Hex9E7940606261305c20
Octal2367224014064646013440
Binary1001111011110010100011000001101001101001100001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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