#9E0480

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

Shades of Dark Magenta #9E0480

Tints of Dark Magenta #9E0480

Color information

#9E0480 (or 0x9E0480) is unknown color: approx Dark Magenta. HEX triplet: 9E, 04 and 80. RGB value is (158,4,128). Sum of RGB (Red+Green+Blue) = 158+4+128=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0480 is #61FB7F. Grayscale: #3F3F3F. Windows color (decimal): -6421376 or 8389790. OLE color: 8389790.

HSL color Cylindrical-coordinate representation of color #9E0480: hue angle of 311.69º degrees, saturation: 0.95, 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 #9E0480 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB1584128-
CMYK00.970.190.38
HSL311.69º95.06%31.76%-
HSV(B)311.69º97.47%61.96%-
XYZ18.048.9121.19-
YUV64.18164.02194.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=54.48%
G=1.38%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158412800.970.190.38311.6995.0631.76
Hex9E48006113261385f20
Octal23642000141234647013740
Binary100111101001000000001100001100111001101001110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,4,128); }

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

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

 a { background-color: rgb(158,4,128); }

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

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

 span { border-color: rgb(158,4,128); }

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