#9E0594

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

Shades of Dark Magenta #9E0594

Tints of Dark Magenta #9E0594

Color information

#9E0594 (or 0x9E0594) is unknown color: approx Dark Magenta. HEX triplet: 9E, 05 and 94. RGB value is (158,5,148). Sum of RGB (Red+Green+Blue) = 158+5+148=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0594 is #61FA6B. Grayscale: #424242. Windows color (decimal): -6421100 or 9700766. OLE color: 9700766.

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

Color convert

RGB1585148-
CMYK00.970.060.38
HSL303.92º93.87%31.96%-
HSV(B)303.92º96.84%61.96%-
XYZ19.59.5228.83-
YUV67.05173.69192.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=50.80%
G=1.61%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158514800.970.060.38303.9293.8731.96
Hex9E5940616261305e20
Octal2365224014164646013640
Binary1001111010110010100011000011101001101001100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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